Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.engine.state |
Contains implementation of persistent entities representing model data types.
|
com.whitestein.lsps.human.task |
Implementations for the tasks in the LSPS standard library for human-oriented processes.
|
Modifier and Type | Class and Description |
---|---|
class |
ModelInstanceUtilsServiceBean
Implementation of the
ModelInstanceUtilsService |
Modifier and Type | Method and Description |
---|---|
void |
ProcessUtils.resume(ModelInstanceEntity modelInstanceEntity,
ModelInstanceUtilsService modelInstanceUtilsService)
Resumes the execution.
|
void |
ProcessUtils.suspend(ModelInstanceEntity modelInstanceEntity,
ModelInstanceUtilsService modelInstanceUtilsService)
Suspends the execution.
|
Constructor and Description |
---|
MigrationEngine(ModelInstanceEntity modelInstanceEntity,
ModelInstanceUtilsService modelInstanceUtilsService,
ModelProviderService modelProviderService,
CommunicationService communicationService,
UnprocessedInputsService unprocessedInputsService,
ProcessLogDao processLogDao,
ProcessInterpreterContext processInterpreterContext)
Creates new instance.
|
ModelInstanceEventLogger(ModelInstanceEntity modelInstanceEntity,
ModelInstanceUtilsService modelInstanceUtilsService,
ModelProvider modelProvider,
ProcessLogDao processLogDao)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
ModelInstance |
ModelInstanceEntity.getModelInstance(ModelInstanceUtilsService modelInstanceUtilsService)
Returns the model instance.
|
Constructor and Description |
---|
PersistentIdAllocator(ModelInstanceUtilsService modelInstanceUtilsService)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
protected ModelInstanceUtilsService |
BaseTodoTask.getModelInstanceUtilsService()
Returns model modelInstanceUtils service
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.