Interface ExportContext

    • Method Detail

      • isExportComments

        boolean isExportComments()
        Deprecated.
      • isExportAttachments

        boolean isExportAttachments()
        Deprecated.
      • setExportAttachments

        void setExportAttachments​(boolean exportAttachments)
        Deprecated.
      • isExportHierarchy

        boolean isExportHierarchy()
        Deprecated.
      • setExportHierarchy

        void setExportHierarchy​(boolean exportChildren)
        Deprecated.
      • isExceptionEntity

        boolean isExceptionEntity​(ConfluenceEntityObject entity)
        Deprecated.
        Entities to be excluded from the export.
      • getWorkingEntities

        List<ConfluenceEntityObject> getWorkingEntities()
        Deprecated.
        The top level entities to be exported. Their children and components will usually be exported too.
      • getProcessedIds

        Set getProcessedIds()
        Deprecated.
      • getExportScope

        ExportScope getExportScope()
        Deprecated.
        Returns:
        the scope of an XML export: global, space or page.
      • getType

        String getType()
        Deprecated.
        Returns:
        the type of the export: HTML, PDF or XML. These constants are defined above.
      • getUser

        com.atlassian.user.User getUser()
        Deprecated.
        Returns:
        the user this export is being generated for.
      • getSpaceKeyOfSpaceExport

        String getSpaceKeyOfSpaceExport()
        Deprecated.
        Returns:
        if this is a space export, the key of the space being exported, otherwise null
      • isPageInExport

        boolean isPageInExport​(Page page,
                               PageManager pageManager)
        Deprecated.
        Returns:
        true if the given page is part of the current export, otherwise false.