Uses of Interface
org.apache.syncope.core.persistence.api.dao.ReportDAO
Packages that use ReportDAO
Package
Description
-
Uses of ReportDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as ReportDAOModifier and TypeFieldDescriptionprotected final ReportDAOImplementationLogic.reportDAOprotected final ReportDAOReportLogic.reportDAOMethods in org.apache.syncope.core.logic with parameters of type ReportDAOModifier and TypeMethodDescriptionIdRepoLogicContext.implementationLogic(ImplementationDataBinder binder, PlainSchemaDAO plainSchemaDAO, RealmDAO realmDAO, PolicyDAO policyDAO, ReportDAO reportDAO, TaskDAO taskDAO, ExternalResourceDAO resourceDAO, ImplementationDAO implementationDAO, NotificationDAO notificationDAO) IdRepoLogicContext.reportLogic(JobManager jobManager, ReportDataBinder binder, SyncopeTaskScheduler scheduler, JobStatusDAO jobStatusDAO, ReportDAO reportDAO, EntityFactory entityFactory, ReportExecDAO reportExecDAO) Constructors in org.apache.syncope.core.logic with parameters of type ReportDAOModifierConstructorDescriptionImplementationLogic(ImplementationDataBinder binder, ImplementationDAO implementationDAO, ReportDAO reportDAO, PolicyDAO policyDAO, ExternalResourceDAO resourceDAO, TaskDAO taskDAO, RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, NotificationDAO notificationDAO) ReportLogic(JobManager jobManager, SyncopeTaskScheduler scheduler, JobStatusDAO jobStatusDAO, ReportDAO reportDAO, ReportExecDAO reportExecDAO, ReportDataBinder binder, EntityFactory entityFactory) -
Uses of ReportDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return ReportDAO -
Uses of ReportDAO in org.apache.syncope.core.persistence.jpa.dao.repo
Subinterfaces of ReportDAO in org.apache.syncope.core.persistence.jpa.dao.repo -
Uses of ReportDAO in org.apache.syncope.core.persistence.neo4j
Methods in org.apache.syncope.core.persistence.neo4j that return ReportDAOModifier and TypeMethodDescriptionPersistenceContext.reportDAO(SyncopeNeo4jRepositoryFactory neo4jRepositoryFactory, ReportRepoExt reportRepoExt) -
Uses of ReportDAO in org.apache.syncope.core.persistence.neo4j.dao.repo
Subinterfaces of ReportDAO in org.apache.syncope.core.persistence.neo4j.dao.repo -
Uses of ReportDAO in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type ReportDAOModifier and TypeMethodDescriptionProvisioningContext.jobManager(DomainHolder<?> domainHolder, SecurityProperties securityProperties, SyncopeTaskScheduler scheduler, JobStatusDAO jobStatusDAO, TaskDAO taskDAO, ReportDAO reportDAO, ImplementationDAO implementationDAO, TaskUtilsFactory taskUtilsFactory, ConfParamOps confParamOps) -
Uses of ReportDAO in org.apache.syncope.core.provisioning.java.job
Fields in org.apache.syncope.core.provisioning.java.job declared as ReportDAOConstructors in org.apache.syncope.core.provisioning.java.job with parameters of type ReportDAOModifierConstructorDescriptionDefaultJobManager(DomainHolder<?> domainHolder, SyncopeTaskScheduler scheduler, JobStatusDAO jobStatusDAO, TaskDAO taskDAO, ReportDAO reportDAO, ImplementationDAO implementationDAO, TaskUtilsFactory taskUtilsFactory, ConfParamOps confParamOps, SecurityProperties securityProperties) -
Uses of ReportDAO in org.apache.syncope.core.provisioning.java.job.report
Fields in org.apache.syncope.core.provisioning.java.job.report declared as ReportDAO