Uses of Enum Class
org.dspace.workflow.ConditionType
Packages that use ConditionType
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 ConditionType in org.dspace.workflow
Fields in org.dspace.workflow declared as ConditionTypeMethods in org.dspace.workflow that return ConditionTypeModifier and TypeMethodDescriptionstatic ConditionTypeNotifyType.getOn()Gets the value of the on property.static ConditionTypeReturns the enum constant of this class with the specified name.static ConditionType[]ConditionType.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 ConditionTypeModifier and TypeMethodDescriptionvoidNotifyType.setOn(ConditionType value) Sets the value of the on property.