Uses of Class
org.dspace.workflow.TasksetsType
-
Packages that use TasksetsType 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 TasksetsType in org.dspace.workflow
Fields in org.dspace.workflow declared as TasksetsType Modifier and Type Field Description protected TasksetsTypeWorkflowCuration. tasksetsMethods in org.dspace.workflow that return TasksetsType Modifier and Type Method Description TasksetsTypeObjectFactory. createTasksetsType()Create an instance ofTasksetsTypeTasksetsTypeWorkflowCuration. getTasksets()Gets the value of the tasksets property.Methods in org.dspace.workflow with parameters of type TasksetsType Modifier and Type Method Description voidWorkflowCuration. setTasksets(TasksetsType value)Sets the value of the tasksets property.
-