Uses of Interface
org.dspace.content.InProgressSubmission
-
Packages that use InProgressSubmission Package Description org.dspace.app.util Miscellaneous utility classes.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.discovery.indexobject org.dspace.discovery.indexobject.factory org.dspace.usage Capture of "usage events".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. -
-
Uses of InProgressSubmission in org.dspace.app.util
Methods in org.dspace.app.util with parameters of type InProgressSubmission Modifier and Type Method Description booleanSubmissionStepConfig. 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 InProgressSubmission Modifier and Type Class Description classWorkspaceItemClass representing an item in the process of being submitted by a userMethods in org.dspace.content with parameters of type InProgressSubmission Modifier and Type Method Description protected ItemInstallItemServiceImpl. finishItem(Context c, Item item, InProgressSubmission is)Final housekeeping when adding a new Item into the archive.ItemInstallItemServiceImpl. installItem(Context c, InProgressSubmission is)ItemInstallItemServiceImpl. installItem(Context c, InProgressSubmission is, String suppliedHandle)ItemInstallItemServiceImpl. 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 InProgressSubmission Modifier and Type Method Description InProgressSubmissionServiceContentServiceFactory. getInProgressSubmissionService(InProgressSubmission inProgressSubmission) -
Uses of InProgressSubmission in org.dspace.content.service
Classes in org.dspace.content.service with type parameters of type InProgressSubmission Modifier and Type Interface Description interfaceInProgressSubmissionService<T extends InProgressSubmission>Service interface class for the InProgressSubmission.Methods in org.dspace.content.service with parameters of type InProgressSubmission Modifier and Type Method Description ItemInstallItemService. installItem(Context context, InProgressSubmission is)Take an InProgressSubmission and turn it into a fully-archived Item, creating a new Handle.ItemInstallItemService. installItem(Context c, InProgressSubmission is, String suppliedHandle)Take an InProgressSubmission and turn it into a fully-archived Item.ItemInstallItemService. 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 InProgressSubmission Modifier and Type Class Description classIndexableInProgressSubmission<T extends InProgressSubmission>InProgressSubmission 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 InProgressSubmission Modifier and Type Field Description protected TIndexableInProgressSubmission. inProgressSubmissionMethods in org.dspace.discovery.indexobject with parameters of type InProgressSubmission Modifier and Type Method Description voidInprogressSubmissionIndexFactoryImpl. 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 InProgressSubmission Modifier and Type Interface Description interfaceInprogressSubmissionIndexFactory<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 InProgressSubmission Modifier and Type Method Description voidInprogressSubmissionIndexFactory. 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 InProgressSubmission Modifier and Type Method Description InProgressSubmissionUsageWorkflowEvent. getWorkflowItem()Constructors in org.dspace.usage with parameters of type InProgressSubmission Constructor Description UsageWorkflowEvent(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.workflow Modifier and Type Interface Description interfaceWorkflowItemInterface 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 InProgressSubmission Modifier and Type Class Description classXmlWorkflowItemClass representing an item going through the workflow process in DSpace
-