public class PlanItemUtil extends Object
| Constructor and Description |
|---|
PlanItemUtil() |
| Modifier and Type | Method and Description |
|---|---|
static List<PlanItem> |
getAllParentPlanItems(PlanItem planItem)
Returns all parent plan items, ordered from direct parent plan item to outermost.
|
protected static void |
internalGetParentPlanItems(PlanItem planItem,
List<PlanItem> parentPlanItems) |
Copyright © 2019 Flowable. All rights reserved.