|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AllowedActions | |
---|---|
com.silverpeas.workflow.api.model | |
com.silverpeas.workflow.engine.model |
Uses of AllowedActions in com.silverpeas.workflow.api.model |
---|
Methods in com.silverpeas.workflow.api.model that return AllowedActions | |
---|---|
AllowedActions |
State.createAllowedActions()
Create and return an object implementing AllowedActions |
AllowedActions |
State.getAllowedActionsEx()
Get all the allowed actions |
Methods in com.silverpeas.workflow.api.model with parameters of type AllowedActions | |
---|---|
void |
State.setAllowedActions(AllowedActions allowedActions)
Set the allowed actions |
void |
State.setFilteredActions(AllowedActions allowedActions)
|
Uses of AllowedActions in com.silverpeas.workflow.engine.model |
---|
Classes in com.silverpeas.workflow.engine.model that implement AllowedActions | |
---|---|
class |
ActionRefs
Class implementing the representation of the <allowedActions> element of a Process Model. |
Methods in com.silverpeas.workflow.engine.model that return AllowedActions | |
---|---|
AllowedActions |
StateImpl.createAllowedActions()
|
AllowedActions |
StateImpl.getAllowedActionsEx()
|
Methods in com.silverpeas.workflow.engine.model with parameters of type AllowedActions | |
---|---|
void |
StateImpl.setAllowedActions(AllowedActions allowedActions)
|
void |
StateImpl.setFilteredActions(AllowedActions allowedActions)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |