|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WorkflowActivityInstance
This interface represents a Workflow activity instance. A Workflow activity instance represents an instance of a Worklow activity. The instance will have an activity state, indicating the current state of the activity instance within the Workflow model instance.
| Method Summary | |
|---|---|
WorkflowActivity |
getActivity()
Returns the activity of which this activity instance is an instance |
java.lang.String |
getState()
Return the current Workflow activity state of this activity instance |
void |
setActivity(WorkflowActivity activity)
Sets the activity of which this activity instance is an instance |
void |
setState(java.lang.String state)
Sets the state of this Workflow activity instance. |
| Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper |
|---|
getId, getUUID, setId, setUUID |
| Method Detail |
|---|
WorkflowActivity getActivity()
void setActivity(WorkflowActivity activity)
activity - activity of which this activity instance is an instancejava.lang.String getState()
void setState(java.lang.String state)
state - new state of this Workflow activity instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||