Package | Description |
---|---|
com.whitestein.lsps.engine.change |
Package contains core of the internal event system.
|
com.whitestein.lsps.engine.dto |
Data transfer objects for engine related data.
|
com.whitestein.lsps.engine.state.ser | |
com.whitestein.lsps.engine.state.xml | |
com.whitestein.lsps.test |
Modifier and Type | Method and Description |
---|---|
ProcessInstanceState |
ProcessInstanceStateChange.getNewState()
Returns the new state.
|
ProcessInstanceState |
ProcessInstanceStateChange.getOldState()
Returns the old state.
|
Constructor and Description |
---|
ProcessInstanceStateChange(ProcessInstance processInstance,
ProcessInstanceState oldState,
ProcessInstanceState newState,
TerminationReason terminationReason)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
ProcessInstanceState |
ProcessInstance.getState()
Returns the process instance state.
|
static ProcessInstanceState |
ProcessInstanceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessInstanceState[] |
ProcessInstanceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ProcessInstance(long id,
ProcessInstanceState state,
Context context,
Collection<ProcessInstance> processInstances,
Goals goals)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
ProcessInstanceState |
SProcessInstance.getState() |
Modifier and Type | Method and Description |
---|---|
void |
SProcessInstance.setState(ProcessInstanceState state) |
Modifier and Type | Method and Description |
---|---|
ProcessInstanceState |
ProcessInstance.getState()
Returns the state.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessInstance.setState(ProcessInstanceState state)
Sets the state.
|
Modifier and Type | Method and Description |
---|---|
ProcessInstanceState |
ModelInstance.getProcessInstanceState(String name)
Returns the state of a process instance with given name.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.