Uses of Class
org.dspace.xmlworkflow.state.actions.WorkflowActionConfig

Packages that use WorkflowActionConfig
org.dspace.xmlworkflow   
org.dspace.xmlworkflow.state   
org.dspace.xmlworkflow.state.actions   
 

Uses of WorkflowActionConfig in org.dspace.xmlworkflow
 

Methods in org.dspace.xmlworkflow that return WorkflowActionConfig
static WorkflowActionConfig WorkflowFactory.createWorkflowActionConfig(String actionID)
           
static WorkflowActionConfig XmlWorkflowManager.doState(Context c, EPerson user, javax.servlet.http.HttpServletRequest request, int workflowItemId, Workflow workflow, WorkflowActionConfig currentActionConfig)
           
static WorkflowActionConfig XmlWorkflowManager.processOutcome(Context c, EPerson user, Workflow workflow, Step currentStep, WorkflowActionConfig currentActionConfig, ActionResult currentOutcome, XmlWorkflowItem wfi, boolean enteredNewStep)
           
 

Methods in org.dspace.xmlworkflow with parameters of type WorkflowActionConfig
static void XmlWorkflowManager.createOwnedTask(Context c, XmlWorkflowItem wi, Step step, WorkflowActionConfig action, EPerson e)
           
static void XmlWorkflowManager.createPoolTasks(Context context, XmlWorkflowItem wi, RoleMembers assignees, Step step, WorkflowActionConfig action)
           
static WorkflowActionConfig XmlWorkflowManager.doState(Context c, EPerson user, javax.servlet.http.HttpServletRequest request, int workflowItemId, Workflow workflow, WorkflowActionConfig currentActionConfig)
           
protected static void XmlWorkflowManager.logWorkflowEvent(Context c, String workflowId, String previousStepId, String previousActionConfigId, XmlWorkflowItem wfi, EPerson actor, Step newStep, WorkflowActionConfig newActionConfig)
           
static WorkflowActionConfig XmlWorkflowManager.processOutcome(Context c, EPerson user, Workflow workflow, Step currentStep, WorkflowActionConfig currentActionConfig, ActionResult currentOutcome, XmlWorkflowItem wfi, boolean enteredNewStep)
           
 

Uses of WorkflowActionConfig in org.dspace.xmlworkflow.state
 

Methods in org.dspace.xmlworkflow.state that return WorkflowActionConfig
 WorkflowActionConfig Step.getActionConfig(String actionID)
           
 WorkflowActionConfig Step.getNextAction(WorkflowActionConfig currentAction)
           
 

Methods in org.dspace.xmlworkflow.state with parameters of type WorkflowActionConfig
 WorkflowActionConfig Step.getNextAction(WorkflowActionConfig currentAction)
           
 

Uses of WorkflowActionConfig in org.dspace.xmlworkflow.state.actions
 

Subclasses of WorkflowActionConfig in org.dspace.xmlworkflow.state.actions
 class UserSelectionActionConfig
          A class containing the user selection action configuration
 

Methods in org.dspace.xmlworkflow.state.actions that return WorkflowActionConfig
 WorkflowActionConfig Action.getParent()
           
 

Methods in org.dspace.xmlworkflow.state.actions with parameters of type WorkflowActionConfig
 void Action.setParent(WorkflowActionConfig parent)
           
 



Copyright © 2012 DuraSpace. All Rights Reserved.