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 ReportConf
ReportConfWrapper. getConf()
Methods in org.apache.syncope.client.console.reports with parameters of type ReportConf Modifier and Type Method Description ReportConfWrapper
ReportConfWrapper. 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 void
ReportJobDelegate. 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 ReportConf
AbstractReportJobDelegate. conf
Methods in org.apache.syncope.core.provisioning.java.job.report with parameters of type ReportConf Modifier and Type Method Description void
AbstractReportJobDelegate. 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 class
SampleReportConf
Methods in org.apache.syncope.fit.core.reference with parameters of type ReportConf Modifier and Type Method Description void
SampleReportJobDelegate. 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)
-