|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityXmlWriter | |
|---|---|
| com.atlassian.jira.action.admin.export | |
| Uses of EntityXmlWriter in com.atlassian.jira.action.admin.export |
|---|
| Classes in com.atlassian.jira.action.admin.export that implement EntityXmlWriter | |
|---|---|
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 |
| Methods in com.atlassian.jira.action.admin.export with parameters of type EntityXmlWriter | |
|---|---|
long |
EntitiesExporter.exportEntities(OutputStream outputStream,
SortedSet<String> entityNames,
EntityXmlWriter entityWriter,
User exportingUser)
Exports the entities in the TreeSet to the outputStream. |
long |
DefaultSaxEntitiesExporter.exportEntities(OutputStream outputStream,
SortedSet<String> entityNames,
EntityXmlWriter entityWriter,
User exportingUser)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||