Package org.flowable.cmmn.converter.util
Class PlanItemUtil
java.lang.Object
org.flowable.cmmn.converter.util.PlanItemUtil
- Author:
- Joram Barrez
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAllChildPlanItems
(PlanFragment planFragment) 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)
-
Constructor Details
-
PlanItemUtil
public PlanItemUtil()
-
-
Method Details
-
getAllParentPlanItems
Returns all parent plan items, ordered from direct parent plan item to outermost. -
internalGetParentPlanItems
-
getAllChildPlanItems
-
internalGetAllChildPlanItems
protected static void internalGetAllChildPlanItems(PlanFragment planFragment, List<PlanItem> planItems)
-