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