Uses of Interface
org.apache.syncope.core.provisioning.api.notification.NotificationJobDelegate
-
Packages that use NotificationJobDelegate Package Description org.apache.syncope.core.logic org.apache.syncope.core.provisioning.java org.apache.syncope.core.provisioning.java.job.notification -
-
Uses of NotificationJobDelegate in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as NotificationJobDelegate Modifier and Type Field Description protected NotificationJobDelegateTaskLogic. notificationJobDelegateMethods in org.apache.syncope.core.logic with parameters of type NotificationJobDelegate Modifier and Type Method Description 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 NotificationJobDelegate Constructor Description 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 NotificationJobDelegate in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return NotificationJobDelegate Modifier and Type Method Description NotificationJobDelegateProvisioningContext. notificationJobDelegate(TaskUtilsFactory taskUtilsFactory, TaskDAO taskDAO, AuditManager auditManager, NotificationManager notificationManager, ApplicationEventPublisher publisher, JavaMailSender mailSender)Methods in org.apache.syncope.core.provisioning.java with parameters of type NotificationJobDelegate Modifier and Type Method Description NotificationJobProvisioningContext. notificationJob(NotificationJobDelegate delegate, DomainHolder domainHolder, SecurityProperties securityProperties) -
Uses of NotificationJobDelegate in org.apache.syncope.core.provisioning.java.job.notification
Classes in org.apache.syncope.core.provisioning.java.job.notification that implement NotificationJobDelegate Modifier and Type Class Description classAbstractNotificationJobDelegateclassMailNotificationJobDelegateFields in org.apache.syncope.core.provisioning.java.job.notification declared as NotificationJobDelegate Modifier and Type Field Description protected NotificationJobDelegateNotificationJob. delegateConstructors in org.apache.syncope.core.provisioning.java.job.notification with parameters of type NotificationJobDelegate Constructor Description NotificationJob(SecurityProperties securityProperties, DomainHolder domainHolder, NotificationJobDelegate delegate)
-