Uses of Interface
org.dspace.xmlworkflow.service.XmlWorkflowService
-
Packages that use XmlWorkflowService Package Description org.dspace.curate In DSpace, "curation" refers to the application of one or more "tasks" to one or more model objects.org.dspace.xmlworkflow An Item submission begins as aWorkspaceItemin some user's workspace.org.dspace.xmlworkflow.factory org.dspace.xmlworkflow.state.actions.processingaction -
-
Uses of XmlWorkflowService in org.dspace.curate
Fields in org.dspace.curate declared as XmlWorkflowService Modifier and Type Field Description protected XmlWorkflowServiceXmlWorkflowCuratorServiceImpl. workflowService -
Uses of XmlWorkflowService in org.dspace.xmlworkflow
Classes in org.dspace.xmlworkflow that implement XmlWorkflowService 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.Fields in org.dspace.xmlworkflow declared as XmlWorkflowService Modifier and Type Field Description protected XmlWorkflowServiceWorkflowRequirementsServiceImpl. xmlWorkflowService -
Uses of XmlWorkflowService in org.dspace.xmlworkflow.factory
Methods in org.dspace.xmlworkflow.factory that return XmlWorkflowService Modifier and Type Method Description abstract XmlWorkflowServiceXmlWorkflowServiceFactory. getXmlWorkflowService()XmlWorkflowServiceXmlWorkflowServiceFactoryImpl. getXmlWorkflowService() -
Uses of XmlWorkflowService in org.dspace.xmlworkflow.state.actions.processingaction
Fields in org.dspace.xmlworkflow.state.actions.processingaction declared as XmlWorkflowService Modifier and Type Field Description protected XmlWorkflowServiceProcessingAction. xmlWorkflowService
-