|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Transition
A transition describes the switching of a workflow instance from one state to another. A transition has
Additionally, a transition can be marked as synchronized.
Method Summary | |
---|---|
Action[] |
getActions()
Returns the actions of this transition. |
Condition[] |
getConditions()
|
java.lang.String |
getDestination()
|
java.lang.String |
getEvent()
Returns the event of this transition. |
java.lang.String |
getSource()
|
boolean |
isSynchronized()
Returns if this transition is synchronized. |
Method Detail |
---|
java.lang.String getEvent()
java.lang.String getSource()
java.lang.String getDestination()
Action[] getActions()
Condition[] getConditions()
boolean isSynchronized()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |