|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AllowedActions
Interface describing a representation of the <allowedActions> element of a Process Model.
| 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 |
| Method Detail |
|---|
Iterator<AllowedAction> iterateAllowedAction()
AllowedAction createAllowedAction()
void addAllowedAction(AllowedAction allowedAction)
allowedAction - to be addedAction[] getAllowedActions()
AllowedAction getAllowedAction(String strActionName)
strActionName - the name of the action to find
null if action not found
void removeAllowedAction(String strAllowedActionName)
throws WorkflowException
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 | |||||||||