Uses of Interface
org.apache.syncope.core.persistence.api.entity.task.NotificationTask
-
-
Uses of NotificationTask in org.apache.syncope.core.persistence.jpa.entity.task
Classes in org.apache.syncope.core.persistence.jpa.entity.task that implement NotificationTask Modifier and Type Class Description classJPANotificationTaskMethods in org.apache.syncope.core.persistence.jpa.entity.task that return NotificationTask Modifier and Type Method Description NotificationTaskJPANotificationTaskExec. getTask()Methods in org.apache.syncope.core.persistence.jpa.entity.task that return types with arguments of type NotificationTask Modifier and Type Method Description protected Class<? extends TaskExec<NotificationTask>>JPANotificationTask. executionClass()protected List<TaskExec<NotificationTask>>JPANotificationTask. executions()Methods in org.apache.syncope.core.persistence.jpa.entity.task with parameters of type NotificationTask Modifier and Type Method Description voidJPANotificationTaskExec. setTask(NotificationTask task) -
Uses of NotificationTask in org.apache.syncope.core.provisioning.api.notification
Methods in org.apache.syncope.core.provisioning.api.notification that return types with arguments of type NotificationTask Modifier and Type Method Description List<NotificationTask>NotificationManager. createTasks(String who, AuditElements.EventCategoryType type, String category, String subcategory, String event, AuditElements.Result condition, Object before, Object output, Object... input)Create notification tasks for each notification matching provided conditions.TaskExec<NotificationTask>NotificationJobDelegate. executeSingle(NotificationTask task, String executor)TaskExec<NotificationTask>NotificationManager. storeExec(TaskExec<NotificationTask> execution)Store execution of a NotificationTask.Methods in org.apache.syncope.core.provisioning.api.notification with parameters of type NotificationTask Modifier and Type Method Description TaskExec<NotificationTask>NotificationJobDelegate. executeSingle(NotificationTask task, String executor)Method parameters in org.apache.syncope.core.provisioning.api.notification with type arguments of type NotificationTask Modifier and Type Method Description TaskExec<NotificationTask>NotificationManager. storeExec(TaskExec<NotificationTask> execution)Store execution of a NotificationTask. -
Uses of NotificationTask in org.apache.syncope.core.provisioning.java.job.notification
Methods in org.apache.syncope.core.provisioning.java.job.notification that return types with arguments of type NotificationTask Modifier and Type Method Description TaskExec<NotificationTask>AbstractNotificationJobDelegate. executeSingle(NotificationTask task, String executor)Methods in org.apache.syncope.core.provisioning.java.job.notification with parameters of type NotificationTask Modifier and Type Method Description TaskExec<NotificationTask>AbstractNotificationJobDelegate. executeSingle(NotificationTask task, String executor)protected abstract voidAbstractNotificationJobDelegate. notify(String to, NotificationTask task, TaskExec<NotificationTask> execution)protected voidMailNotificationJobDelegate. notify(String to, NotificationTask task, TaskExec<NotificationTask> execution)Method parameters in org.apache.syncope.core.provisioning.java.job.notification with type arguments of type NotificationTask Modifier and Type Method Description protected voidAbstractNotificationJobDelegate. handleRetries(TaskExec<NotificationTask> execution)protected static booleanAbstractNotificationJobDelegate. hasToBeRegistered(TaskExec<NotificationTask> execution)protected abstract voidAbstractNotificationJobDelegate. notify(String to, NotificationTask task, TaskExec<NotificationTask> execution)protected voidMailNotificationJobDelegate. notify(String to, NotificationTask task, TaskExec<NotificationTask> execution) -
Uses of NotificationTask in org.apache.syncope.core.provisioning.java.notification
Methods in org.apache.syncope.core.provisioning.java.notification that return NotificationTask Modifier and Type Method Description protected NotificationTaskDefaultNotificationManager. getNotificationTask(Notification notification, Any<?> any, Map<String,Object> jexlVars)Create a notification task.Methods in org.apache.syncope.core.provisioning.java.notification that return types with arguments of type NotificationTask Modifier and Type Method Description List<NotificationTask>DefaultNotificationManager. createTasks(String who, AuditElements.EventCategoryType type, String category, String subcategory, String event, AuditElements.Result condition, Object before, Object output, Object... input)TaskExec<NotificationTask>DefaultNotificationManager. storeExec(TaskExec<NotificationTask> execution)Method parameters in org.apache.syncope.core.provisioning.java.notification with type arguments of type NotificationTask Modifier and Type Method Description TaskExec<NotificationTask>DefaultNotificationManager. storeExec(TaskExec<NotificationTask> execution)
-