|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TransitionContext
| Method Summary | |
|---|---|
Object |
getProprety(String name,
String ownerId)
|
Object |
getProprety(Task owner,
String name)
|
Transition |
getTransition()
Returns transition. |
void |
setPerformAfter(String targetTaskId)
Makes sure the task calling this method be performed after the task identified by sourceTaskId. |
void |
setPerformBefore(String sourceTaskId)
Make sure the task calling this method be performed before the task identified by targetTaskId. |
void |
setProperty(Task owner,
String name,
Object value)
|
| Method Detail |
|---|
Transition getTransition()
void setPerformAfter(String targetTaskId)
throws FSMException
sourceTaskId.
targetTaskId - the id of task which must be performed before this
task
FSMException - if sourceTaskId is unknown or illegal dependency
detected.
void setPerformBefore(String sourceTaskId)
throws FSMException
targetTaskId.
sourceTaskId - the id of task which must be performed after this
task
FSMException - if targetTaskId is unknown or illegal dependency
detected
void setProperty(Task owner,
String name,
Object value)
Object getProprety(Task owner,
String name)
Object getProprety(String name,
String ownerId)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||