Class Notify
- java.lang.Object
-
- org.apache.syncope.core.flowable.task.FlowableServiceTask
-
- org.apache.syncope.core.flowable.task.Notify
-
- All Implemented Interfaces:
JavaDelegate
public class Notify extends FlowableServiceTask
General-purpose notification task for usage within workflow. It requires a pre-existing Notification with categoryCUSTOM
and resultSUCCESS
. Anevent
workflow variable needs to be provided as well.
-
-
Field Summary
Fields Modifier and Type Field Description protected NotificationManager
notificationManager
-
Fields inherited from class org.apache.syncope.core.flowable.task.FlowableServiceTask
LOG
-
-
Constructor Summary
Constructors Constructor Description Notify(NotificationManager notificationManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doExecute(DelegateExecution execution)
-
Methods inherited from class org.apache.syncope.core.flowable.task.FlowableServiceTask
execute
-
-
-
-
Field Detail
-
notificationManager
protected final NotificationManager notificationManager
-
-
Constructor Detail
-
Notify
public Notify(NotificationManager notificationManager)
-
-
Method Detail
-
doExecute
protected void doExecute(DelegateExecution execution)
- Specified by:
doExecute
in classFlowableServiceTask
-
-