Uses of Interface
org.apache.syncope.core.persistence.api.dao.TaskDAO
-
-
Uses of TaskDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as TaskDAO Modifier and Type Field Description protected TaskDAOGroupLogic. taskDAOprotected TaskDAOImplementationLogic. taskDAOprotected TaskDAORealmLogic. taskDAOprotected TaskDAOTaskLogic. taskDAOMethods in org.apache.syncope.core.logic with parameters of type TaskDAO Modifier and Type Method Description GroupLogicIdRepoLogicContext. groupLogic(GroupProvisioningManager provisioningManager, JobManager jobManager, TemplateUtils templateUtils, EntityFactory entityFactory, RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, SchedulerFactoryBean scheduler, TaskDAO taskDAO, GroupDataBinder groupDataBinder, TaskDataBinder taskDataBinder, ImplementationDAO implementationDAO, SecurityProperties securityProperties)ImplementationLogicIdRepoLogicContext. implementationLogic(ImplementationDataBinder binder, PlainSchemaDAO plainSchemaDAO, RealmDAO realmDAO, PolicyDAO policyDAO, ReportDAO reportDAO, TaskDAO taskDAO, ExternalResourceDAO externalResourceDAO, ImplementationDAO implementationDAO, NotificationDAO notificationDAO)RealmLogicIdRepoLogicContext. realmLogic(RealmDataBinder binder, RealmDAO realmDAO, AnySearchDAO anySearchDAO, TaskDAO taskDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, PropagationManager propagationManager, PropagationTaskExecutor taskExecutor)TaskLogicIdRepoLogicContext. taskLogic(JobManager jobManager, PropagationTaskExecutor taskExecutor, TaskExecDAO taskExecDAO, TaskDAO taskDAO, SchedulerFactoryBean scheduler, JobStatusDAO jobStatusDAO, ExternalResourceDAO externalResourceDAO, NotificationJobDelegate notificationJobDelegate, TaskDataBinder taskDataBinder, TaskUtilsFactory taskUtilsFactory, NotificationDAO notificationDAO)Constructors in org.apache.syncope.core.logic with parameters of type TaskDAO Constructor Description GroupLogic(RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, TemplateUtils templateUtils, UserDAO userDAO, GroupDAO groupDAO, SecurityProperties securityProperties, AnySearchDAO searchDAO, ImplementationDAO implementationDAO, TaskDAO taskDAO, GroupDataBinder binder, GroupProvisioningManager provisioningManager, TaskDataBinder taskDataBinder, JobManager jobManager, SchedulerFactoryBean 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, AnySearchDAO searchDAO, TaskDAO taskDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, RealmDataBinder binder, PropagationManager propagationManager, PropagationTaskExecutor taskExecutor)TaskLogic(JobManager jobManager, SchedulerFactoryBean 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 TaskDAO Modifier and Type Method Description TaskDAOPersistenceContext. taskDAO(RealmDAO realmDAO, RemediationDAO remediationDAO, TaskUtilsFactory taskUtilsFactory, SecurityProperties securityProperties)Methods in org.apache.syncope.core.persistence.jpa with parameters of type TaskDAO Modifier and Type Method Description NotificationDAOPersistenceContext. notificationDAO(TaskDAO taskDAO)ExternalResourceDAOPersistenceContext. resourceDAO(TaskDAO taskDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PolicyDAO policyDAO, VirSchemaDAO virSchemaDAO, RealmDAO realmDAO)TaskExecDAOPersistenceContext. taskExecDAO(TaskDAO taskDAO, TaskUtilsFactory taskUtilsFactory) -
Uses of TaskDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement TaskDAO Modifier and Type Class Description classJPATaskDAOFields in org.apache.syncope.core.persistence.jpa.dao declared as TaskDAO Modifier and Type Field Description protected TaskDAOJPAExternalResourceDAO. taskDAOprotected TaskDAOJPANotificationDAO. taskDAOprotected TaskDAOJPATaskExecDAO. taskDAOConstructors in org.apache.syncope.core.persistence.jpa.dao with parameters of type TaskDAO Constructor Description JPAExternalResourceDAO(TaskDAO taskDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PolicyDAO policyDAO, VirSchemaDAO virSchemaDAO, RealmDAO realmDAO)JPANotificationDAO(TaskDAO taskDAO)JPATaskExecDAO(TaskDAO taskDAO, TaskUtilsFactory taskUtilsFactory) -
Uses of TaskDAO in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type TaskDAO Modifier and Type Method Description JobManagerProvisioningContext. jobManager(ProvisioningProperties props, DomainHolder domainHolder, SecurityProperties securityProperties, SchedulerFactoryBean scheduler, TaskDAO taskDAO, ReportDAO reportDAO, ImplementationDAO implementationDAO, TaskUtilsFactory taskUtilsFactory, ConfParamOps confParamOps)NotificationJobDelegateProvisioningContext. notificationJobDelegate(TaskUtilsFactory taskUtilsFactory, TaskDAO taskDAO, AuditManager auditManager, NotificationManager notificationManager, ApplicationEventPublisher publisher, JavaMailSender mailSender)NotificationManagerProvisioningContext. notificationManager(EntityFactory entityFactory, SearchCondVisitor searchCondVisitor, DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, NotificationDAO notificationDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AnyMatchDAO anyMatchDAO, TaskDAO taskDAO, UserDataBinder userDataBinder, GroupDataBinder groupDataBinder, AnyObjectDataBinder anyObjectDataBinder, ConfParamOps confParamOps, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, IntAttrNameParser intAttrNameParser)PropagationTaskExecutorProvisioningContext. propagationTaskExecutor(ThreadPoolTaskExecutor 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 TaskDAO Modifier and Type Field Description protected TaskDAOAbstractSchedTaskJobDelegate. taskDAOTask DAO.protected TaskDAODefaultJobManager. taskDAOConstructors in org.apache.syncope.core.provisioning.java.job with parameters of type TaskDAO Constructor Description DefaultJobManager(DomainHolder domainHolder, SchedulerFactoryBean scheduler, 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 TaskDAO Modifier and Type Field Description protected TaskDAOAbstractNotificationJobDelegate. taskDAOConstructors in org.apache.syncope.core.provisioning.java.job.notification with parameters of type TaskDAO Constructor Description AbstractNotificationJobDelegate(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 TaskDAO Modifier and Type Field Description protected TaskDAODefaultNotificationManager. taskDAOConstructors in org.apache.syncope.core.provisioning.java.notification with parameters of type TaskDAO Constructor Description DefaultNotificationManager(DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, NotificationDAO notificationDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AnyMatchDAO anyMatchDAO, TaskDAO taskDAO, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, UserDataBinder userDataBinder, GroupDataBinder groupDataBinder, AnyObjectDataBinder anyObjectDataBinder, ConfParamOps confParamOps, EntityFactory entityFactory, IntAttrNameParser intAttrNameParser, SearchCondVisitor searchCondVisitor) -
Uses of TaskDAO in org.apache.syncope.core.provisioning.java.propagation
Fields in org.apache.syncope.core.provisioning.java.propagation declared as TaskDAO Modifier and Type Field Description protected TaskDAOAbstractPropagationTaskExecutor. taskDAO -
Uses of TaskDAO in org.apache.syncope.core.provisioning.java.pushpull
Fields in org.apache.syncope.core.provisioning.java.pushpull declared as TaskDAO Modifier and Type Field Description protected TaskDAOAbstractPullResultHandler. taskDAOprotected TaskDAODefaultRealmPullResultHandler. taskDAO -
Uses of TaskDAO in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter with parameters of type TaskDAO Modifier and Type Method Description SyncopeCoreInfoContributorSyncopeCoreApplication. syncopeCoreInfoContributor(AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, ExternalResourceDAO resourceDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RoleDAO roleDAO, PolicyDAO policyDAO, NotificationDAO notificationDAO, TaskDAO taskDAO, VirSchemaDAO virSchemaDAO, SecurityQuestionDAO securityQuestionDAO, ConfParamOps confParamOps, ConnIdBundleManager bundleManager, ImplementationLookup implLookup, ApplicationContext ctx, PersistenceInfoDAO persistenceInfoDAO) -
Uses of TaskDAO in org.apache.syncope.core.starter.actuate
Fields in org.apache.syncope.core.starter.actuate declared as TaskDAO Modifier and Type Field Description protected TaskDAODefaultSyncopeCoreInfoContributor. taskDAOConstructors in org.apache.syncope.core.starter.actuate with parameters of type TaskDAO Constructor Description DefaultSyncopeCoreInfoContributor(AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, ExternalResourceDAO resourceDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RoleDAO roleDAO, PolicyDAO policyDAO, NotificationDAO notificationDAO, TaskDAO taskDAO, VirSchemaDAO virSchemaDAO, SecurityQuestionDAO securityQuestionDAO, ConfParamOps confParamOps, ConnIdBundleManager bundleManager, ImplementationLookup implLookup, Map<String,ThreadPoolTaskExecutor> taskExecutors, PersistenceInfoDAO persistenceInfoDAO)
-