Uses of Class
org.dspace.xmlworkflow.state.actions.Action
-
Packages that use Action Package Description org.dspace.xmlworkflow org.dspace.xmlworkflow.state.actions org.dspace.xmlworkflow.state.actions.processingaction org.dspace.xmlworkflow.state.actions.userassignment -
-
Uses of Action in org.dspace.xmlworkflow
Methods in org.dspace.xmlworkflow with parameters of type Action Modifier and Type Method Description protected voidXmlWorkflowServiceImpl. recordStart(Context context, Item myitem, Action action) -
Uses of Action in org.dspace.xmlworkflow.state.actions
Fields in org.dspace.xmlworkflow.state.actions declared as Action Modifier and Type Field Description protected ActionWorkflowActionConfig. processingActionMethods in org.dspace.xmlworkflow.state.actions that return Action Modifier and Type Method Description ActionWorkflowActionConfig. getProcessingAction()Methods in org.dspace.xmlworkflow.state.actions with parameters of type Action Modifier and Type Method Description voidWorkflowActionConfig. setProcessingAction(Action processingAction) -
Uses of Action in org.dspace.xmlworkflow.state.actions.processingaction
Subclasses of Action in org.dspace.xmlworkflow.state.actions.processingaction Modifier and Type Class Description classAcceptEditRejectActionProcessing class of an action that allows users to edit/accept/reject a workflow itemclassFinalEditActionProcessing class of an action that allows users to accept/reject a workflow itemclassProcessingActionA class that that extends the action to support the common isAuthorized methodclassReviewActionProcessing class of an accept/reject actionclassScoreEvaluationActionProcessing 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 rejectedclassScoreReviewActionThis 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 rejectedclassSelectReviewerActionProcessing class for an action where an assigned user can assign another user to review the itemclassSingleUserReviewActionProcessing 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 Modifier and Type Class Description classAssignActionclassAssignOriginalSubmitterActionA user selection action that assigns the original submitter to the workflowitemclassAutoAssignActionA user selection action that will create pooled tasks for all the user who have a workflowItemRole for this workflow itemclassClaimActionProcessing class for an action where x number of users have to accept a task from a designated poolclassInheritUsersActionA user selection action that inherits user assignment from the previous stepclassNoUserSelectionActionA user selection action that does not assign any usersclassUserSelectionActionAn abstract class representing the processing side of a user selection action.
-