Package io.jmix.bpm.notifications
Class BpmSendNotificationExecutionListener
java.lang.Object
io.jmix.bpm.notifications.BpmSendNotificationExecutionListener
- All Implemented Interfaces:
Serializable
,org.flowable.engine.delegate.BaseExecutionListener
,org.flowable.engine.delegate.ExecutionListener
@Component("bpm_BpmSendNotificationExecutionListener")
public class BpmSendNotificationExecutionListener
extends Object
implements org.flowable.engine.delegate.ExecutionListener
A special execution listener that allows sending notification to the certain recipient when a certain activity is reached.
- See Also:
-
Field Summary
Fields inherited from interface org.flowable.engine.delegate.BaseExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.flowable.common.engine.impl.el.ExpressionManager
void
notify
(org.flowable.engine.delegate.DelegateExecution execution)
-
Constructor Details
-
BpmSendNotificationExecutionListener
public BpmSendNotificationExecutionListener()
-
-
Method Details
-
notify
public void notify(org.flowable.engine.delegate.DelegateExecution execution) - Specified by:
notify
in interfaceorg.flowable.engine.delegate.ExecutionListener
-
getExpressionManager
protected org.flowable.common.engine.impl.el.ExpressionManager getExpressionManager()
-