com.atlassian.jira.action.admin.export
Interface EntitiesExporter
- All Known Implementing Classes:
- DefaultSaxEntitiesExporter
public interface EntitiesExporter
exportEntities
long exportEntities(OutputStream outputStream,
SortedSet<String> entityNames,
EntityXmlWriter entityWriter,
com.atlassian.crowd.embedded.api.User exportingUser)
throws IOException,
org.ofbiz.core.entity.GenericEntityException
- Exports the entities in the TreeSet to the outputStream.
- Parameters:
outputStream
- - the stream to write toentityNames
- - the entities names to write outentityWriter
- - an XML output helper that can write generic values to XMLexportingUser
- - the user performing the export operation
- Returns:
- the number of individual entities written
- Throws:
IOException
org.ofbiz.core.entity.GenericEntityException
Copyright © 2002-2014 Atlassian. All Rights Reserved.