Uses of Class
org.dspace.workflow.TasksetMapType
-
Packages that use TasksetMapType 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 TasksetMapType in org.dspace.workflow
Fields in org.dspace.workflow declared as TasksetMapType Modifier and Type Field Description protected TasksetMapTypeWorkflowCuration. tasksetMapMethods in org.dspace.workflow that return TasksetMapType Modifier and Type Method Description TasksetMapTypeObjectFactory. createTasksetMapType()Create an instance ofTasksetMapTypeTasksetMapTypeWorkflowCuration. getTasksetMap()Gets the value of the tasksetMap property.Methods in org.dspace.workflow with parameters of type TasksetMapType Modifier and Type Method Description voidWorkflowCuration. setTasksetMap(TasksetMapType value)Sets the value of the tasksetMap property.
-