Package io.jmix.bpm.notifications
Class BpmSendNotificationUserTaskListener
java.lang.Object
io.jmix.bpm.notifications.BpmSendNotificationUserTaskListener
- All Implemented Interfaces:
Serializable
,org.flowable.engine.delegate.TaskListener
,org.flowable.task.service.delegate.BaseTaskListener
,org.flowable.task.service.delegate.TaskListener
@Component("bpm_BpmSendNotificationUserTaskListener")
public class BpmSendNotificationUserTaskListener
extends Object
implements org.flowable.engine.delegate.TaskListener
A special task listener that allows sending notifications to the certain recipient when a certain user task is reached.
WARNING: this functionality is experimental and may be removed in future releases. Please don't use it in your project.
- See Also:
-
Field Summary
Fields inherited from interface org.flowable.task.service.delegate.BaseTaskListener
EVENTNAME_ALL_EVENTS, EVENTNAME_ASSIGNMENT, EVENTNAME_COMPLETE, EVENTNAME_CREATE, EVENTNAME_DELETE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.flowable.common.engine.impl.el.ExpressionManager
void
notify
(org.flowable.task.service.delegate.DelegateTask delegateTask)
-
Constructor Details
-
BpmSendNotificationUserTaskListener
public BpmSendNotificationUserTaskListener()
-
-
Method Details
-
notify
public void notify(org.flowable.task.service.delegate.DelegateTask delegateTask) - Specified by:
notify
in interfaceorg.flowable.task.service.delegate.TaskListener
-
getExpressionManager
protected org.flowable.common.engine.impl.el.ExpressionManager getExpressionManager()
-