Uses of Class
org.dspace.workflow.TasksetsType
Packages that use TasksetsType
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 TasksetsType in org.dspace.workflow
Fields in org.dspace.workflow declared as TasksetsTypeMethods in org.dspace.workflow that return TasksetsTypeModifier and TypeMethodDescriptionObjectFactory.createTasksetsType()Create an instance ofTasksetsTypeWorkflowCuration.getTasksets()Gets the value of the tasksets property.Methods in org.dspace.workflow with parameters of type TasksetsTypeModifier and TypeMethodDescriptionvoidWorkflowCuration.setTasksets(TasksetsType value) Sets the value of the tasksets property.