Uses of Class
org.apache.syncope.core.logic.NotificationLogic
-
Packages that use NotificationLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of NotificationLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return NotificationLogic Modifier and Type Method Description NotificationLogicIdRepoLogicContext. notificationLogic(NotificationDataBinder binder, JobManager jobManager, JobStatusDAO jobStatusDAO, SchedulerFactoryBean scheduler, NotificationDAO notificationDAO) -
Uses of NotificationLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type NotificationLogic Modifier and Type Method Description NotificationServiceIdRepoRESTCXFContext. notificationService(NotificationLogic notificationLogic) -
Uses of NotificationLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as NotificationLogic Modifier and Type Field Description protected NotificationLogicNotificationServiceImpl. logicConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type NotificationLogic Constructor Description NotificationServiceImpl(NotificationLogic logic)
-