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

Packages that use Action
org.dspace.xmlworkflow.state.actions   
org.dspace.xmlworkflow.state.actions.processingaction   
org.dspace.xmlworkflow.state.actions.userassignment   
 

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

Fields in org.dspace.xmlworkflow.state.actions declared as Action
protected  Action WorkflowActionConfig.processingAction
           
 

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

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

Uses of Action in org.dspace.xmlworkflow.state.actions.processingaction
 

Subclasses of Action in org.dspace.xmlworkflow.state.actions.processingaction
 class AcceptEditRejectAction
          Processing class of an action that allows users to edit/accept/reject a workflow item
 class FinalEditAction
          Processing class of an action that allows users to accept/reject a workflow item
 class ProcessingAction
          A class that that extends the action to support the common isAuthorized method
 class ReviewAction
          Processing class of an accept/reject action
 class ScoreEvaluationAction
          Processing class for the score evaluation action This action will allow multiple users to rate a certain item if the mean of this score is higher then the minimum score the item will be sent to the next action/step else it will be rejected
 class ScoreReviewAction
          This action will allow multiple users to rate a certain item if the mean of this score is higher then the minimum score the item will be sent to the next action/step else it will be rejected
 class SelectReviewerAction
          Processing class for an action where an assigned user can assign another user to review the item
 class SingleUserReviewAction
          Processing class of an action where a single user has been assigned and he can either accept/reject the workflow item or reject the task
 

Uses of Action in org.dspace.xmlworkflow.state.actions.userassignment
 

Subclasses of Action in org.dspace.xmlworkflow.state.actions.userassignment
 class AssignAction
           
 class AssignOriginalSubmitterAction
          A user selection action that assigns the original submitter to the workflowitem
 class AutoAssignAction
          A user selection action that will create pooled tasks for all the user who have a workflowItemRole for this workflow item
 class ClaimAction
          Processing class for an action where x number of users have to accept a task from a designated pool
 class InheritUsersAction
          A user selection action that inherits user assignment from the previous step
 class NoUserSelectionAction
          A user selection action that does not assign any users
 class UserSelectionAction
          An abstract class representing the processing side of a user selection action.
 



Copyright © 2012 DuraSpace. All Rights Reserved.