|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Transition
The client view of a workflow transition.
A Transition represents the flow from a source activity to a target activity and may be restricted by conditions.
| Nested Class Summary | |
|---|---|
static class |
Transition.ConditionType
Enumeration of possible condition types. |
| Method Summary | |
|---|---|
String |
getCondition()
Gets the transition condition. |
Transition.ConditionType |
getConditionType()
Gets the condition type. |
String |
getId()
Gets the id of the transition. |
String |
getSourceActivityId()
Gets the id of the source activity ("from"). |
String |
getTargetActivityId()
Gets the id of the target activity ("to"). |
| Method Detail |
|---|
String getId()
String getSourceActivityId()
String getTargetActivityId()
String getCondition()
Transition.ConditionType getConditionType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||