Uses of Class
org.dspace.xmlworkflow.state.actions.ActionAdvancedInfo
-
Packages that use ActionAdvancedInfo Package Description org.dspace.xmlworkflow.state.actions AnActionchanges the state of an object in a workflow.org.dspace.xmlworkflow.state.actions.processingaction -
-
Uses of ActionAdvancedInfo in org.dspace.xmlworkflow.state.actions
Methods in org.dspace.xmlworkflow.state.actions that return types with arguments of type ActionAdvancedInfo Modifier and Type Method Description protected List<ActionAdvancedInfo>Action. getAdvancedInfo()Returns a list of advanced info required by the advanced optionsList<ActionAdvancedInfo>WorkflowActionConfig. getAdvancedInfo()Returns a Map of info for the advanced options this user has on this action -
Uses of ActionAdvancedInfo in org.dspace.xmlworkflow.state.actions.processingaction
Subclasses of ActionAdvancedInfo in org.dspace.xmlworkflow.state.actions.processingaction Modifier and Type Class Description classScoreReviewActionAdvancedInfoClass that holds the advanced information needed for theScoreReviewActionSee configworkflow-actions.cfgclassSelectReviewerActionAdvancedInfoClass that holds the advanced information needed for theSelectReviewerActionSee configworkflow-actions.cfgMethods in org.dspace.xmlworkflow.state.actions.processingaction that return types with arguments of type ActionAdvancedInfo Modifier and Type Method Description protected List<ActionAdvancedInfo>ScoreReviewAction. getAdvancedInfo()protected List<ActionAdvancedInfo>SelectReviewerAction. getAdvancedInfo()
-