|
||||||||||
| 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 AllowedActionsallowedAction - to be addedpublic AllowedAction createAllowedAction()
AllowedActions
createAllowedAction in interface AllowedActionspublic Iterator<AllowedAction> iterateAllowedAction()
AllowedActions
iterateAllowedAction in interface AllowedActionspublic Action[] getAllowedActions()
AllowedActions
getAllowedActions in interface AllowedActionspublic AllowedAction getAllowedAction(String strActionName)
AllowedActions
getAllowedAction in interface AllowedActionsstrActionName - the name of the action to find
null if action not found
public void removeAllowedAction(String strAllowedActionName)
throws WorkflowException
AllowedActions
removeAllowedAction in interface AllowedActionsstrAllowedActionName - 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 | |||||||||