Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
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.stdlib.type |
This package contains implementations of core reflection types.
|
Modifier and Type | Method and Description |
---|---|
void |
PlanHandler.setPlanState(PlanState newState)
Sets plan state of the handled plan.
|
Modifier and Type | Method and Description |
---|---|
PlanState |
PlanStateChange.getNewState()
Returns the new state.
|
PlanState |
PlanStateChange.getOldState()
Returns the old state.
|
Constructor and Description |
---|
PlanStateChange(Plan plan,
PlanState oldState,
PlanState newState)
Creates new instance.
|
Modifier and Type | Field and Description |
---|---|
static Set<PlanState> |
PlanState.ACTIVE_PLAN_STATES
Set of active plan states.
|
static Set<PlanState> |
PlanState.FINISHED_PLAN_STATES
Set of finished plan states.
|
Modifier and Type | Method and Description |
---|---|
PlanState |
Plan.getState()
Returns the plan state.
|
static PlanState |
PlanState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanState[] |
PlanState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
PlanState.canBeChangedFromState(PlanState oldState)
Returns true if a plan can be changed from state
oldState
to this state. |
boolean |
PlanState.canBeChangedToState(PlanState newState)
Returns true if a plan can be changed from this state to state
newState . |
Constructor and Description |
---|
Plan(String modelId,
long processInstanceId,
String contextName,
String name,
PlanState state,
Long planProcessInstanceId)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
PlanState |
SPlan.getState() |
Modifier and Type | Method and Description |
---|---|
void |
SPlan.setState(PlanState state) |
Modifier and Type | Method and Description |
---|---|
PlanState |
Plan.getState()
Returns the plan state.
|
Modifier and Type | Method and Description |
---|---|
void |
Plan.setState(PlanState state)
Sets new plan state
|
Constructor and Description |
---|
Plan(ProcessInstance processInstance,
String name,
Goal parentGoal,
PlanState state)
Creates new instance of
Plan . |
Modifier and Type | Method and Description |
---|---|
PlanState |
PlanHolder.getStateObject()
Returns state object of the plan
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.