| 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.usage |
Capture of "usage events".
|
| org.dspace.workflow |
DSpace's workflow system
|
| org.dspace.workflowbasic | |
| 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 |
WorkspaceItem
Class representing an item in the process of being submitted by a user
|
| Modifier and Type | Method and Description |
|---|---|
protected Item |
InstallItemServiceImpl.finishItem(Context c,
Item item,
InProgressSubmission is) |
Item |
InstallItemServiceImpl.installItem(Context c,
InProgressSubmission is) |
Item |
InstallItemServiceImpl.installItem(Context c,
InProgressSubmission is,
String suppliedHandle) |
Item |
InstallItemServiceImpl.restoreItem(Context c,
InProgressSubmission is,
String suppliedHandle) |
| Modifier and Type | Method and Description |
|---|---|
InProgressSubmissionService |
ContentServiceFactory.getInProgressSubmissionService(InProgressSubmission inProgressSubmission) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InProgressSubmissionService<T extends InProgressSubmission>
Service interface class for the InProgressSubmission.
|
| Modifier and Type | Method and Description |
|---|---|
Item |
InstallItemService.installItem(Context context,
InProgressSubmission is)
Take an InProgressSubmission and turn it into a fully-archived Item,
creating a new Handle.
|
Item |
InstallItemService.installItem(Context c,
InProgressSubmission is,
String suppliedHandle)
Take an InProgressSubmission and turn it into a fully-archived Item.
|
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.
|
| 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 | Interface and Description |
|---|---|
interface |
WorkflowItem
Interface representing a workflowitem, each workflowItem implementation must implement this interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicWorkflowItem
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 © 2016 DuraSpace. All Rights Reserved.