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

Packages that use Action
com.silverpeas.workflow.api.error   
com.silverpeas.workflow.api.model   
com.silverpeas.workflow.engine.dataRecord   
com.silverpeas.workflow.engine.error   
com.silverpeas.workflow.engine.event   
com.silverpeas.workflow.engine.instance   
com.silverpeas.workflow.engine.model   
com.silverpeas.workflowdesigner.control   
 

Uses of Action in com.silverpeas.workflow.api.error
 

Methods in com.silverpeas.workflow.api.error that return Action
 Action WorkflowError.getAction()
           
 

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

Methods in com.silverpeas.workflow.api.model that return Action
 Action Actions.createAction()
          Create an Action
 Action TimeOutAction.getAction()
          return the Action to be launch
 Action AllowedAction.getAction()
          Get the allowed action
 Action ProcessModel.getAction(String name)
          Get the action definition with given name
 Action Actions.getAction(String name)
          Get the action definition with given name
 Action[] ProcessModel.getActions()
          Get the actions defined for this process model
 Action[] Actions.getActions()
          Get the actions defined for this process model
 Action[] AllowedActions.getAllowedActions()
          Get available actions
 Action[] State.getAllowedActions()
          Get actions available in this state
 Action ProcessModel.getCreateAction(String role)
          Returns the action of kind create Throws a WorkflowException if there is no action of type create
 Action[] State.getFilteredActions()
           
 Action State.getTimeoutAction()
          Get the timeout action of this state Action that will played if timeout is trigerred
 

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

Methods in com.silverpeas.workflow.api.model with parameters of type Action
 void Actions.addAction(Action action)
          Add an action to the collection
 void AllowedAction.setAction(Action action)
          Set the allowed action
 void State.setTimeoutAction(Action timeoutAction)
          Set the timeout action of this state Action that will played if timeout is trigerred
 

Uses of Action in com.silverpeas.workflow.engine.dataRecord
 

Constructors in com.silverpeas.workflow.engine.dataRecord with parameters of type Action
ActionActorTemplate(String fieldName, Action action, String role, String lang)
           
ActionDateTemplate(String fieldName, Action action, String role, String lang)
           
ActionLabelTemplate(String fieldName, Action action, String role, String lang)
           
 

Uses of Action in com.silverpeas.workflow.engine.error
 

Methods in com.silverpeas.workflow.engine.error that return Action
 Action WorkflowErrorImpl.getAction()
           
 

Uses of Action in com.silverpeas.workflow.engine.event
 

Constructors in com.silverpeas.workflow.engine.event with parameters of type Action
TimeoutEventImpl(ProcessInstance processInstance, State resolvedState, Action action)
          A TimeoutEventImpl object is built from a processInstance, a state and an action
 

Uses of Action in com.silverpeas.workflow.engine.instance
 

Methods in com.silverpeas.workflow.engine.instance that return Action
 Action ActionAndState.getAction()
           
 

Constructors in com.silverpeas.workflow.engine.instance with parameters of type Action
ActionAndState(Action action, State state)
           
 

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

Classes in com.silverpeas.workflow.engine.model that implement Action
 class ActionImpl
          Class implementing the representation of the <action> element of a Process Model.
 

Methods in com.silverpeas.workflow.engine.model that return Action
 Action ActionsImpl.createAction()
           
 Action ActionRef.getAction()
          Get the referred action
 Action TimeOutActionImpl.getAction()
           
 Action ProcessModelImpl.getAction(String name)
          Get the action with the given name
 Action ActionsImpl.getAction(String name)
           
 Action[] ProcessModelImpl.getActions()
          Get the actions defined for this process model
 Action[] ActionsImpl.getActions()
           
 Action[] StateImpl.getAllowedActions()
          Get actions available in this state
 Action[] ActionRefs.getAllowedActions()
           
 Action ProcessModelImpl.getCreateAction(String role)
          Returns the action of kind create Throws a WorkflowException if there is no action of type create
 Action[] StateImpl.getFilteredActions()
           
 Action StateImpl.getTimeoutAction()
          Get the timeout action of this state Action that will played if timeout is triggered
 

Methods in com.silverpeas.workflow.engine.model that return types with arguments of type Action
 Iterator<Action> ActionsImpl.iterateAction()
           
 

Methods in com.silverpeas.workflow.engine.model with parameters of type Action
 void ActionsImpl.addAction(Action action)
           
 void ActionRef.setAction(Action action)
          Set the referred action
 void TimeOutActionImpl.setAction(Action action)
           
 void StateImpl.setTimeoutAction(Action timeoutAction)
           
 

Uses of Action in com.silverpeas.workflowdesigner.control
 

Methods in com.silverpeas.workflowdesigner.control that return Action
 Action WorkflowDesignerSessionController.createAction()
          Create a new action object to be added to the model
 Action WorkflowDesignerSessionController.findAction(String strContext)
          Get the Action specified by the context
 

Methods in com.silverpeas.workflowdesigner.control with parameters of type Action
 void WorkflowDesignerSessionController.updateAction(Action source, String strNameOriginal)
          Update or insert a new action element of the cached process model
 



Copyright © 2016 Silverpeas. All Rights Reserved.