Uses of Class
com.atlassian.confluence.importexport.impl.ExportScope

Packages that use ExportScope
com.atlassian.confluence.importexport   
com.atlassian.confluence.importexport.impl   
 

Uses of ExportScope in com.atlassian.confluence.importexport
 

Methods in com.atlassian.confluence.importexport that return ExportScope
 ExportScope ExportContext.getExportScope()
           
 ExportScope DefaultExportContext.getExportScope()
           
 

Methods in com.atlassian.confluence.importexport with parameters of type ExportScope
 void DefaultExportContext.setExportScope(ExportScope scope)
           
 

Uses of ExportScope in com.atlassian.confluence.importexport.impl
 

Methods in com.atlassian.confluence.importexport.impl that return ExportScope
protected  ExportScope AbstractXmlExporter.getExportScope()
           
 ExportScope ExportDescriptor.getScope()
           
static ExportScope ExportScope.getScopeFromPropertyValue(String string)
          Return an ExportScope for the given string.
static ExportScope ExportScope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExportScope[] ExportScope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.confluence.importexport.impl with parameters of type ExportScope
 void ExportDescriptor.setScope(ExportScope scope)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.