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.curate In DSpace, "curation" refers to the application of one or more "tasks" to one or more model objects.org.dspace.eperson Provides classes representing e-people and groups of e-people.org.dspace.xmlworkflow An Item submission begins as aWorkspaceItemin some user's workspace.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.curate
Fields in org.dspace.curate declared as XmlWorkflowFactory Modifier and Type Field Description protected XmlWorkflowFactoryXmlWorkflowCuratorServiceImpl. workflowFactory -
Uses of XmlWorkflowFactory in org.dspace.eperson
Fields in org.dspace.eperson declared as XmlWorkflowFactory Modifier and Type Field Description protected XmlWorkflowFactoryGroupServiceImpl. workflowFactory -
Uses of XmlWorkflowFactory in org.dspace.xmlworkflow
Classes in org.dspace.xmlworkflow that implement XmlWorkflowFactory Modifier and Type Class Description classXmlWorkflowFactoryImplThis is injected with the external workflow configuration and is used to retrieve information 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()
-