|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.workflow.engine.model.ActionsImpl
public class ActionsImpl
Class implementing the representation of the <actions> element of a Process Model.
Constructor Summary | |
---|---|
ActionsImpl()
Constructor |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionsImpl()
Method Detail |
---|
public void addAction(Action action)
Actions
addAction
in interface Actions
action
- to be addedpublic Action createAction()
Actions
createAction
in interface Actions
public Action getAction(String name) throws WorkflowException
Actions
getAction
in interface Actions
name
- action name
WorkflowException
public Action[] getActions()
Actions
getActions
in interface Actions
public Iterator<Action> iterateAction()
Actions
iterateAction
in interface Actions
public void removeAction(String strActionName) throws WorkflowException
Actions
removeAction
in interface Actions
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 |