Uses of Class
org.dspace.workflow.TasksetMapType
Packages that use TasksetMapType
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 TasksetMapType in org.dspace.workflow
Fields in org.dspace.workflow declared as TasksetMapTypeMethods in org.dspace.workflow that return TasksetMapTypeModifier and TypeMethodDescriptionObjectFactory.createTasksetMapType()Create an instance ofTasksetMapTypeWorkflowCuration.getTasksetMap()Gets the value of the tasksetMap property.Methods in org.dspace.workflow with parameters of type TasksetMapTypeModifier and TypeMethodDescriptionvoidWorkflowCuration.setTasksetMap(TasksetMapType value) Sets the value of the tasksetMap property.