Uses of Interface
org.dspace.content.service.InProgressSubmissionService
-
Packages that use InProgressSubmissionService Package Description org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.content.factory org.dspace.content.service org.dspace.workflow DSpace has a simple workflow system, which models the workflows as named steps: SUBMIT, arbitrary named steps that you define, and ARCHIVE.org.dspace.xmlworkflow.storedcomponents The state of an item in a workflow is persisted in a number of objects.org.dspace.xmlworkflow.storedcomponents.service -
-
Uses of InProgressSubmissionService in org.dspace.content
Classes in org.dspace.content that implement InProgressSubmissionService Modifier and Type Class Description classWorkspaceItemServiceImplService implementation for the WorkspaceItem object. -
Uses of InProgressSubmissionService in org.dspace.content.factory
Methods in org.dspace.content.factory that return InProgressSubmissionService Modifier and Type Method Description InProgressSubmissionServiceContentServiceFactory. getInProgressSubmissionService(InProgressSubmission inProgressSubmission) -
Uses of InProgressSubmissionService in org.dspace.content.service
Subinterfaces of InProgressSubmissionService in org.dspace.content.service Modifier and Type Interface Description interfaceWorkspaceItemServiceService interface class for the WorkspaceItem object. -
Uses of InProgressSubmissionService in org.dspace.workflow
Subinterfaces of InProgressSubmissionService in org.dspace.workflow Modifier and Type Interface Description interfaceWorkflowItemService<T extends WorkflowItem>Service interface class for the Workflow items. -
Uses of InProgressSubmissionService in org.dspace.xmlworkflow.storedcomponents
Classes in org.dspace.xmlworkflow.storedcomponents that implement InProgressSubmissionService Modifier and Type Class Description classXmlWorkflowItemServiceImplService implementation for the XmlWorkflowItem object. -
Uses of InProgressSubmissionService in org.dspace.xmlworkflow.storedcomponents.service
Subinterfaces of InProgressSubmissionService in org.dspace.xmlworkflow.storedcomponents.service Modifier and Type Interface Description interfaceXmlWorkflowItemServiceService interface class for the XmlWorkflowItem object.
-