Package | Description |
---|---|
com.whitestein.lsps.engine.dto |
Data transfer objects for engine related data.
|
com.whitestein.lsps.test |
Modifier and Type | Method and Description |
---|---|
ProcessInstance |
ModelInstance.getProcessInstance(long id)
Returns a process instance for given id or null if it does not exist.
|
Modifier and Type | Method and Description |
---|---|
List<ProcessInstance> |
ProcessInstance.getProcessInstances()
Return the list of child process instances.
|
List<ProcessInstance> |
ModuleInstance.getProcessInstances()
Returns the list of process instances.
|
Constructor and Description |
---|
ModuleInstance(long id,
Context context,
Collection<ProcessInstance> processInstances)
Creates new instance.
|
ProcessInstance(long id,
ProcessInstanceState state,
Context context,
Collection<ProcessInstance> processInstances,
Goals goals)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
ProcessInstance |
ModelInstance.getProcessInstance(String name)
Returns the single process instance with given name for this model instance.
|
Modifier and Type | Method and Description |
---|---|
List<ProcessInstance> |
ModelInstance.getProcessInstances(String name)
Finds all process instances for this model instance, with given name.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.