|
Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite 10g (10.1.3.2) B32189-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface class ArchiveManager
Archive Manager interface for handling archive related operations
Performs the following operations 1. Obtain archive from a domain id. 2 Empty Archive 3. Purge items that beyond their cut-off period 4. Delete a document from archive
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 |
---|
void emptyArchive(long archiveId) throws FdkException
ArchiveManager
archiveId
- The Id of archive to be emptiedFdkException
- If the operation failsvoid setArchiveConfiguration(long archiveId, NamedValue[] attributes) throws FdkException
ArchiveManager
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.Item restoreFromArchive(long archiveId, long sourceId, NamedValue[] options) throws FdkException
ArchiveManager
archiveId
- The ArchivesourceId
- The document to be restoredoptions
- The attributes specified for restore,such as destination folder
FdkException
- If the operation failsvoid requestRestoreFromArchive(long domainId, NamedValue[] options) throws FdkException
ArchiveManager
domainId
- The DomainIDoptions
- Filters for specifying the documents. Valid Attributes:
FdkException
- If the operation fails
|
Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite 10g (10.1.3.2) B32189-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |