Uses of Interface
org.dspace.workflow.WorkflowService
-
Packages that use WorkflowService Package Description org.dspace.app.itemimport org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.workflow.factory org.dspace.xmlworkflow An Item submission begins as aWorkspaceItemin some user's workspace.org.dspace.xmlworkflow.factory org.dspace.xmlworkflow.service -
-
Uses of WorkflowService in org.dspace.app.itemimport
Fields in org.dspace.app.itemimport declared as WorkflowService Modifier and Type Field Description protected WorkflowServiceItemImportServiceImpl. workflowService -
Uses of WorkflowService in org.dspace.content
Fields in org.dspace.content declared as WorkflowService Modifier and Type Field Description protected WorkflowServiceWorkspaceItemServiceImpl. workflowService -
Uses of WorkflowService in org.dspace.workflow.factory
Methods in org.dspace.workflow.factory that return WorkflowService Modifier and Type Method Description abstract WorkflowServiceWorkflowServiceFactory. getWorkflowService() -
Uses of WorkflowService in org.dspace.xmlworkflow
Classes in org.dspace.xmlworkflow that implement WorkflowService Modifier and Type Class Description classXmlWorkflowServiceImplWhen 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 Modifier and Type Method Description WorkflowServiceXmlWorkflowServiceFactoryImpl. getWorkflowService() -
Uses of WorkflowService in org.dspace.xmlworkflow.service
Subinterfaces of WorkflowService in org.dspace.xmlworkflow.service Modifier and Type Interface Description interfaceXmlWorkflowServiceWhen an item is submitted and is somewhere in a workflow, it has a row in the WorkflowItem table pointing to it.
-