Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.engine.comm | |
com.whitestein.lsps.engine.dto |
Data transfer objects for engine related data.
|
com.whitestein.lsps.engine.dto.val | |
com.whitestein.lsps.engine.lang | |
com.whitestein.lsps.human |
Services for accessing the functionality related to human-oriented processes.
|
com.whitestein.lsps.tools |
Modifier and Type | Method and Description |
---|---|
ExecutionTrace |
ProcessService.sendSignalToModelInstance(long modelInstanceId,
ObjectValue signal,
boolean synchronously)
Sends a signal to a running model instance.
|
ExecutionTrace |
ProcessServiceBean.sendSignalToModelInstance(long modelInstanceId,
ObjectValue signal,
boolean synchronously) |
void |
ProcessService.updateContextVariable(long modelInstanceId,
long contextId,
String variable,
ObjectValue value,
boolean synchronously)
Updates the value of a given variable.
|
void |
ProcessServiceBean.updateContextVariable(long modelInstanceId,
long contextId,
String variable,
ObjectValue value,
boolean synchronously) |
void |
ProcessService.updateRecordField(long modelInstanceId,
String recordType,
String recordId,
String field,
ObjectValue value,
boolean synchronously)
Updates the value of a given record field.
|
void |
ProcessServiceBean.updateRecordField(long modelInstanceId,
String recordType,
String recordId,
String field,
ObjectValue value,
boolean synchronously) |
Modifier and Type | Method and Description |
---|---|
ObjectValue |
SignalMessage.getObjectValue()
Returns the signal object value.
|
ObjectValue |
EscalationRequestMessage.getPayload()
Gets the payload for the escalation event which should be created.
|
ObjectValue |
UpdateRecordFieldMessage.getValue()
Returns the value.
|
ObjectValue |
UpdateContextVariableMessage.getValue()
Returns the value.
|
Constructor and Description |
---|
EscalationRequestMessage(Identifier sender,
Identifier receiver,
String escalationCode,
ObjectValue payload) |
SignalMessage(Identifier sender,
Identifier receiver,
ObjectValue objectValue)
Creates new instance.
|
SignalMessage(String sourceDescription,
Identifier sender,
Identifier receiver,
ObjectValue objectValue)
Creates a new instance.
|
UpdateContextVariableMessage(Identifier sender,
Identifier receiver,
long contextId,
String variable,
ObjectValue value)
Creates new instance.
|
UpdateRecordFieldMessage(Identifier sender,
Identifier receiver,
String recordType,
String recordId,
String field,
ObjectValue value)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
ObjectValue |
Variable.getValue()
Returns the value.
|
ObjectValue |
Signal.getValue()
Returns the value.
|
ObjectValue |
Context.getVariableValue(String name)
Returns the variable value for given variable name or null if the
variable does not exist.
|
Constructor and Description |
---|
Signal(long id,
ObjectValue value)
Creates new instance.
|
Variable(String name,
ObjectValue value,
Type type,
long contextId)
Creates new instance.
|
Variable(String name,
ObjectValue value,
Type type,
long contextId,
boolean internal)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
ObjectValue |
EvaluationResultValue.getResult() |
Constructor and Description |
---|
EvaluationResultValue(Long contextId,
ObjectValue result) |
Modifier and Type | Method and Description |
---|---|
Object |
DtoConverter.convertFromDto(ObjectValue object)
Converts given DTO object to runtime representation.
|
Modifier and Type | Method and Description |
---|---|
TodoList |
TodoService.sendSignalToModelInstance(long modelInstanceId,
ObjectValue signal)
Sends a signal to the process and returns next to-do group.
|
TodoList |
TodoServiceBean.sendSignalToModelInstance(long modelInstanceId,
ObjectValue signal) |
TodoList |
TodoService.sendSignalToModelInstanceInNewTransaction(long modelInstanceId,
ObjectValue signal)
Sends a signal to the process and returns next to-do group.
|
TodoList |
TodoServiceBean.sendSignalToModelInstanceInNewTransaction(long modelInstanceId,
ObjectValue signal) |
TodoList |
TodoService.sendSignalToModelInstanceWithDeadlockRetry(long modelInstanceId,
ObjectValue signal)
Sends a signal to the process and returns next to-do group.
|
TodoList |
TodoServiceBean.sendSignalToModelInstanceWithDeadlockRetry(long modelInstanceId,
ObjectValue signal) |
Modifier and Type | Method and Description |
---|---|
ObjectValue |
TestSupportServiceBean.getVariableValue(long modelInstanceId,
long contextId,
String variableName) |
ObjectValue |
TestSupportService.getVariableValue(long modelInstanceId,
long contextId,
String variableName) |
Modifier and Type | Method and Description |
---|---|
void |
TestSupportServiceBean.setVariableValue(long modelInstanceId,
long contextId,
String variableName,
ObjectValue value) |
void |
TestSupportService.setVariableValue(long modelInstanceId,
long contextId,
String variableName,
ObjectValue value) |
void |
TestSupportServiceBean.throwEscalation(long todoId,
String escalationCode,
ObjectValue payloadDto) |
void |
TestSupportService.throwEscalation(long todoId,
String escalationCode,
ObjectValue payload) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.