Uses of Class
org.dspace.workflow.ActionType
-
Packages that use ActionType Package Description org.dspace.workflow DSpace has a simple workflow system, which models the workflows as named steps: SUBMIT, arbitrary named steps that you define, and ARCHIVE. -
-
Uses of ActionType in org.dspace.workflow
Fields in org.dspace.workflow declared as ActionType Modifier and Type Field Description protected ActionTypeWorkflowType. valueMethods in org.dspace.workflow that return ActionType Modifier and Type Method Description static ActionTypeActionType. fromValue(String v)ActionTypeWorkflowType. getValue()Gets the value of the value property.static ActionTypeActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionType[]ActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dspace.workflow with parameters of type ActionType Modifier and Type Method Description voidWorkflowType. setValue(ActionType value)Sets the value of the value property.
-