Uses of Class
org.dspace.workflow.ConditionType
-
Packages that use ConditionType 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 ConditionType in org.dspace.workflow
Fields in org.dspace.workflow declared as ConditionType Modifier and Type Field Description protected ConditionTypeNotifyType. onMethods in org.dspace.workflow that return ConditionType Modifier and Type Method Description static ConditionTypeConditionType. fromValue(String v)ConditionTypeNotifyType. getOn()Gets the value of the on property.static ConditionTypeConditionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConditionType[]ConditionType. 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 ConditionType Modifier and Type Method Description voidNotifyType. setOn(ConditionType value)Sets the value of the on property.
-