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.

@FunctionalInterface public interface ContentExporter extends ContentDealer
  • Field Summary

    Fields inherited from interface org.apache.syncope.core.persistence.api.content.ContentDealer

    ROOT_ELEMENT
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    export(String domain, int threshold, OutputStream output, String... elements)