Modifier and Type | Method and Description |
---|---|
ImportArchiveOptions |
getArchiveOptions() |
java.io.InputStream |
getExportArchiveContent() |
java.lang.String |
getImportLog()
Return the import log HTML file content as string
|
java.util.Collection<ArchiveObject> |
getObjectsForPreview()
Returns the top level objects of the provided export archive for preview
|
java.util.Collection<java.lang.String> |
getSelectedObjectKeys()
Get the appplied filter keys
|
ImportArchiveStatus |
getStatus() |
boolean |
isProcessingComplete()
Return true if import processing has been completed
|
void |
setArchiveOptions(ImportArchiveOptions archiveOptions) |
void |
setExportArchiveContent(java.io.InputStream exportArchiveContent) |
void |
setSelectedObjectKeys(java.util.Collection<java.lang.String> selectedObjectKeys)
Set the keys to filter the archive import
|
execute, isApplicable
cancel, doesLoggedInUserHaveSufficientRolesOrPermissions, executeNextStep, executePreviousStep, finishAllSteps, getCurrentState, getGroup, getIconURL, getId, getName, getNonApplicableReason, getSkippedObjectsWithReason, isAllowed, isApplicable, setObjects
boolean isProcessingComplete()
void setSelectedObjectKeys(java.util.Collection<java.lang.String> selectedObjectKeys)
selectedObjectKeys
- java.util.Collection<java.lang.String> getSelectedObjectKeys()
java.util.Collection<ArchiveObject> getObjectsForPreview() throws CLLException
CLLException
java.lang.String getImportLog()
void setExportArchiveContent(java.io.InputStream exportArchiveContent)
java.io.InputStream getExportArchiveContent()
void setArchiveOptions(ImportArchiveOptions archiveOptions)
ImportArchiveOptions getArchiveOptions()
ImportArchiveStatus getStatus()