| Package | Description |
|---|---|
| org.dspace.xmlworkflow.state.actions | |
| org.dspace.xmlworkflow.state.actions.processingaction | |
| org.dspace.xmlworkflow.state.actions.userassignment |
| Modifier and Type | Field and Description |
|---|---|
protected Action |
WorkflowActionConfig.processingAction |
| Modifier and Type | Method and Description |
|---|---|
Action |
WorkflowActionConfig.getProcessingAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowActionConfig.setProcessingAction(Action processingAction) |
| Modifier and Type | Class and Description |
|---|---|
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
|
| Modifier and Type | Class and Description |
|---|---|
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 © 2014 DuraSpace. All Rights Reserved.