Uses of Interface
org.dspace.content.service.InProgressSubmissionService
Packages that use InProgressSubmissionService
Package
Description
Provides an API for reading and manipulating content in the DSpace system.
DSpace has a simple workflow system, which models the workflows
as named steps: SUBMIT, arbitrary named steps that you define, and ARCHIVE.
The state of an item in a workflow is persisted in a number of objects.
-
Uses of InProgressSubmissionService in org.dspace.content
Classes in org.dspace.content that implement InProgressSubmissionServiceModifier and TypeClassDescriptionclassService implementation for the WorkspaceItem object. -
Uses of InProgressSubmissionService in org.dspace.content.factory
Methods in org.dspace.content.factory that return InProgressSubmissionServiceModifier and TypeMethodDescriptionContentServiceFactory.getInProgressSubmissionService(InProgressSubmission inProgressSubmission) -
Uses of InProgressSubmissionService in org.dspace.content.service
Subinterfaces of InProgressSubmissionService in org.dspace.content.serviceModifier and TypeInterfaceDescriptioninterfaceService interface class for the WorkspaceItem object. -
Uses of InProgressSubmissionService in org.dspace.workflow
Subinterfaces of InProgressSubmissionService in org.dspace.workflowModifier and TypeInterfaceDescriptioninterfaceWorkflowItemService<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 InProgressSubmissionServiceModifier and TypeClassDescriptionclassService implementation for the XmlWorkflowItem object. -
Uses of InProgressSubmissionService in org.dspace.xmlworkflow.storedcomponents.service
Subinterfaces of InProgressSubmissionService in org.dspace.xmlworkflow.storedcomponents.serviceModifier and TypeInterfaceDescriptioninterfaceService interface class for the XmlWorkflowItem object.