public class PlanItemLifeCycleEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.cmmn.model.PlanItem |
planItem |
protected String |
transition |
| Constructor and Description |
|---|
PlanItemLifeCycleEvent(org.flowable.cmmn.model.PlanItem planItem,
String transition) |
| Modifier and Type | Method and Description |
|---|---|
org.flowable.cmmn.model.PlanItem |
getPlanItem() |
String |
getTransition() |
void |
setPlanItem(org.flowable.cmmn.model.PlanItem planItem) |
void |
setTransition(String transition) |
Copyright © 2019 Flowable. All rights reserved.