Uses of Interface
org.dspace.xmlworkflow.factory.XmlWorkflowFactory
-
Packages that use XmlWorkflowFactory Package Description org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.xmlworkflow org.dspace.xmlworkflow.factory -
-
Uses of XmlWorkflowFactory in org.dspace.content
Fields in org.dspace.content declared as XmlWorkflowFactory Modifier and Type Field Description protected XmlWorkflowFactoryCollectionServiceImpl. workflowFactory -
Uses of XmlWorkflowFactory in org.dspace.xmlworkflow
Classes in org.dspace.xmlworkflow that implement XmlWorkflowFactory Modifier and Type Class Description classXmlWorkflowFactoryImplThe workflowfactory is responsible for parsing the workflow xml file and is used to retrieve info about the workflow: - the workflow for a certain collection - collections mapped to a certain workflow - collections not mapped to any workflow - configured workflows and the default workflow - workflow action by nameFields in org.dspace.xmlworkflow declared as XmlWorkflowFactory Modifier and Type Field Description protected XmlWorkflowFactoryWorkflowRequirementsServiceImpl. workflowFactoryprotected static XmlWorkflowFactoryWorkflowUtils. xmlWorkflowFactoryprotected XmlWorkflowFactoryXmlWorkflowServiceImpl. xmlWorkflowFactory -
Uses of XmlWorkflowFactory in org.dspace.xmlworkflow.factory
Methods in org.dspace.xmlworkflow.factory that return XmlWorkflowFactory Modifier and Type Method Description abstract XmlWorkflowFactoryXmlWorkflowServiceFactory. getWorkflowFactory()XmlWorkflowFactoryXmlWorkflowServiceFactoryImpl. getWorkflowFactory()
-