|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.workflow.engine.model.ActionRefs
public class ActionRefs
Class implementing the representation of the <allowedActions> element of a Process Model.
Constructor Summary | |
---|---|
ActionRefs()
Constructor |
Method Summary | |
---|---|
void |
addAllowedAction(AllowedAction allowedAction)
Add an allowedAction to the collection |
AllowedAction |
createAllowedAction()
Create an AllowedAction |
AllowedAction |
getAllowedAction(String strActionName)
Get allowed action by action name |
Action[] |
getAllowedActions()
Get available actions |
Iterator<AllowedAction> |
iterateAllowedAction()
Iterate through the AllowedAction objects |
void |
removeAllowedAction(String strAllowedActionName)
Remove an allowedAction from the collection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionRefs()
Method Detail |
---|
public void addAllowedAction(AllowedAction allowedAction)
AllowedActions
addAllowedAction
in interface AllowedActions
allowedAction
- to be addedpublic AllowedAction createAllowedAction()
AllowedActions
createAllowedAction
in interface AllowedActions
public Iterator<AllowedAction> iterateAllowedAction()
AllowedActions
iterateAllowedAction
in interface AllowedActions
public Action[] getAllowedActions()
AllowedActions
getAllowedActions
in interface AllowedActions
public AllowedAction getAllowedAction(String strActionName)
AllowedActions
getAllowedAction
in interface AllowedActions
strActionName
- the name of the action to find
null
if action not foundpublic void removeAllowedAction(String strAllowedActionName) throws WorkflowException
AllowedActions
removeAllowedAction
in interface AllowedActions
strAllowedActionName
- the name of the allowedAction to be removed.
WorkflowException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |