|
Oracle Content Services Web Services Java API Reference 10g Release 1 (10.1.2.3) B25584-03 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Archive Manager interface for handling archive related operations.
Performs the following operations.
Method Summary | |
void |
emptyArchive(long archiveId) Empties a given Archive. |
void |
requestRestoreFromArchive(long domainId, NamedValue[] options) Submits a request to all content adminsitrators to restore some documents from the archive of a given domainID. |
Item |
restoreFromArchive(long archiveId, long sourceId, NamedValue[] options) Restores a document/folder specified by sourceId into the location specified by DESTFOLDER option from the Archive. |
void |
setArchiveConfiguration(long archiveId, NamedValue[] attributes) Sets the Archive configuration. |
Method Detail |
public void emptyArchive(long archiveId) throws FdkException
archiveId
- The Id of archive to be emptiedFdkException
- If the operation failspublic void setArchiveConfiguration(long archiveId, NamedValue[] attributes) throws FdkException
archiveId
- the Archive for which to set the configurationattributes
- the Archive configuration options to set; must include one or more of the following Attributes:
FdkException
- if the operation fails.public Item restoreFromArchive(long archiveId, long sourceId, NamedValue[] options) throws FdkException
archiveId
- The ArchivesourceId
- The document to be restoredoptions
- The attributes specified for restore,such as destination folder
FdkException
- If the operation failspublic void requestRestoreFromArchive(long domainId, NamedValue[] options) throws FdkException
domainId
- The DomainIDoptions
- Filters for specifying the documents. Valid Attributes:
FdkException
- If the operation fails
|
Oracle Content Services Web Services Java API Reference 10g Release 1 (10.1.2.3) B25584-03 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |