Uses of Interface
org.dspace.xmlworkflow.storedcomponents.service.XmlWorkflowItemService
-
Packages that use XmlWorkflowItemService 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.discovery.indexobject org.dspace.discovery.indexobject.factory org.dspace.xmlworkflow An Item submission begins as aWorkspaceItemin some user's workspace.org.dspace.xmlworkflow.factory org.dspace.xmlworkflow.storedcomponents The state of an item in a workflow is persisted in a number of objects. -
-
Uses of XmlWorkflowItemService in org.dspace.curate
Fields in org.dspace.curate declared as XmlWorkflowItemService Modifier and Type Field Description protected XmlWorkflowItemServiceXmlWorkflowCuratorServiceImpl. workflowItemService -
Uses of XmlWorkflowItemService in org.dspace.discovery.indexobject
Fields in org.dspace.discovery.indexobject declared as XmlWorkflowItemService Modifier and Type Field Description protected XmlWorkflowItemServiceWorkflowItemIndexFactoryImpl. workflowItemServiceprotected XmlWorkflowItemServiceItemIndexFactoryImpl. xmlWorkflowItemService -
Uses of XmlWorkflowItemService in org.dspace.discovery.indexobject.factory
Fields in org.dspace.discovery.indexobject.factory declared as XmlWorkflowItemService Modifier and Type Field Description protected XmlWorkflowItemServiceIndexObjectFactoryFactory. xmlWorkflowItemService -
Uses of XmlWorkflowItemService in org.dspace.xmlworkflow
Fields in org.dspace.xmlworkflow declared as XmlWorkflowItemService Modifier and Type Field Description protected XmlWorkflowItemServiceWorkflowRequirementsServiceImpl. xmlWorkflowItemServiceprotected XmlWorkflowItemServiceXmlWorkflowServiceImpl. xmlWorkflowItemService -
Uses of XmlWorkflowItemService in org.dspace.xmlworkflow.factory
Methods in org.dspace.xmlworkflow.factory that return XmlWorkflowItemService Modifier and Type Method Description abstract XmlWorkflowItemServiceXmlWorkflowServiceFactory. getXmlWorkflowItemService()XmlWorkflowItemServiceXmlWorkflowServiceFactoryImpl. getXmlWorkflowItemService() -
Uses of XmlWorkflowItemService in org.dspace.xmlworkflow.storedcomponents
Classes in org.dspace.xmlworkflow.storedcomponents that implement XmlWorkflowItemService Modifier and Type Class Description classXmlWorkflowItemServiceImplService implementation for the XmlWorkflowItem object.
-