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.workflow DSpace's workflow system 
 

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.
 

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
 



Copyright © 2010 DuraSpace. All Rights Reserved.