Uses of Class
org.dspace.workflow.TasksetType
-
Packages that use TasksetType 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 TasksetType in org.dspace.workflow
Fields in org.dspace.workflow declared as TasksetType Modifier and Type Field Description protected TasksetTypeMappingType. tasksetFields in org.dspace.workflow with type parameters of type TasksetType Modifier and Type Field Description protected List<TasksetType>TasksetsType. tasksetMethods in org.dspace.workflow that return TasksetType Modifier and Type Method Description TasksetTypeObjectFactory. createTasksetType()Create an instance ofTasksetTypeTasksetTypeMappingType. getTaskset()Gets the value of the taskset property.Methods in org.dspace.workflow that return types with arguments of type TasksetType Modifier and Type Method Description List<TasksetType>TasksetsType. getTaskset()Gets the value of the taskset property.Methods in org.dspace.workflow with parameters of type TasksetType Modifier and Type Method Description voidMappingType. setTaskset(TasksetType value)Sets the value of the taskset property.
-