Class PlanItemUtil

java.lang.Object
org.flowable.cmmn.converter.util.PlanItemUtil

public class PlanItemUtil extends Object
Author:
Joram Barrez
  • Constructor Details

    • PlanItemUtil

      public PlanItemUtil()
  • Method Details

    • getAllParentPlanItems

      public static List<PlanItem> getAllParentPlanItems(PlanItem planItem)
      Returns all parent plan items, ordered from direct parent plan item to outermost.
    • internalGetParentPlanItems

      protected static void internalGetParentPlanItems(PlanItem planItem, List<PlanItem> parentPlanItems)
    • getAllChildPlanItems

      public static List<PlanItem> getAllChildPlanItems(PlanFragment planFragment)
    • internalGetAllChildPlanItems

      protected static void internalGetAllChildPlanItems(PlanFragment planFragment, List<PlanItem> planItems)