Uses of Interface
org.apache.syncope.core.provisioning.api.data.ReportDataBinder
-
-
Uses of ReportDataBinder in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as ReportDataBinder Modifier and Type Field Description protected ReportDataBinder
ReportLogic. binder
Methods in org.apache.syncope.core.logic with parameters of type ReportDataBinder Modifier and Type Method Description ReportLogic
IdRepoLogicContext. reportLogic(JobManager jobManager, ReportDataBinder binder, SchedulerFactoryBean scheduler, JobStatusDAO jobStatusDAO, ReportDAO reportDAO, EntityFactory entityFactory, ReportExecDAO reportExecDAO)
Constructors in org.apache.syncope.core.logic with parameters of type ReportDataBinder Constructor Description ReportLogic(JobManager jobManager, SchedulerFactoryBean scheduler, JobStatusDAO jobStatusDAO, ReportDAO reportDAO, ReportExecDAO reportExecDAO, ReportDataBinder binder, EntityFactory entityFactory)
-
Uses of ReportDataBinder in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return ReportDataBinder Modifier and Type Method Description ReportDataBinder
ProvisioningContext. reportDataBinder(ReportExecDAO reportExecDAO, ImplementationDAO implementationDAO, SchedulerFactoryBean scheduler)
-
Uses of ReportDataBinder in org.apache.syncope.core.provisioning.java.data
Classes in org.apache.syncope.core.provisioning.java.data that implement ReportDataBinder Modifier and Type Class Description class
ReportDataBinderImpl
-
Uses of ReportDataBinder in org.apache.syncope.core.provisioning.java.job.report
Fields in org.apache.syncope.core.provisioning.java.job.report declared as ReportDataBinder Modifier and Type Field Description protected ReportDataBinder
AbstractReportJobDelegate. reportDataBinder
-