| 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.usage | |
| org.dspace.workflow |
DSpace's workflow system
|
| org.dspace.xmlworkflow.storedcomponents |
| Modifier and Type | Method and Description |
|---|---|
InProgressSubmission |
SubmissionInfo.getSubmissionItem()
Return the current in progress submission
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Class and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
InProgressSubmission |
UsageWorkflowEvent.getWorkflowItem() |
| Constructor and Description |
|---|
UsageWorkflowEvent(Context context,
Item item,
InProgressSubmission workflowItem,
String workflowStep,
String oldState,
Collection scope,
EPerson actor) |
| Modifier and Type | Class and Description |
|---|---|
class |
WorkflowItem
Class representing an item going through the workflow process in DSpace
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmlWorkflowItem
Class representing an item going through the workflow process in DSpace
|
Copyright © 2013 DuraSpace. All Rights Reserved.