Uses of Interface
org.dspace.xmlworkflow.service.XmlWorkflowService
-
Packages that use XmlWorkflowService Package Description org.dspace.xmlworkflow org.dspace.xmlworkflow.factory -
-
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 the WorkflowItem table 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()
-