Uses of Interface
org.dspace.workflow.WorkflowService
Packages that use WorkflowService
Package
Description
Provides an API for reading and manipulating content in the DSpace system.
An Item submission begins as a
WorkspaceItem in some user's workspace.-
Uses of WorkflowService in org.dspace.app.itemimport
Fields in org.dspace.app.itemimport declared as WorkflowService -
Uses of WorkflowService in org.dspace.content
Fields in org.dspace.content declared as WorkflowServiceModifier and TypeFieldDescriptionprotected WorkflowServiceWorkspaceItemServiceImpl.workflowService -
Uses of WorkflowService in org.dspace.workflow.factory
Methods in org.dspace.workflow.factory that return WorkflowServiceModifier and TypeMethodDescriptionabstract WorkflowServiceWorkflowServiceFactory.getWorkflowService() -
Uses of WorkflowService in org.dspace.xmlworkflow
Classes in org.dspace.xmlworkflow that implement WorkflowServiceModifier and TypeClassDescriptionclassWhen an item is submitted and is somewhere in a workflow, it has a row in thecwf_workflowitemtable pointing to it. -
Uses of WorkflowService in org.dspace.xmlworkflow.factory
Methods in org.dspace.xmlworkflow.factory that return WorkflowService -
Uses of WorkflowService in org.dspace.xmlworkflow.service
Subinterfaces of WorkflowService in org.dspace.xmlworkflow.serviceModifier and TypeInterfaceDescriptioninterfaceWhen an item is submitted and is somewhere in a workflow, it has a row in the WorkflowItem table pointing to it.