|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Actions
Interface describing a representation of the <actions> element of a Process Model.
| Method Summary | |
|---|---|
void |
addAction(Action action)
Add an action to the collection |
Action |
createAction()
Create an Action |
Action |
getAction(String name)
Get the action definition with given name |
Action[] |
getActions()
Get the actions defined for this process model |
Iterator<Action> |
iterateAction()
Iterate through the Action objects |
void |
removeAction(String strActionName)
Remove an action from the collection |
| Method Detail |
|---|
Iterator<Action> iterateAction()
Action createAction()
void addAction(Action action)
action - to be addedAction[] getActions()
Action getAction(String name)
throws WorkflowException
name - action name
WorkflowException
void removeAction(String strActionName)
throws WorkflowException
strActionName - the name of the action to be removed.
WorkflowException - when the action cannot be found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||