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's workflow systemorg.dspace.workflowbasic org.dspace.workflowbasic.service org.dspace.xmlworkflow.storedcomponents 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.workflowbasic
Classes in org.dspace.workflowbasic that implement InProgressSubmissionService Modifier and Type Class Description classBasicWorkflowItemServiceImplService implementation for the BasicWorkflowItem object. -
Uses of InProgressSubmissionService in org.dspace.workflowbasic.service
Subinterfaces of InProgressSubmissionService in org.dspace.workflowbasic.service Modifier and Type Interface Description interfaceBasicWorkflowItemServiceService interface class for the BasicWorkflowItem object. -
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.
-