Uses of Class
org.dspace.workflow.TaskType
-
Packages that use TaskType 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 TaskType in org.dspace.workflow
Fields in org.dspace.workflow with type parameters of type TaskType Modifier and Type Field Description protected List<TaskType>FlowstepType. taskMethods in org.dspace.workflow that return TaskType Modifier and Type Method Description TaskTypeObjectFactory. createTaskType()Create an instance ofTaskTypeMethods in org.dspace.workflow that return types with arguments of type TaskType Modifier and Type Method Description List<TaskType>FlowstepType. getTask()Gets the value of the task property.
-