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 ReportDataBinderReportLogic. binderMethods in org.apache.syncope.core.logic with parameters of type ReportDataBinder Modifier and Type Method Description ReportLogicIdRepoLogicContext. 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 ReportDataBinderProvisioningContext. 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 classReportDataBinderImpl -
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 ReportDataBinderAbstractReportJobDelegate. reportDataBinder
-