Uses of Class
org.bsc.confluence.ExportFormat
-
Packages that use ExportFormat Package Description org.bsc.confluence org.bsc.confluence.rest org.bsc.confluence.xmlrpc -
-
Uses of ExportFormat in org.bsc.confluence
Methods in org.bsc.confluence that return ExportFormat Modifier and Type Method Description static ExportFormatExportFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ExportFormat[]ExportFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bsc.confluence with parameters of type ExportFormat Modifier and Type Method Description voidConfluenceService. exportPage(String url, String spaceKey, String pageTitle, ExportFormat exfmt, File outputFile) -
Uses of ExportFormat in org.bsc.confluence.rest
Methods in org.bsc.confluence.rest with parameters of type ExportFormat Modifier and Type Method Description voidRESTConfluenceServiceImpl. exportPage(String url, String spaceKey, String pageTitle, ExportFormat exfmt, File outputFile) -
Uses of ExportFormat in org.bsc.confluence.xmlrpc
Methods in org.bsc.confluence.xmlrpc with parameters of type ExportFormat Modifier and Type Method Description voidConfluenceExportDecorator. exportPage(String space, String pageTitle, ExportFormat format, File outputFile)voidXMLRPCConfluenceServiceImpl. exportPage(String url, String spaceKey, String pageTitle, ExportFormat exfmt, File outputFile)
-