public class CmmnListenerNotificationHelper extends Object
| Constructor and Description |
|---|
CmmnListenerNotificationHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected CaseInstanceLifecycleListener |
createCaseLifecycleListener(org.flowable.cmmn.model.FlowableListener listener) |
protected PlanItemInstanceLifecycleListener |
createLifecycleListener(org.flowable.cmmn.model.FlowableListener listener) |
protected TaskListener |
createTaskListener(org.flowable.cmmn.model.FlowableListener listener) |
void |
executeTaskListeners(org.flowable.cmmn.model.HumanTask humanTask,
TaskEntity taskEntity,
String eventType) |
void |
executeTaskListeners(TaskEntity taskEntity,
String eventType) |
public void executeTaskListeners(TaskEntity taskEntity, String eventType)
public void executeTaskListeners(org.flowable.cmmn.model.HumanTask humanTask,
TaskEntity taskEntity,
String eventType)
protected TaskListener createTaskListener(org.flowable.cmmn.model.FlowableListener listener)
protected PlanItemInstanceLifecycleListener createLifecycleListener(org.flowable.cmmn.model.FlowableListener listener)
protected CaseInstanceLifecycleListener createCaseLifecycleListener(org.flowable.cmmn.model.FlowableListener listener)
Copyright © 2019 Flowable. All rights reserved.