Package | Description |
---|---|
com.whitestein.lsps.engine.dto |
Data transfer objects for engine related data.
|
Modifier and Type | Method and Description |
---|---|
Context |
ProcessInstance.getContext()
Returns the process instance context.
|
Context |
ModuleInstance.getContext()
Returns the top context of this module instance.
|
Context |
ModelInstance.getContext(long id)
Returns a context for given id or null if it does not exist.
|
Modifier and Type | Method and Description |
---|---|
Collection<Context> |
ModelInstance.getContexts()
Returns a collection of all contexts.
|
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.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.