Uses of Enum Class
org.dspace.workflow.ActionType
Packages that use ActionType
Package
Description
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 ActionTypeMethods in org.dspace.workflow that return ActionTypeModifier and TypeMethodDescriptionstatic ActionTypeWorkflowType.getValue()Gets the value of the value property.static ActionTypeReturns the enum constant of this class with the specified name.static ActionType[]ActionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.dspace.workflow with parameters of type ActionTypeModifier and TypeMethodDescriptionvoidWorkflowType.setValue(ActionType value) Sets the value of the value property.