public class DelegateExpressionActivitiEventListener extends BaseDelegateEventListener
FlowableEventListener implementation which resolves an expression to a delegate FlowableEventListener instance and uses this for event notification. FlowableEntityEvent's that target an entity of the given type, are dispatched to the delegate.| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.common.engine.api.delegate.Expression |
expression |
protected boolean |
failOnException |
entityClass| Constructor and Description |
|---|
DelegateExpressionActivitiEventListener(org.flowable.common.engine.api.delegate.Expression expression,
Class<?> entityClass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFailOnException() |
void |
onEvent(org.flowable.common.engine.api.delegate.event.FlowableEvent event) |
isValidEvent, setEntityClassprotected org.flowable.common.engine.api.delegate.Expression expression
protected boolean failOnException
public DelegateExpressionActivitiEventListener(org.flowable.common.engine.api.delegate.Expression expression,
Class<?> entityClass)
Copyright © 2018 Flowable. All rights reserved.