Class PlanItemDependencyUtil

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

public class PlanItemDependencyUtil extends Object
  • Constructor Details

    • PlanItemDependencyUtil

      public PlanItemDependencyUtil()
  • Method Details

    • getEntryDependencies

      public static List<PlanItem> getEntryDependencies(PlanItem planItem)
      Returns all PlanItems that are referenced by the onParts of the entry criteria of this PlanItem.
    • getExitDependencies

      public static List<PlanItem> getExitDependencies(PlanItem planItem)
      Returns all PlanItems that are referenced by the onParts of the exit criteria of this PlanItem.
    • getSourcePlanItems

      protected static List<PlanItem> getSourcePlanItems(List<Criterion> criteria)
    • isEntryDependency

      public static boolean isEntryDependency(PlanItem planItem, PlanItem dependency)
    • isExitDependency

      public static boolean isExitDependency(PlanItem planItem, PlanItem dependency)