Uses of Interface
com.atlassian.jira.action.admin.export.EntityXmlWriter
Packages that use EntityXmlWriter
-
Uses of EntityXmlWriter in com.atlassian.jira.action.admin.export
Classes in com.atlassian.jira.action.admin.export that implement EntityXmlWriterModifier and TypeClassDescriptionclassA writer that replaces many characters with 'x' characters, for the purposes of anonymising data.classA writer that performs no transformations before writing the GenericValue to XMLMethods in com.atlassian.jira.action.admin.export with parameters of type EntityXmlWriterModifier and TypeMethodDescriptionlongDefaultSaxEntitiesExporter.exportEntities(OutputStream outputStream, SortedSet<String> entityNames, EntityXmlWriter entityWriter, ApplicationUser exportingUser) longEntitiesExporter.exportEntities(OutputStream outputStream, SortedSet<String> entityNames, EntityXmlWriter entityWriter, ApplicationUser exportingUser) Exports the entities in the TreeSet to the outputStream.