| Package | Description |
|---|---|
| com.atlassian.jira.action.admin.export |
| Modifier and Type | Class and Description |
|---|---|
class |
AnonymisingEntityXmlWriter
A writer that replaces many characters with 'x' characters, for the purposes of anonymising data.
|
class |
DefaultEntityXmlWriter
A writer that performs no transformations before writing the GenericValue to XML
|
| Modifier and Type | Method and Description |
|---|---|
long |
DefaultSaxEntitiesExporter.exportEntities(OutputStream outputStream,
SortedSet<String> entityNames,
EntityXmlWriter entityWriter,
ApplicationUser exportingUser) |
long |
EntitiesExporter.exportEntities(OutputStream outputStream,
SortedSet<String> entityNames,
EntityXmlWriter entityWriter,
ApplicationUser exportingUser)
Exports the entities in the TreeSet to the outputStream.
|
Copyright © 2002-2017 Atlassian. All Rights Reserved.