Package | Description |
---|---|
com.atlassian.confluence.importexport | |
com.atlassian.confluence.importexport.impl |
Modifier and Type | Method and Description |
---|---|
ExportScope |
ExportContext.getExportScope() |
ExportScope |
DefaultExportContext.getExportScope() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultExportContext.setExportScope(ExportScope scope) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ExportDescriptor.setScope(ExportScope scope) |
Copyright © 2003–2015 Atlassian. All rights reserved.