Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.engine.dto |
Data transfer objects for engine related data.
|
Modifier and Type | Method and Description |
---|---|
ModelInstance |
ModelInstanceDtoConverter.convertModelInstance(ModelInstance modelInstance)
Converts model instance to dto.
|
ModelInstance |
ModelInstanceDtoConverter.convertModelInstance(ModelInstanceInfo modelInstanceInfo,
ModelInstance modelInstance)
Converts model instance to dto.
|
ModelInstance |
ErrorHandlingService.getErrorModelInstance(long rollbackInfoId,
long errorModelInstanceId)
Returns model instance at the time of exception.
|
ModelInstance |
ErrorHandlingServiceBean.getErrorModelInstance(long rollbackInfoId,
long errorModelInstanceId) |
ModelInstance |
ProcessService.getModelInstance(long modelInstanceId)
Returns complete model instance execution state for given model instance id or null if it
does not exist.
|
ModelInstance |
ProcessServiceBean.getModelInstance(long modelInstanceId) |
Modifier and Type | Method and Description |
---|---|
ModelInstance |
CompressedModelInstance.decompress()
Decompresses the model instance.
|
Modifier and Type | Method and Description |
---|---|
void |
CompressedModelInstance.compress(ModelInstance modelInstance)
Compresses the model instance and stores it internally as byte array.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.