Uses of Interface
org.dspace.workflow.WorkflowItemService
Packages that use WorkflowItemService
Package
Description
Represents permissions for access to DSpace content.
Provides an API for reading and manipulating content in the DSpace system.
The state of an item in a workflow is persisted in a number of objects.
-
Uses of WorkflowItemService in org.dspace.authorize
Fields in org.dspace.authorize declared as WorkflowItemServiceModifier and TypeFieldDescriptionprotected WorkflowItemServiceAuthorizeServiceImpl.workflowItemService -
Uses of WorkflowItemService in org.dspace.content
Fields in org.dspace.content declared as WorkflowItemServiceModifier and TypeFieldDescriptionprotected WorkflowItemServiceItemServiceImpl.workflowItemService -
Uses of WorkflowItemService in org.dspace.rdf
Fields in org.dspace.rdf declared as WorkflowItemService -
Uses of WorkflowItemService in org.dspace.versioning
Fields in org.dspace.versioning declared as WorkflowItemServiceModifier and TypeFieldDescriptionprotected WorkflowItemServiceDefaultItemVersionProvider.workflowItemServiceprotected WorkflowItemServiceVersioningServiceImpl.workflowItemService -
Uses of WorkflowItemService in org.dspace.workflow.factory
Methods in org.dspace.workflow.factory that return WorkflowItemServiceModifier and TypeMethodDescriptionabstract WorkflowItemServiceWorkflowServiceFactory.getWorkflowItemService() -
Uses of WorkflowItemService in org.dspace.xmlworkflow.factory
Methods in org.dspace.xmlworkflow.factory that return WorkflowItemService -
Uses of WorkflowItemService in org.dspace.xmlworkflow.storedcomponents
Classes in org.dspace.xmlworkflow.storedcomponents that implement WorkflowItemServiceModifier and TypeClassDescriptionclassService implementation for the XmlWorkflowItem object. -
Uses of WorkflowItemService in org.dspace.xmlworkflow.storedcomponents.service
Subinterfaces of WorkflowItemService in org.dspace.xmlworkflow.storedcomponents.serviceModifier and TypeInterfaceDescriptioninterfaceService interface class for the XmlWorkflowItem object.