Uses of Class
org.dspace.workflow.FlowStep
-
Packages that use FlowStep Package Description org.dspace.curate In DSpace, "curation" refers to the application of one or more "tasks" to one or more model objects.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 FlowStep in org.dspace.curate
Methods in org.dspace.curate that return FlowStep Modifier and Type Method Description protected FlowStepXmlWorkflowCuratorServiceImpl. getFlowStep(Context c, XmlWorkflowItem wfi)Find the flow step occupied by a work flow item. -
Uses of FlowStep in org.dspace.workflow
Fields in org.dspace.workflow with type parameters of type FlowStep Modifier and Type Field Description List<FlowStep>TaskSet. stepsTheFlowSteps assigned to this TaskSet.Constructor parameters in org.dspace.workflow with type arguments of type FlowStep Constructor Description TaskSet(@NotNull String name, @NotNull List<FlowStep> steps)Create a name for a collection ofFlowSteps.
-