Uses of Interface
org.apache.syncope.core.persistence.api.dao.TaskDAO
Packages that use TaskDAO
Package
Description
-
Uses of TaskDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as TaskDAOModifier and TypeFieldDescriptionprotected final TaskDAOGroupLogic.taskDAOprotected final TaskDAOImplementationLogic.taskDAOprotected final TaskDAORealmLogic.taskDAOprotected final TaskDAOTaskLogic.taskDAOMethods in org.apache.syncope.core.logic with parameters of type TaskDAOModifier and TypeMethodDescriptionIdRepoLogicContext.groupLogic(RealmSearchDAO realmSearchDAO, AnyTypeDAO anyTypeDAO, TemplateUtils templateUtils, UserDAO userDAO, GroupDAO groupDAO, SecurityProperties securityProperties, AnySearchDAO anySearchDAO, ImplementationDAO implementationDAO, TaskDAO taskDAO, GroupDataBinder groupDataBinder, GroupProvisioningManager provisioningManager, TaskDataBinder taskDataBinder, JobManager jobManager, SyncopeTaskScheduler scheduler, EntityFactory entityFactory) IdRepoLogicContext.implementationLogic(ImplementationDataBinder binder, PlainSchemaDAO plainSchemaDAO, RealmDAO realmDAO, PolicyDAO policyDAO, ReportDAO reportDAO, TaskDAO taskDAO, ExternalResourceDAO resourceDAO, ImplementationDAO implementationDAO, NotificationDAO notificationDAO) IdRepoLogicContext.realmLogic(RealmDAO realmDAO, RealmSearchDAO realmSearchDAO, AnySearchDAO anySearchDAO, TaskDAO taskDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, RealmDataBinder binder, PropagationManager propagationManager, PropagationTaskExecutor taskExecutor) IdRepoLogicContext.taskLogic(JobManager jobManager, PropagationTaskExecutor taskExecutor, TaskExecDAO taskExecDAO, TaskDAO taskDAO, SyncopeTaskScheduler scheduler, JobStatusDAO jobStatusDAO, ExternalResourceDAO resourceDAO, NotificationJobDelegate notificationJobDelegate, TaskDataBinder taskDataBinder, TaskUtilsFactory taskUtilsFactory, NotificationDAO notificationDAO) Constructors in org.apache.syncope.core.logic with parameters of type TaskDAOModifierConstructorDescriptionGroupLogic(RealmSearchDAO realmSearchDAO, AnyTypeDAO anyTypeDAO, TemplateUtils templateUtils, UserDAO userDAO, GroupDAO groupDAO, SecurityProperties securityProperties, AnySearchDAO searchDAO, ImplementationDAO implementationDAO, TaskDAO taskDAO, GroupDataBinder binder, GroupProvisioningManager provisioningManager, TaskDataBinder taskDataBinder, JobManager jobManager, SyncopeTaskScheduler scheduler, EntityFactory entityFactory) ImplementationLogic(ImplementationDataBinder binder, ImplementationDAO implementationDAO, ReportDAO reportDAO, PolicyDAO policyDAO, ExternalResourceDAO resourceDAO, TaskDAO taskDAO, RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, NotificationDAO notificationDAO) RealmLogic(RealmDAO realmDAO, RealmSearchDAO realmSearchDAO, AnySearchDAO searchDAO, TaskDAO taskDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, RealmDataBinder binder, PropagationManager propagationManager, PropagationTaskExecutor taskExecutor) TaskLogic(JobManager jobManager, SyncopeTaskScheduler scheduler, JobStatusDAO jobStatusDAO, TaskDAO taskDAO, TaskExecDAO taskExecDAO, ExternalResourceDAO resourceDAO, NotificationDAO notificationDAO, TaskDataBinder binder, PropagationTaskExecutor taskExecutor, NotificationJobDelegate notificationJobDelegate, TaskUtilsFactory taskUtilsFactory) -
Uses of TaskDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return TaskDAOModifier and TypeMethodDescriptionPersistenceContext.taskDAO(RealmSearchDAO realmSearchDAO, RemediationDAO remediationDAO, TaskUtilsFactory taskUtilsFactory, SecurityProperties securityProperties, EntityManager entityManager) Methods in org.apache.syncope.core.persistence.jpa with parameters of type TaskDAOModifier and TypeMethodDescriptionPersistenceContext.notificationRepoExt(TaskDAO taskDAO, EntityManager entityManager) PersistenceContext.resourceRepoExt(TaskDAO taskDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, RealmDAO realmDAO, EntityManager entityManager) PersistenceContext.taskExecDAO(TaskDAO taskDAO, TaskUtilsFactory taskUtilsFactory, EntityManager entityManager) -
Uses of TaskDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement TaskDAOFields in org.apache.syncope.core.persistence.jpa.dao declared as TaskDAOConstructors in org.apache.syncope.core.persistence.jpa.dao with parameters of type TaskDAOModifierConstructorDescriptionJPATaskExecDAO(TaskDAO taskDAO, TaskUtilsFactory taskUtilsFactory, EntityManager entityManager) -
Uses of TaskDAO in org.apache.syncope.core.persistence.jpa.dao.repo
Fields in org.apache.syncope.core.persistence.jpa.dao.repo declared as TaskDAOModifier and TypeFieldDescriptionprotected final TaskDAOExternalResourceRepoExtImpl.taskDAOprotected final TaskDAONotificationRepoExtImpl.taskDAOConstructors in org.apache.syncope.core.persistence.jpa.dao.repo with parameters of type TaskDAOModifierConstructorDescriptionExternalResourceRepoExtImpl(TaskDAO taskDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, RealmDAO realmDAO, EntityManager entityManager) NotificationRepoExtImpl(TaskDAO taskDAO, EntityManager entityManager) -
Uses of TaskDAO in org.apache.syncope.core.persistence.neo4j
Methods in org.apache.syncope.core.persistence.neo4j that return TaskDAOModifier and TypeMethodDescriptionPersistenceContext.taskDAO(RealmSearchDAO realmSearchDAO, RemediationDAO remediationDAO, TaskUtilsFactory taskUtilsFactory, SecurityProperties securityProperties, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator) Methods in org.apache.syncope.core.persistence.neo4j with parameters of type TaskDAOModifier and TypeMethodDescriptionPersistenceContext.notificationRepoExt(TaskDAO taskDAO, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator) PersistenceContext.resourceRepoExt(TaskDAO taskDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, RealmDAO realmDAO, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator, javax.cache.Cache<EntityCacheKey, Neo4jExternalResource> externalResourceCache) PersistenceContext.taskExecDAO(TaskDAO taskDAO, TaskUtilsFactory taskUtilsFactory, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator) -
Uses of TaskDAO in org.apache.syncope.core.persistence.neo4j.dao
Classes in org.apache.syncope.core.persistence.neo4j.dao that implement TaskDAOFields in org.apache.syncope.core.persistence.neo4j.dao declared as TaskDAOConstructors in org.apache.syncope.core.persistence.neo4j.dao with parameters of type TaskDAOModifierConstructorDescriptionNeo4jTaskExecDAO(TaskDAO taskDAO, TaskUtilsFactory taskUtilsFactory, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator) -
Uses of TaskDAO in org.apache.syncope.core.persistence.neo4j.dao.repo
Fields in org.apache.syncope.core.persistence.neo4j.dao.repo declared as TaskDAOModifier and TypeFieldDescriptionprotected final TaskDAOExternalResourceRepoExtImpl.taskDAOprotected final TaskDAONotificationRepoExtImpl.taskDAOConstructors in org.apache.syncope.core.persistence.neo4j.dao.repo with parameters of type TaskDAOModifierConstructorDescriptionExternalResourceRepoExtImpl(TaskDAO taskDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, RealmDAO realmDAO, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator, javax.cache.Cache<EntityCacheKey, Neo4jExternalResource> cache) NotificationRepoExtImpl(TaskDAO taskDAO, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator) -
Uses of TaskDAO in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type TaskDAOModifier and TypeMethodDescriptionProvisioningContext.jobManager(DomainHolder<?> domainHolder, SecurityProperties securityProperties, SyncopeTaskScheduler scheduler, JobStatusDAO jobStatusDAO, TaskDAO taskDAO, ReportDAO reportDAO, ImplementationDAO implementationDAO, TaskUtilsFactory taskUtilsFactory, ConfParamOps confParamOps) ProvisioningContext.liveSyncTaskExecSaver(ExternalResourceDAO resourceDAO, TaskDAO taskDAO, TaskExecDAO taskExecDAO, TaskUtilsFactory taskUtilsFactory, NotificationManager notificationManager, AuditManager auditManager) ProvisioningContext.notificationJobDelegate(TaskUtilsFactory taskUtilsFactory, TaskDAO taskDAO, AuditManager auditManager, NotificationManager notificationManager, ApplicationEventPublisher publisher, JavaMailSender mailSender) ProvisioningContext.notificationManager(EntityFactory entityFactory, AnySearchCondVisitor searchCondVisitor, DerSchemaDAO derSchemaDAO, NotificationDAO notificationDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AnyMatchDAO anyMatchDAO, TaskDAO taskDAO, UserDataBinder userDataBinder, GroupDataBinder groupDataBinder, AnyObjectDataBinder anyObjectDataBinder, ConfParamOps confParamOps, DerAttrHandler derAttrHandler, IntAttrNameParser intAttrNameParser, JexlTools jexlTools) ProvisioningContext.propagationTaskExecutor(AsyncTaskExecutor propagationTaskExecutorAsyncExecutor, TaskUtilsFactory taskUtilsFactory, AnyUtilsFactory anyUtilsFactory, ConnectorManager connectorManager, ConnObjectUtils connObjectUtils, TaskDAO taskDAO, ExternalResourceDAO resourceDAO, PlainSchemaDAO plainSchemaDAO, NotificationManager notificationManager, AuditManager auditManager, TaskDataBinder taskDataBinder, OutboundMatcher outboundMatcher, PlainAttrValidationManager validator, ApplicationEventPublisher publisher) -
Uses of TaskDAO in org.apache.syncope.core.provisioning.java.job
Fields in org.apache.syncope.core.provisioning.java.job declared as TaskDAOModifier and TypeFieldDescriptionprotected TaskDAOAbstractSchedTaskJobDelegate.taskDAOTask DAO.protected final TaskDAODefaultJobManager.taskDAOConstructors in org.apache.syncope.core.provisioning.java.job with parameters of type TaskDAOModifierConstructorDescriptionDefaultJobManager(DomainHolder<?> domainHolder, SyncopeTaskScheduler scheduler, JobStatusDAO jobStatusDAO, TaskDAO taskDAO, ReportDAO reportDAO, ImplementationDAO implementationDAO, TaskUtilsFactory taskUtilsFactory, ConfParamOps confParamOps, SecurityProperties securityProperties) -
Uses of TaskDAO in org.apache.syncope.core.provisioning.java.job.notification
Fields in org.apache.syncope.core.provisioning.java.job.notification declared as TaskDAOConstructors in org.apache.syncope.core.provisioning.java.job.notification with parameters of type TaskDAOModifierConstructorDescriptionprotectedAbstractNotificationJobDelegate(TaskDAO taskDAO, TaskUtilsFactory taskUtilsFactory, AuditManager auditManager, NotificationManager notificationManager, ApplicationEventPublisher publisher) MailNotificationJobDelegate(TaskDAO taskDAO, TaskUtilsFactory taskUtilsFactory, AuditManager auditManager, NotificationManager notificationManager, ApplicationEventPublisher publisher, JavaMailSender mailSender) -
Uses of TaskDAO in org.apache.syncope.core.provisioning.java.notification
Fields in org.apache.syncope.core.provisioning.java.notification declared as TaskDAOConstructors in org.apache.syncope.core.provisioning.java.notification with parameters of type TaskDAOModifierConstructorDescriptionDefaultNotificationManager(DerSchemaDAO derSchemaDAO, NotificationDAO notificationDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AnyMatchDAO anyMatchDAO, TaskDAO taskDAO, DerAttrHandler derAttrHandler, UserDataBinder userDataBinder, GroupDataBinder groupDataBinder, AnyObjectDataBinder anyObjectDataBinder, ConfParamOps confParamOps, EntityFactory entityFactory, IntAttrNameParser intAttrNameParser, AnySearchCondVisitor searchCondVisitor, JexlTools jexlTools) -
Uses of TaskDAO in org.apache.syncope.core.provisioning.java.propagation
Fields in org.apache.syncope.core.provisioning.java.propagation declared as TaskDAOConstructors in org.apache.syncope.core.provisioning.java.propagation with parameters of type TaskDAOModifierConstructorDescriptionAbstractPropagationTaskExecutor(ConnectorManager connectorManager, ConnObjectUtils connObjectUtils, TaskDAO taskDAO, ExternalResourceDAO resourceDAO, PlainSchemaDAO plainSchemaDAO, NotificationManager notificationManager, AuditManager auditManager, TaskDataBinder taskDataBinder, AnyUtilsFactory anyUtilsFactory, TaskUtilsFactory taskUtilsFactory, OutboundMatcher outboundMatcher, PlainAttrValidationManager validator, ApplicationEventPublisher publisher) InstrumentedPriorityPropagationTaskExecutor(ConnectorManager connectorManager, ConnObjectUtils connObjectUtils, TaskDAO taskDAO, ExternalResourceDAO resourceDAO, PlainSchemaDAO plainSchemaDAO, NotificationManager notificationManager, AuditManager auditManager, TaskDataBinder taskDataBinder, AnyUtilsFactory anyUtilsFactory, TaskUtilsFactory taskUtilsFactory, OutboundMatcher outboundMatcher, PlainAttrValidationManager validator, ApplicationEventPublisher publisher, AsyncTaskExecutor taskExecutor, io.micrometer.core.instrument.MeterRegistry meterRegistry) PriorityPropagationTaskExecutor(ConnectorManager connectorManager, ConnObjectUtils connObjectUtils, TaskDAO taskDAO, ExternalResourceDAO resourceDAO, PlainSchemaDAO plainSchemaDAO, NotificationManager notificationManager, AuditManager auditManager, TaskDataBinder taskDataBinder, AnyUtilsFactory anyUtilsFactory, TaskUtilsFactory taskUtilsFactory, OutboundMatcher outboundMatcher, PlainAttrValidationManager validator, ApplicationEventPublisher publisher, AsyncTaskExecutor taskExecutor) -
Uses of TaskDAO in org.apache.syncope.core.provisioning.java.pushpull
Fields in org.apache.syncope.core.provisioning.java.pushpull declared as TaskDAOModifier and TypeFieldDescriptionprotected TaskDAOAbstractPullResultHandler.taskDAOprotected TaskDAODefaultRealmPullResultHandler.taskDAOprotected final TaskDAOLiveSyncTaskSaver.taskDAOConstructors in org.apache.syncope.core.provisioning.java.pushpull with parameters of type TaskDAOModifierConstructorDescriptionLiveSyncTaskSaver(ExternalResourceDAO resourceDAO, TaskDAO taskDAO, TaskExecDAO taskExecDAO, TaskUtilsFactory taskUtilsFactory, NotificationManager notificationManager, AuditManager auditManager) -
Uses of TaskDAO in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter with parameters of type TaskDAOModifier and TypeMethodDescriptionMetricsContext.propagationTaskExecutor(AsyncTaskExecutor propagationTaskExecutorAsyncExecutor, TaskUtilsFactory taskUtilsFactory, AnyUtilsFactory anyUtilsFactory, ConnectorManager connectorManager, ConnObjectUtils connObjectUtils, TaskDAO taskDAO, ExternalResourceDAO resourceDAO, PlainSchemaDAO plainSchemaDAO, NotificationManager notificationManager, AuditManager auditManager, TaskDataBinder taskDataBinder, OutboundMatcher outboundMatcher, PlainAttrValidationManager validator, ApplicationEventPublisher publisher, io.micrometer.core.instrument.MeterRegistry meterRegistry) SyncopeCoreApplication.syncopeCoreInfoContributor(AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, ExternalResourceDAO resourceDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RoleDAO roleDAO, PolicyDAO policyDAO, NotificationDAO notificationDAO, TaskDAO taskDAO, SecurityQuestionDAO securityQuestionDAO, PersistenceInfoDAO persistenceInfoDAO, ConfParamOps confParamOps, ConnIdBundleManager bundleManager, ImplementationLookup implLookup) -
Uses of TaskDAO in org.apache.syncope.core.starter.actuate
Fields in org.apache.syncope.core.starter.actuate declared as TaskDAOModifier and TypeFieldDescriptionprotected final TaskDAODefaultSyncopeCoreInfoContributor.taskDAOConstructors in org.apache.syncope.core.starter.actuate with parameters of type TaskDAOModifierConstructorDescriptionDefaultSyncopeCoreInfoContributor(AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, ExternalResourceDAO resourceDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RoleDAO roleDAO, PolicyDAO policyDAO, NotificationDAO notificationDAO, TaskDAO taskDAO, SecurityQuestionDAO securityQuestionDAO, PersistenceInfoDAO persistenceInfoDAO, ConfParamOps confParamOps, ConnIdBundleManager bundleManager, ImplementationLookup implLookup)