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