Uses of Class
org.dspace.workflow.TasksetType
Packages that use TasksetType
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 TasksetType in org.dspace.workflow
Fields in org.dspace.workflow declared as TasksetTypeFields in org.dspace.workflow with type parameters of type TasksetTypeMethods in org.dspace.workflow that return TasksetTypeModifier and TypeMethodDescriptionObjectFactory.createTasksetType()Create an instance ofTasksetTypeMappingType.getTaskset()Gets the value of the taskset property.Methods in org.dspace.workflow that return types with arguments of type TasksetTypeModifier and TypeMethodDescriptionTasksetsType.getTaskset()Gets the value of the taskset property.Methods in org.dspace.workflow with parameters of type TasksetTypeModifier and TypeMethodDescriptionvoidMappingType.setTaskset(TasksetType value) Sets the value of the taskset property.