public interface InstallItemService
| Modifier and Type | Method and Description |
|---|---|
String |
getBitstreamProvenanceMessage(Context context,
Item myitem)
Generate provenance-worthy description of the bitstreams contained in an
item.
|
Item |
installItem(Context context,
InProgressSubmission is)
Take an InProgressSubmission and turn it into a fully-archived Item,
creating a new Handle.
|
Item |
installItem(Context c,
InProgressSubmission is,
String suppliedHandle)
Take an InProgressSubmission and turn it into a fully-archived Item.
|
Item |
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.
|
Item installItem(Context context, InProgressSubmission is) throws SQLException, AuthorizeException
context - DSpace Contextis - submission to installSQLExceptionAuthorizeExceptionItem installItem(Context c, InProgressSubmission is, String suppliedHandle) throws SQLException, IOException, AuthorizeException
c - current contextis - submission to installsuppliedHandle - the existing Handle to give to the installed itemSQLExceptionIOExceptionAuthorizeExceptionItem restoreItem(Context c, InProgressSubmission is, String suppliedHandle) throws SQLException, IOException, AuthorizeException
c - current contextis - submission to installsuppliedHandle - the existing Handle to give the installed item, or null
to create a new one.SQLExceptionIOExceptionAuthorizeExceptionString getBitstreamProvenanceMessage(Context context, Item myitem) throws SQLException
myitem - the item to generate description forSQLExceptionCopyright © 2016 DuraSpace. All Rights Reserved.