Uses of Class
org.dspace.xmlworkflow.state.actions.Action
Packages that use Action
Package
Description
An Item submission begins as a
WorkspaceItem in some user's workspace.An
Action changes the state of an object in a workflow.-
Uses of Action in org.dspace.xmlworkflow
Methods in org.dspace.xmlworkflow with parameters of type ActionModifier and TypeMethodDescriptionprotected 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 ActionMethods in org.dspace.xmlworkflow.state.actions that return ActionMethods in org.dspace.xmlworkflow.state.actions with parameters of type ActionModifier and TypeMethodDescriptionvoidWorkflowActionConfig.setProcessingAction(Action processingAction) -
Uses of Action in org.dspace.xmlworkflow.state.actions.processingaction
Subclasses of Action in org.dspace.xmlworkflow.state.actions.processingactionModifier and TypeClassDescriptionclassProcessing class of an action that allows users to edit/accept/reject a workflow itemclassProcessing class of an action that allows users to accept/reject a workflow itemclassRepresent an action that can be offered to a workflow step's user(s).classProcessing class of an accept/reject actionclassProcessing 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 rejectedclassThis 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 rejectedclassProcessing class for an action where an assigned user can assign another user to review the itemclassProcessing class of an action where a single user has been assigned and they 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.userassignmentModifier and TypeClassDescriptionclassclassA user selection action that assigns the original submitter to the workflowitemclassA user selection action that will create pooled tasks for all the user who have a workflowItemRole for this workflow itemclassProcessing class for an action where x number of users have to accept a task from a designated poolclassA user selection action that inherits user assignment from the previous stepclassA user selection action that does not assign any usersclassAn action that associates workflow users with tasks.