|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WorkflowActivity
This interface represents a Workflow activity. A Workflow activity represents an activity that an editor can perform
| Method Summary | |
|---|---|
WorkflowActivityInstance |
createInstance(java.lang.String name)
Create an instance of this Workflow activity, to be assigned to a Worfklow model instance |
WorkflowAction[] |
getActions()
Return the actions that can be performed on this activity. |
WorkflowActivityState |
getActivityState(java.lang.String state)
Return the Workflow activity stated assigned to this Workflow activity and that matched the given state |
WorkflowActivityState[] |
getActivityStates()
Return the possible Workflow activity stated assigned to this Workflow activity |
java.lang.String |
getName()
The name of the activity |
| Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper |
|---|
getId, getUUID, setId, setUUID |
| Method Detail |
|---|
java.lang.String getName()
WorkflowAction[] getActions()
WorkflowActivityState[] getActivityStates()
WorkflowActivityState getActivityState(java.lang.String state)
state - State of which the Workflow activity should be retrieved
WorkflowActivityInstance createInstance(java.lang.String name)
name - Name of the activity instance to create
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||