Uses of Interface
org.dspace.content.InProgressSubmission

Packages that use InProgressSubmission
org.dspace.app.util   
org.dspace.content Provides an API for reading and manipulating content in the DSpace system. 
org.dspace.usage   
org.dspace.workflow DSpace's workflow system 
org.dspace.xmlworkflow.storedcomponents   
 

Uses of InProgressSubmission in org.dspace.app.util
 

Methods in org.dspace.app.util that return InProgressSubmission
 InProgressSubmission SubmissionInfo.getSubmissionItem()
          Return the current in progress submission
 

Methods in org.dspace.app.util with parameters of type InProgressSubmission
static SubmissionInfo SubmissionInfo.load(javax.servlet.http.HttpServletRequest request, InProgressSubmission subItem)
          Loads all known submission information based on the given in progress submission and request object.
 void SubmissionInfo.setSubmissionItem(InProgressSubmission subItem)
          Updates the current in progress submission item
 

Uses of InProgressSubmission in org.dspace.content
 

Classes in org.dspace.content that implement InProgressSubmission
 class SupervisedItem
          Class to handle WorkspaceItems which are being supervised.
 class WorkspaceItem
          Class representing an item in the process of being submitted by a user
 

Methods in org.dspace.content with parameters of type InProgressSubmission
static Item InstallItem.installItem(Context c, InProgressSubmission is)
          Take an InProgressSubmission and turn it into a fully-archived Item, creating a new Handle.
static Item InstallItem.installItem(Context c, InProgressSubmission is, String suppliedHandle)
          Take an InProgressSubmission and turn it into a fully-archived Item.
static Item InstallItem.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.usage
 

Methods in org.dspace.usage that return InProgressSubmission
 InProgressSubmission UsageWorkflowEvent.getWorkflowItem()
           
 

Constructors in org.dspace.usage with parameters of type InProgressSubmission
UsageWorkflowEvent(Context context, Item item, InProgressSubmission workflowItem, String workflowStep, String oldState, Collection scope, EPerson actor)
           
 

Uses of InProgressSubmission in org.dspace.workflow
 

Classes in org.dspace.workflow that implement InProgressSubmission
 class WorkflowItem
          Class representing an item going through the workflow process in DSpace
 

Uses of InProgressSubmission in org.dspace.xmlworkflow.storedcomponents
 

Classes in org.dspace.xmlworkflow.storedcomponents that implement InProgressSubmission
 class XmlWorkflowItem
          Class representing an item going through the workflow process in DSpace
 



Copyright © 2012 DuraSpace. All Rights Reserved.