Interface ContentExporter
- All Superinterfaces:
ContentDealer
- All Known Implementing Classes:
AbstractXMLContentExporter,XMLContentExporter,XMLContentExporter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.content.ContentDealer
ROOT_ELEMENT -
Method Summary
Modifier and TypeMethodDescriptionvoidexport(String domain, int threshold, OutputStream output, String... elements)
-
Method Details
-
export
void export(String domain, int threshold, OutputStream output, String... elements) throws SAXException, TransformerConfigurationException
-