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.
|
com.whitestein.lsps.engine.state |
Contains implementation of persistent entities representing model data types.
|
com.whitestein.lsps.human |
Services for accessing the functionality related to human-oriented processes.
|
com.whitestein.lsps.test |
Modifier and Type | Method and Description |
---|---|
ModelInstanceInfo |
ProcessService.getModelInstanceInfo(long modelInstanceId)
Returns model instance info for given model instance id or null if it does not exist.
|
ModelInstanceInfo |
ProcessServiceBean.getModelInstanceInfo(long modelInstanceId) |
Modifier and Type | Method and Description |
---|---|
ModelInstance |
ModelInstanceDtoConverter.convertModelInstance(ModelInstanceInfo modelInstanceInfo,
ModelInstance modelInstance)
Converts model instance to dto.
|
Modifier and Type | Method and Description |
---|---|
ModelInstanceInfo |
ModelInstance.getInfo()
Returns the model instance info.
|
Modifier and Type | Method and Description |
---|---|
List<ModelInstanceInfo> |
ModelInstanceInfoList.getData()
Returns a list of model instance infos.
|
Constructor and Description |
---|
ModelInstance(ModelInstanceInfo info,
List<ModuleInstance> moduleInstances,
Collection<Signal> signalQueue,
Collection<ProcessLog> logs,
boolean createProcessLog)
Creates new instance.
|
Constructor and Description |
---|
ModelInstanceInfoList(Collection<ModelInstanceInfo> infos,
long total)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
ModelInstanceInfo |
ModelInstanceEntity.getInfo(boolean includeProperties)
Returns
ModelInstanceInfo for this model instance. |
Modifier and Type | Method and Description |
---|---|
ModelInstanceInfo |
HumanActionsService.createModelInstance(long modelId,
StringProperties properties,
boolean synchronously)
Creates new model instance for given model id and properties.
|
ModelInstanceInfo |
HumanActionsServiceBean.createModelInstance(long modelId,
StringProperties properties,
boolean synchronously) |
Modifier and Type | Method and Description |
---|---|
ModelInstanceInfo |
ModelInstance.getInfo() |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.