Uses of Interface
org.dspace.content.InProgressSubmission
Packages that use InProgressSubmission
Package
Description
Miscellaneous utility classes.
Provides an API for reading and manipulating content in the DSpace system.
Capture of "usage events".
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 InProgressSubmission in org.dspace.app.util
Methods in org.dspace.app.util with parameters of type InProgressSubmissionModifier and TypeMethodDescriptionbooleanSubmissionStepConfig.isHiddenForInProgressSubmission(InProgressSubmission obj) Check if given submission section object is hidden for the current submission scope -
Uses of InProgressSubmission in org.dspace.content
Classes in org.dspace.content that implement InProgressSubmissionModifier and TypeClassDescriptionclassClass representing an item in the process of being submitted by a userMethods in org.dspace.content with parameters of type InProgressSubmissionModifier and TypeMethodDescriptionprotected ItemInstallItemServiceImpl.finishItem(Context c, Item item, InProgressSubmission is) Final housekeeping when adding a new Item into the archive.InstallItemServiceImpl.installItem(Context c, InProgressSubmission is) InstallItemServiceImpl.installItem(Context c, InProgressSubmission is, String suppliedHandle) InstallItemServiceImpl.restoreItem(Context c, InProgressSubmission is, String suppliedHandle) -
Uses of InProgressSubmission in org.dspace.content.factory
Methods in org.dspace.content.factory with parameters of type InProgressSubmissionModifier and TypeMethodDescriptionContentServiceFactory.getInProgressSubmissionService(InProgressSubmission inProgressSubmission) -
Uses of InProgressSubmission in org.dspace.content.service
Classes in org.dspace.content.service with type parameters of type InProgressSubmissionModifier and TypeInterfaceDescriptioninterfaceInProgressSubmissionService<T extends InProgressSubmission>Service interface class for the InProgressSubmission.Methods in org.dspace.content.service with parameters of type InProgressSubmissionModifier and TypeMethodDescriptionInstallItemService.installItem(Context context, InProgressSubmission is) Take an InProgressSubmission and turn it into a fully-archived Item, creating a new Handle.InstallItemService.installItem(Context c, InProgressSubmission is, String suppliedHandle) Take an InProgressSubmission and turn it into a fully-archived Item.InstallItemService.restoreItem(Context c, InProgressSubmission is, String suppliedHandle) Turn an InProgressSubmission into a fully-archived Item, for a "restore" operation such as ingestion of an AIP to recreate an archive. -
Uses of InProgressSubmission in org.dspace.discovery.indexobject
Classes in org.dspace.discovery.indexobject with type parameters of type InProgressSubmissionModifier and TypeClassDescriptionclassInProgressSubmission implementation for the IndexableObjectclassInprogressSubmissionIndexFactoryImpl<T extends IndexableInProgressSubmission,S extends InProgressSubmission> Factory implementation for indexing/retrieving InProgressSubmissions in the search coreFields in org.dspace.discovery.indexobject declared as InProgressSubmissionMethods in org.dspace.discovery.indexobject with parameters of type InProgressSubmissionModifier and TypeMethodDescriptionvoidInprogressSubmissionIndexFactoryImpl.storeInprogressItemFields(Context context, org.apache.solr.common.SolrInputDocument doc, InProgressSubmission inProgressSubmission) -
Uses of InProgressSubmission in org.dspace.discovery.indexobject.factory
Classes in org.dspace.discovery.indexobject.factory with type parameters of type InProgressSubmissionModifier and TypeInterfaceDescriptioninterfaceInprogressSubmissionIndexFactory<T extends IndexableInProgressSubmission,S extends InProgressSubmission> Factory interface for indexing/retrieving InProgresssSubmission objects in the search coreMethods in org.dspace.discovery.indexobject.factory with parameters of type InProgressSubmissionModifier and TypeMethodDescriptionvoidInprogressSubmissionIndexFactory.storeInprogressItemFields(Context context, org.apache.solr.common.SolrInputDocument doc, InProgressSubmission inProgressSubmission) Store common fields between workspace / workflow items in the solr document -
Uses of InProgressSubmission in org.dspace.usage
Methods in org.dspace.usage that return InProgressSubmissionConstructors in org.dspace.usage with parameters of type InProgressSubmissionModifierConstructorDescriptionUsageWorkflowEvent(Context context, Item item, InProgressSubmission workflowItem, String workflowStep, String oldState, Collection scope, EPerson actor) -
Uses of InProgressSubmission in org.dspace.workflow
Subinterfaces of InProgressSubmission in org.dspace.workflowModifier and TypeInterfaceDescriptioninterfaceInterface representing a workflowitem, each workflowItem implementation must implement this interface. -
Uses of InProgressSubmission in org.dspace.xmlworkflow.storedcomponents
Classes in org.dspace.xmlworkflow.storedcomponents that implement InProgressSubmissionModifier and TypeClassDescriptionclassClass representing an item going through the workflow process in DSpace