Uses of Interface
org.apache.syncope.common.lib.report.ReportConf
-
-
Uses of ReportConf in org.apache.syncope.client.console.reports
Methods in org.apache.syncope.client.console.reports that return ReportConf Modifier and Type Method Description ReportConfReportConfWrapper. getConf()Methods in org.apache.syncope.client.console.reports with parameters of type ReportConf Modifier and Type Method Description ReportConfWrapperReportConfWrapper. setConf(ReportConf conf) -
Uses of ReportConf in org.apache.syncope.core.logic.init
Method parameters in org.apache.syncope.core.logic.init with type arguments of type ReportConf Modifier and Type Method Description Class<? extends ReportJobDelegate>ClassPathScanImplementationLookup. getReportClass(Class<? extends ReportConf> reportConfClass) -
Uses of ReportConf in org.apache.syncope.core.provisioning.api
Method parameters in org.apache.syncope.core.provisioning.api with type arguments of type ReportConf Modifier and Type Method Description Class<? extends ReportJobDelegate>ImplementationLookup. getReportClass(Class<? extends ReportConf> reportConfClass) -
Uses of ReportConf in org.apache.syncope.core.provisioning.api.job.report
Methods in org.apache.syncope.core.provisioning.api.job.report that return types with arguments of type ReportConf Modifier and Type Method Description Class<? extends ReportConf>value()Methods in org.apache.syncope.core.provisioning.api.job.report with parameters of type ReportConf Modifier and Type Method Description default voidReportJobDelegate. setConf(ReportConf conf)Optional configuration. -
Uses of ReportConf in org.apache.syncope.core.provisioning.java.job.report
Fields in org.apache.syncope.core.provisioning.java.job.report declared as ReportConf Modifier and Type Field Description protected ReportConfAbstractReportJobDelegate. confMethods in org.apache.syncope.core.provisioning.java.job.report with parameters of type ReportConf Modifier and Type Method Description voidAbstractReportJobDelegate. setConf(ReportConf conf) -
Uses of ReportConf in org.apache.syncope.fit.core.reference
Classes in org.apache.syncope.fit.core.reference that implement ReportConf Modifier and Type Class Description classSampleReportConfMethods in org.apache.syncope.fit.core.reference with parameters of type ReportConf Modifier and Type Method Description voidSampleReportJobDelegate. setConf(ReportConf conf)Method parameters in org.apache.syncope.fit.core.reference with type arguments of type ReportConf Modifier and Type Method Description Class<? extends ReportJobDelegate>ITImplementationLookup. getReportClass(Class<? extends ReportConf> reportConfClass)
-