Uses of Class
org.dspace.workflow.FlowstepType
-
Packages that use FlowstepType 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 FlowstepType in org.dspace.workflow
Fields in org.dspace.workflow with type parameters of type FlowstepType Modifier and Type Field Description protected List<FlowstepType>TasksetType. flowstepMethods in org.dspace.workflow that return FlowstepType Modifier and Type Method Description FlowstepTypeObjectFactory. createFlowstepType()Create an instance ofFlowstepTypeMethods in org.dspace.workflow that return types with arguments of type FlowstepType Modifier and Type Method Description List<FlowstepType>TasksetType. getFlowstep()Gets the value of the flowstep property.
-