Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.engine.lang | |
com.whitestein.lsps.engine.lang.compiled | |
com.whitestein.lsps.engine.state.xml | |
com.whitestein.lsps.engine.tester |
Testing support for testing engine tasks.
|
com.whitestein.lsps.human |
Services for accessing the functionality related to human-oriented processes.
|
Modifier and Type | Method and Description |
---|---|
ExecutionTrace |
ProcessService.createAndStartModelInstance(long modelId,
StringProperties properties,
boolean synchronously,
boolean startInterpretation)
Creates new model instance for given model id and properties and possibly starts
the model instance interpretation, This can be done
either synchronously or asynchronously.
|
ExecutionTrace |
ProcessServiceBean.createAndStartModelInstance(long modelId,
StringProperties properties,
boolean synchronously,
boolean startInterpretation) |
ExecutionTrace |
ProcessService.createAndStartModelInstanceWithParent(long modelId,
StringProperties properties,
Long parentModelInstanceId,
boolean synchronously,
boolean startInterpretation)
Creates new model instance for given model id and properties and possibly starts
the model instance interpretation, This can be done
either synchronously or asynchronously.
|
ExecutionTrace |
ProcessServiceBean.createAndStartModelInstanceWithParent(long modelId,
StringProperties properties,
Long parentModelInstanceId,
boolean synchronously,
boolean startInterpretation) |
ExecutionTrace |
ProcessService.createModelInstance(long modelId,
StringProperties properties,
boolean synchronously)
Creates new model instance for given model id and properties.
|
ExecutionTrace |
ProcessServiceBean.createModelInstance(long modelId,
StringProperties properties,
boolean synchronously) |
ExecutionTrace |
ProcessAgentImpl.handleCommUnit(CommunicationUnit communicationUnit) |
ExecutionTrace |
ProcessAgent.handleCommUnit(CommunicationUnit communicationUnit)
Handles a communication unit.
|
ExecutionTrace |
ProcessAgentImpl.handleCommUnitInNewTransaction(CommunicationUnit communicationUnit) |
ExecutionTrace |
ProcessAgent.handleCommUnitInNewTransaction(CommunicationUnit communicationUnit)
Handles a communication unit in a new transaction.
|
ExecutionTrace |
ProcessAgentImpl.handleCommUnitWithDeadlockRetry(CommunicationUnit communicationUnit) |
ExecutionTrace |
ProcessAgent.handleCommUnitWithDeadlockRetry(CommunicationUnit communicationUnit)
Handles a communication unit in a new transaction with retrying in case of deadlock
|
ExecutionTrace |
ProcessAgentImpl.handleCommUnitWithErrorHandling(CommunicationUnit communicationUnit) |
ExecutionTrace |
ProcessAgent.handleCommUnitWithErrorHandling(CommunicationUnit communicationUnit)
Handles a communication unit with error-handling.
|
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) |
ExecutionTrace |
CommunicationService.sendSync(CommunicationUnit communicationUnit)
Sends a communication unit synchronously.
|
ExecutionTrace |
CommunicationServiceBean.sendSync(CommunicationUnit communicationUnit) |
ExecutionTrace |
ProcessService.startInterpretModelInstance(long modelInstanceId,
boolean synchronously)
Starts the interpretation of an existing model instance for given model instance id.
|
ExecutionTrace |
ProcessServiceBean.startInterpretModelInstance(long modelInstanceId,
boolean synchronously) |
ExecutionTrace |
ProcessService.terminateModelInstance(long modelInstanceId,
boolean synchronously)
Terminates model instance for given model instance id.
|
ExecutionTrace |
ProcessServiceBean.terminateModelInstance(long modelInstanceId,
boolean synchronously) |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionTrace.mergeIn(ExecutionTrace et) |
Modifier and Type | Method and Description |
---|---|
ExecutionTrace |
TraceableExecution.getExecutionTrace() |
ExecutionTrace |
JavaOperationExecutionContext.getExecutionTrace() |
ExecutionTrace |
ExecutionContextImpl.getExecutionTrace() |
Modifier and Type | Method and Description |
---|---|
void |
TraceableExecution.addExecutionTrace(ExecutionTrace et)
Adds ExecutionTrace to the context.
|
void |
JavaOperationExecutionContext.addExecutionTrace(ExecutionTrace et) |
void |
ExecutionContextImpl.addExecutionTrace(ExecutionTrace et) |
Modifier and Type | Method and Description |
---|---|
ExecutionTrace |
CompiledContext.getExecutionTrace() |
Modifier and Type | Method and Description |
---|---|
void |
CompiledContext.addExecutionTrace(ExecutionTrace et) |
Modifier and Type | Method and Description |
---|---|
ExecutionTrace |
ModelInstance.getExecutionTrace() |
Modifier and Type | Method and Description |
---|---|
void |
ModelInstance.addExecutionTrace(ExecutionTrace et)
Adds an execution trace.
|
Modifier and Type | Method and Description |
---|---|
ExecutionTrace |
MockExecutionContext.getExecutionTrace() |
ExecutionTrace |
MockTaskContext.getExecutionTrace() |
Modifier and Type | Method and Description |
---|---|
void |
MockExecutionContext.addExecutionTrace(ExecutionTrace et) |
void |
MockTaskContext.addExecutionTrace(ExecutionTrace et) |
Modifier and Type | Method and Description |
---|---|
ExecutionTrace |
TodoServiceBean.submit(long todoId,
ModelInstance detachedModelInstance) |
Modifier and Type | Method and Description |
---|---|
List<Long> |
TodoServiceBean.getNextTodoIds(ExecutionTrace et,
long modelInstanceId,
String thisTodoNamespace) |
TodoList |
TodoServiceBean.getNextTodos(ExecutionTrace et,
long modelInstanceId,
String thisTodoNamespace) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.