Uses of Interface
com.silverpeas.workflow.api.model.AllowedAction

Packages that use AllowedAction
com.silverpeas.workflow.api.model   
com.silverpeas.workflow.engine.model   
 

Uses of AllowedAction in com.silverpeas.workflow.api.model
 

Methods in com.silverpeas.workflow.api.model that return AllowedAction
 AllowedAction AllowedActions.createAllowedAction()
          Create an AllowedAction
 AllowedAction AllowedActions.getAllowedAction(String strActionName)
          Get allowed action by action name
 

Methods in com.silverpeas.workflow.api.model that return types with arguments of type AllowedAction
 Iterator<AllowedAction> AllowedActions.iterateAllowedAction()
          Iterate through the AllowedAction objects
 

Methods in com.silverpeas.workflow.api.model with parameters of type AllowedAction
 void AllowedActions.addAllowedAction(AllowedAction allowedAction)
          Add an allowedAction to the collection
 

Uses of AllowedAction in com.silverpeas.workflow.engine.model
 

Classes in com.silverpeas.workflow.engine.model that implement AllowedAction
 class ActionRef
          Class implementing the representation of the <allow> element of a Process Model.
 

Methods in com.silverpeas.workflow.engine.model that return AllowedAction
 AllowedAction ActionRefs.createAllowedAction()
           
 AllowedAction ActionRefs.getAllowedAction(String strActionName)
           
 

Methods in com.silverpeas.workflow.engine.model that return types with arguments of type AllowedAction
 Iterator<AllowedAction> ActionRefs.iterateAllowedAction()
           
 

Methods in com.silverpeas.workflow.engine.model with parameters of type AllowedAction
 void ActionRefs.addAllowedAction(AllowedAction allowedAction)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.