com.atlassian.confluence.importexport
Interface ImportExportManager

All Known Implementing Classes:
DefaultImportExportManager

public interface ImportExportManager


Field Summary
static String EXPORT_XML_SCOPE_ALL
           
static String EXPORT_XML_SCOPE_PAGE
           
static String EXPORT_XML_SCOPE_SPACE
           
static String TYPE_ALL_DATA
           
static String TYPE_HTML
           
static String TYPE_MOINMOIN
           
static String TYPE_PDF
           
static String TYPE_SNIPSNAP
           
static String TYPE_XML
           
 
Method Summary
 String exportAs(ExportContext context)
           
 ContentTree getContentTree(User user, Space space)
           
 List getImportExportTypeSpecifications()
           
 void importAs(Object type, ImportContext context)
           
 String prepareDownloadPath(String path)
          Helper method - returns the location to be used in the URL generated to download an exported archive.
 

Field Detail

TYPE_ALL_DATA

public static final String TYPE_ALL_DATA
See Also:
Constant Field Values

TYPE_XML

public static final String TYPE_XML
See Also:
Constant Field Values

TYPE_HTML

public static final String TYPE_HTML
See Also:
Constant Field Values

TYPE_PDF

public static final String TYPE_PDF
See Also:
Constant Field Values

TYPE_SNIPSNAP

public static final String TYPE_SNIPSNAP
See Also:
Constant Field Values

TYPE_MOINMOIN

public static final String TYPE_MOINMOIN
See Also:
Constant Field Values

EXPORT_XML_SCOPE_PAGE

public static final String EXPORT_XML_SCOPE_PAGE
See Also:
Constant Field Values

EXPORT_XML_SCOPE_SPACE

public static final String EXPORT_XML_SCOPE_SPACE
See Also:
Constant Field Values

EXPORT_XML_SCOPE_ALL

public static final String EXPORT_XML_SCOPE_ALL
See Also:
Constant Field Values
Method Detail

importAs

public void importAs(Object type,
                     ImportContext context)
              throws ImportExportException
Throws:
ImportExportException

exportAs

public String exportAs(ExportContext context)
                throws ImportExportException
Throws:
ImportExportException

getImportExportTypeSpecifications

public List getImportExportTypeSpecifications()

getContentTree

public ContentTree getContentTree(User user,
                                  Space space)
Parameters:
user -
space -
Returns:
a tree of ContentNodes for each page in the space the user can see (by checking page level permissions)

prepareDownloadPath

public String prepareDownloadPath(String path)
                           throws IOException
Helper method - returns the location to be used in the URL generated to download an exported archive.

Parameters:
path -
Returns:
- relative path to be combined with the URL of the site to download the archive.
Throws:
IOException


Confluence is developed by Atlassian.