|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorkflowStateConstant | |
|---|---|
| org.hypergraphdb.peer.workflow | |
| Uses of WorkflowStateConstant in org.hypergraphdb.peer.workflow |
|---|
| Fields in org.hypergraphdb.peer.workflow declared as WorkflowStateConstant | |
|---|---|
static WorkflowStateConstant |
WorkflowState.Canceled
|
static WorkflowStateConstant |
WorkflowState.Completed
|
static WorkflowStateConstant |
WorkflowState.Failed
|
static WorkflowStateConstant |
WorkflowState.Limbo
|
static WorkflowStateConstant |
WorkflowState.Started
|
| Methods in org.hypergraphdb.peer.workflow that return WorkflowStateConstant | |
|---|---|
WorkflowStateConstant |
Transition.apply(Activity activity,
java.lang.Object... args)
|
WorkflowStateConstant |
MethodCallTransition.apply(Activity activity,
java.lang.Object... args)
|
WorkflowStateConstant |
WorkflowState.getConst()
Return the state constant corresponding to the current state. |
static WorkflowStateConstant |
WorkflowState.makeStateConstant(java.lang.String name)
Create a new custom state constant. |
static WorkflowStateConstant |
WorkflowState.toStateConstant(java.lang.String name)
Return the state constant with the given name. |
| Methods in org.hypergraphdb.peer.workflow with parameters of type WorkflowStateConstant | |
|---|---|
void |
WorkflowStateConstant.assign(WorkflowStateConstant arg0)
|
void |
WorkflowState.assign(WorkflowStateConstant newState)
Set a new state value. |
boolean |
WorkflowStateConstant.compareAndAssign(WorkflowStateConstant arg0,
WorkflowStateConstant arg1)
|
boolean |
WorkflowState.compareAndAssign(WorkflowStateConstant oldState,
WorkflowStateConstant newState)
Moves to a new state (newState) if the current state is equal to a given state (oldState) |
Transition |
TransitionMap.getTransition(WorkflowStateConstant fromState,
Activity fromActivity,
WorkflowStateConstant atActivityState)
|
Transition |
TransitionMap.getTransition(WorkflowStateConstant fromState,
java.util.Map<java.lang.String,? extends java.lang.Object> messageAttributes)
Try to find an appropriate transition given the set of message attributes. |
static WorkflowState |
WorkflowState.makeState(WorkflowStateConstant stateConstant)
Return a new state initialized from the passed in state constant. |
void |
TransitionMap.setTransition(WorkflowStateConstant fromState,
java.util.Map<java.lang.String,java.lang.String> messageAttributes,
Transition transition)
|
void |
TransitionMap.setTransition(WorkflowStateConstant fromState,
java.lang.String subActivityType,
WorkflowStateConstant atSubActivityState,
Transition t)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||