Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.engine.ejb | |
com.whitestein.lsps.human |
Services for accessing the functionality related to human-oriented processes.
|
com.whitestein.lsps.modulemanager.migration |
Modifier and Type | Method and Description |
---|---|
void |
MigrationEngine.abortModelUpdate()
Aborts model update in any phase.
|
void |
MigrationService.abortModelUpdate(long modelInstanceId)
Aborts model update process for given model instance.
|
void |
MigrationService.continuePostUpdate(long modelInstanceId)
Continues model update of the specified model instance by the post processing phase.
|
void |
MigrationService.continueTransform(long modelInstanceId)
Continues model update of the specified model instance by the transformation phase.
|
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.
|
void |
ProcessService.notifyModelInstance(long modelInstanceId,
String reason,
boolean synchronously)
Notifies a model instance.
|
void |
ProcessServiceBean.notifyModelInstance(long modelInstanceId,
String reason,
boolean synchronously) |
void |
ProcessService.notifyTask(long modelInstanceId,
long taskId,
String reason,
boolean synchronously)
Notifies a task in model instance.
|
void |
ProcessServiceBean.notifyTask(long modelInstanceId,
long taskId,
String reason,
boolean synchronously) |
void |
ProcessService.removeSignalFromModelInstance(long modelInstanceId,
long signalId,
boolean synchronously)
Removes a signal from a running model instance.
|
void |
ProcessServiceBean.removeSignalFromModelInstance(long modelInstanceId,
long id,
boolean synchronously) |
void |
ProcessService.restartModelInstances(Collection<Long> modelInstanceIds,
long newModuleId)
Restarts model instances with new model.
|
void |
ProcessServiceBean.restartModelInstances(Collection<Long> modelInstanceIds,
long newModuleId) |
void |
ProcessService.resumeModelInstance(long modelInstanceId,
boolean synchronously)
Resumes model instance execution.
|
void |
ProcessServiceBean.resumeModelInstance(long modelInstanceId,
boolean synchronously) |
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) |
void |
ProcessService.setCompressedRawModelInstanceXml(long modelInstanceId,
CompressedData data)
Sets the model instance state.
|
void |
ProcessServiceBean.setCompressedRawModelInstanceXml(long modelInstanceId,
CompressedData data) |
void |
ProcessService.setRawModelInstanceXml(long modelInstanceId,
ByteData data)
Sets the model instance state.
|
void |
ProcessServiceBean.setRawModelInstanceXml(long modelInstanceId,
ByteData data) |
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) |
List<Long> |
ProcessService.startInterpretModelInstanceSimple(long modelInstanceId,
boolean synchronously)
Starts the interpretation of an existing model instance for given model instance id.
|
List<Long> |
ProcessServiceBean.startInterpretModelInstanceSimple(long modelInstanceId,
boolean synchronously) |
void |
MigrationEngine.startPostprocessing()
Starts migration of model instance state by executing post-processing model.
|
void |
MigrationEngine.startPreprocessing()
Starts migration of model instance state by executing pre-processing model.
|
void |
ProcessService.suspendModelInstance(long modelInstanceId,
boolean synchronously)
Suspends model instance execution.
|
void |
ProcessServiceBean.suspendModelInstance(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) |
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.updateGoalState(long modelInstanceId,
long processInstanceId,
String goalName,
boolean reactivate,
boolean synchronously)
Changes the state of the given goal.
|
void |
ProcessServiceBean.updateGoalState(long modelInstanceId,
long processInstanceId,
String goalName,
boolean reactivate,
boolean synchronously) |
void |
MigrationService.updateModel(long modelInstanceId,
long migrationId)
Changes the model for a running model instance.
|
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 |
---|---|
void |
WsServiceLocal.sendRequest(long wsRequestHandlerId,
String request,
StringProperties requestHeaders)
Sends web service request.
|
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) |
TodoList |
TodoService.startInterpretModelInstance(long modelInstanceId)
Starts the interpretation of an existing process for given process ID.
|
TodoList |
TodoServiceBean.startInterpretModelInstance(long modelInstanceId) |
void |
HumanActionsService.startInterpretModelInstance(long modelInstanceId,
boolean synchronously)
Starts the interpretation of an existing model instance for given model instance id.
|
void |
HumanActionsServiceBean.startInterpretModelInstance(long modelInstanceId,
boolean synchronously) |
TodoList |
TodoService.startInterpretModelInstanceInNewTransaction(long modelInstanceId)
Starts the interpretation of an existing process for given process ID.
|
TodoList |
TodoServiceBean.startInterpretModelInstanceInNewTransaction(long modelInstanceId) |
TodoList |
TodoService.startInterpretModelInstanceWithDeadlockRetry(long modelInstanceId)
Starts the interpretation of an existing process for given process ID.
|
TodoList |
TodoServiceBean.startInterpretModelInstanceWithDeadlockRetry(long modelInstanceId) |
Modifier and Type | Method and Description |
---|---|
void |
MigrationServiceBean.abortModelUpdate(long modelInstanceId) |
void |
MigrationServiceBean.continuePostUpdate(long modelInstanceId) |
void |
MigrationServiceBean.continueTransform(long modelInstanceId) |
void |
MigrationServiceBean.updateModel(long modelInstanceId,
long migrationId) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.