| Package | Description |
|---|---|
| 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.submit | |
| org.dspace.submit.step | |
| org.dspace.usage |
Capture of "usage events".
|
| org.dspace.workflow |
DSpace's workflow system
|
| org.dspace.workflowbasic | |
| org.dspace.xmlworkflow.storedcomponents |
| 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)
Final housekeeping when adding a new Item into the archive.
|
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<ID>,ID extends Serializable>
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 |
|---|---|
abstract void |
AbstractProcessingStep.doPostProcessing(Context context,
InProgressSubmission wsi) |
abstract void |
AbstractProcessingStep.doPreProcessing(Context context,
InProgressSubmission wsi) |
| 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 © 2019 DuraSpace. All rights reserved.