|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ImportExportException in com.atlassian.confluence.importexport |
|---|
| Methods in com.atlassian.confluence.importexport that throw ImportExportException | |
|---|---|
abstract java.lang.String |
Exporter.doExport(com.atlassian.core.util.ProgressMeter progress)
|
abstract void |
Importer.doImport()
|
java.lang.String |
ImportExportManager.exportAs(ExportContext context,
com.atlassian.core.util.ProgressMeter progress)
|
java.lang.String |
DefaultImportExportManager.exportAs(ExportContext context,
com.atlassian.core.util.ProgressMeter progress)
|
void |
ImportExportManager.importAs(java.lang.Object type,
ImportContext context)
|
void |
DefaultImportExportManager.importAs(java.lang.Object type,
ImportContext context)
|
| Uses of ImportExportException in com.atlassian.confluence.importexport.actions |
|---|
| Methods in com.atlassian.confluence.importexport.actions that throw ImportExportException | |
|---|---|
protected DefaultImportContext |
RestorePageAction.createImportContext()
|
protected DefaultImportContext |
RestoreLocalFileAction.createImportContext()
|
protected DefaultImportContext |
ImportSnipSnapAction.createImportContext()
|
protected DefaultImportContext |
RestoreAction.createImportContext()
|
protected abstract DefaultImportContext |
AbstractImportAction.createImportContext()
|
protected void |
ImportSnipSnapAction.doRestore()
|
protected void |
AbstractImportAction.doRestore()
|
protected java.io.File |
RestoreLocalFileAction.getRestoreFile()
|
protected abstract java.io.File |
AbstractFileRestoreAction.getRestoreFile()
|
protected java.io.File |
RestoreAction.getRestoreFile()
|
protected java.io.File |
AbstractImportAction.getRestoreFileFromFileSystem()
|
protected java.io.File |
AbstractImportAction.getRestoreFileFromUpload()
retrieves restore file from upload |
protected boolean |
RestorePageAction.isImportAllowed()
|
protected boolean |
AbstractFileRestoreAction.isImportAllowed()
|
protected boolean |
AbstractImportAction.isImportAllowed()
Override if you want to prohibit certain types of export zips from being imported |
| Uses of ImportExportException in com.atlassian.confluence.importexport.impl |
|---|
| Methods in com.atlassian.confluence.importexport.impl that throw ImportExportException | |
|---|---|
protected void |
FileXmlExporter.backupAttachments()
Backs up the Attachments and stores them in the "attachments" directory of the export. |
protected void |
FileXmlExporter.backupConfigFiles()
|
protected void |
AbstractXmlExporter.backupEntities(ObjectHandleTranslator translator,
com.atlassian.core.util.ProgressMeter progress)
|
protected void |
AbstractXmlExporter.backupEverything(ObjectHandleTranslator translator,
com.atlassian.core.util.ProgressMeter progress)
|
protected void |
FileXmlExporter.backupEverything(ObjectHandleTranslator translator,
com.atlassian.core.util.ProgressMeter progress)
copies attachments, templates and config files |
protected void |
FileXmlExporter.backupResources()
|
protected void |
FileXmlExporter.backupTemplates()
|
protected void |
AbstractExporterImpl.checkHaveSomethingToExport()
|
protected ReverseDatabinder |
BackupImporter.createXmlReader()
|
java.lang.String |
AbstractXmlExporter.doExport(ObjectHandleTranslator translator,
com.atlassian.core.util.ProgressMeter progress)
|
java.lang.String |
AbstractExporterImpl.doExport(ObjectHandleTranslator translator,
com.atlassian.core.util.ProgressMeter progress)
|
java.lang.String |
PdfExporter.doExport(com.atlassian.core.util.ProgressMeter progress)
|
java.lang.String |
XmlExporter.doExport(com.atlassian.core.util.ProgressMeter progress)
|
java.lang.String |
MemoryXmlExporter.doExport(com.atlassian.core.util.ProgressMeter progress)
|
java.lang.String |
AbstractRendererExporterImpl.doExport(com.atlassian.core.util.ProgressMeter progress)
|
java.lang.String |
FileXmlExporter.doExport(com.atlassian.core.util.ProgressMeter progress)
|
java.lang.String |
HtmlExporter.doExport(com.atlassian.core.util.ProgressMeter progress)
|
protected void |
PdfExporter.doExportEntity(ConfluenceEntityObject entity,
java.lang.String pdfFilePath)
|
protected abstract void |
AbstractRendererExporterImpl.doExportEntity(ConfluenceEntityObject entity,
java.lang.String exportPath)
|
protected void |
HtmlExporter.doExportEntity(ConfluenceEntityObject entity,
java.lang.String exportPath)
|
void |
FileBackupImporter.doImport()
|
void |
BackupImporter.doImport()
|
protected void |
BackupImporter.doSpecialProcessing(net.sf.hibernate.Session session,
bucket.core.persistence.hibernate.schema.TransientHibernateHandle key,
SpaceManager spaceManager)
|
protected void |
AbstractExporterImpl.ensureDirectoryCreated(java.io.File directory)
|
protected void |
AbstractExporterImpl.ensurePathExists(java.lang.String path)
|
protected void |
AbstractRendererExporterImpl.exportPage(Page page,
java.lang.String baseExportPath)
|
protected void |
HtmlExporter.exportPage(Page page,
java.lang.String baseExportPath)
export page exports either a single page or, if context.exportChildren is set, the whole page hierarchy. |
protected void |
AbstractRendererExporterImpl.exportSpace(Space space,
java.lang.String baseExportPath)
|
protected void |
HtmlExporter.exportSpace(Space space,
java.lang.String baseExportPath)
|
void |
ReverseDatabinder.fromXML(BackupImporter importer,
net.sf.hibernate.Session session,
com.atlassian.core.util.ProgressMeter meter)
|
java.lang.String |
BackupImporter.getBuildNumberOfImport()
|
protected java.io.OutputStream |
AbstractXmlExporter.getDescriptorOutputStream()
|
protected java.io.OutputStream |
MemoryXmlExporter.getDescriptorOutputStream()
|
java.util.Properties |
BackupImporter.getDescriptorProperties()
|
protected java.io.InputStream |
FileBackupImporter.getDescriptorPropertiesStream()
|
protected abstract java.io.InputStream |
BackupImporter.getDescriptorPropertiesStream()
|
static java.util.Properties |
ExportUtils.getExportDescriptor(java.io.File exportZip,
boolean cleanup)
|
protected java.lang.String |
AbstractXmlExporter.getExportType()
|
java.lang.String |
BackupImporter.getExportType()
|
static java.lang.String |
ExportUtils.getExportTypeFromExportZip(java.io.File exportZip)
extracts only the exportDescriptor.properties from an export zip and determine the type of export |
static java.lang.String |
ExportUtils.getExportTypeFromExportZip(java.io.File exportZip,
boolean cleanup)
|
protected abstract java.lang.String |
AbstractRendererExporterImpl.getFullExportPath(java.lang.String baseExportPath,
ConfluenceEntityObject entity)
|
protected java.lang.String |
HtmlExporter.getFullExportPath(java.lang.String base_export_path,
ConfluenceEntityObject entity)
|
protected abstract java.util.List |
AbstractXmlExporter.getHandlesOfObjectsForExport()
|
protected java.util.List |
XmlExporter.getHandlesOfObjectsForExport()
|
protected java.util.List |
BackupExporter.getHandlesOfObjectsForExport()
|
protected java.util.List |
MemoryXmlExporter.getHandlesOfObjectsForExport()
|
java.util.List |
ReverseDatabinder.getImportedSpaces()
|
protected java.util.List |
AbstractXmlExporter.getObjectsExcludedFromExport()
|
protected java.util.List |
XmlExporter.getObjectsExcludedFromExport()
|
static java.lang.String |
ExportUtils.getSpaceKeyFromExportZip(java.io.File exportZip)
parses entities.xml file and extracts the first space key it finds |
java.io.InputStream |
FileBackupImporter.getXmlEntitiesStream()
|
java.io.InputStream |
MemoryBackupImporter.getXmlEntitiesStream()
|
abstract java.io.InputStream |
BackupImporter.getXmlEntitiesStream()
|
protected java.io.OutputStream |
AbstractXmlExporter.getXmlOutputStream()
output stream to write XML object information to |
protected java.io.OutputStream |
MemoryXmlExporter.getXmlOutputStream()
|
protected void |
FileBackupImporter.importAttachments(ReverseDatabinder xmlReader,
java.io.File extractedDir)
Copies the attachments from the import location into the configured Confluence attachment store. |
protected void |
BackupImporter.importEntities(ReverseDatabinder xmlReader,
SpaceManager spaceManager,
boolean hasExtraToImport)
|
protected void |
FileBackupImporter.importEverything()
|
protected void |
BackupImporter.importEverything()
|
protected void |
BackupImporter.importEverything(ReverseDatabinder xmlReader,
boolean hasExtraToImport)
|
boolean |
BackupImporter.isBackupAttachments()
|
boolean |
BackupImporter.isIncrementalImport()
|
static boolean |
ExportUtils.isSpaceImport(java.io.File importFile)
|
protected void |
AbstractXmlExporter.writeBackupDescriptor(java.lang.String baseExportPath)
|
| Uses of ImportExportException in com.atlassian.confluence.importexport.impl.moinmoin |
|---|
| Methods in com.atlassian.confluence.importexport.impl.moinmoin that throw ImportExportException | |
|---|---|
void |
MoinMoinImporter.doImport()
|
| Uses of ImportExportException in com.atlassian.confluence.importexport.impl.snipsnap |
|---|
| Methods in com.atlassian.confluence.importexport.impl.snipsnap that throw ImportExportException | |
|---|---|
void |
SnipSnapImporter.doImport()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||