|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dspace.content.InstallItem
public class InstallItem
Support to install item in the archive
| Constructor Summary | |
|---|---|
InstallItem()
|
|
| Method Summary | |
|---|---|
static String |
getBitstreamProvenanceMessage(Item myitem)
Generate provenance-worthy description of the bitstreams contained in an item. |
static Item |
installItem(Context c,
InProgressSubmission is)
Take an InProgressSubmission and turn it into a fully-archived Item, creating a new Handle |
static Item |
installItem(Context c,
InProgressSubmission is,
String suppliedHandle)
Take an InProgressSubmission and turn it into a fully-archived Item. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InstallItem()
| Method Detail |
|---|
public static Item installItem(Context c,
InProgressSubmission is)
throws SQLException,
IOException,
AuthorizeException
c - DSpace Contextis - submission to install
SQLException
IOException
AuthorizeException
public static Item installItem(Context c,
InProgressSubmission is,
String suppliedHandle)
throws SQLException,
IOException,
AuthorizeException
c - current contextis - submission to installsuppliedHandle - the existing Handle to give the installed item
SQLException
IOException
AuthorizeException
public static String getBitstreamProvenanceMessage(Item myitem)
throws SQLException
myitem - the item generate description for
SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||