Uses of Interface
org.apache.syncope.core.persistence.api.content.ContentExporter
-
Packages that use ContentExporter Package Description org.apache.syncope.core.logic org.apache.syncope.core.persistence.jpa.content -
-
Uses of ContentExporter in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as ContentExporter Modifier and Type Field Description protected ContentExporterSyncopeLogic. exporterMethods in org.apache.syncope.core.logic with parameters of type ContentExporter Modifier and Type Method Description SyncopeLogicIdRepoLogicContext. syncopeLogic(RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, GroupDataBinder groupDataBinder, ConfParamOps confParamOps, ContentExporter exporter)Constructors in org.apache.syncope.core.logic with parameters of type ContentExporter Constructor Description SyncopeLogic(RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, GroupDataBinder groupDataBinder, ConfParamOps confParamOps, ContentExporter exporter) -
Uses of ContentExporter in org.apache.syncope.core.persistence.jpa.content
Classes in org.apache.syncope.core.persistence.jpa.content that implement ContentExporter Modifier and Type Class Description classXMLContentExporterExport internal storage content as XML.
-