public class PlanItemDependencyUtil extends Object
| Constructor and Description |
|---|
PlanItemDependencyUtil() |
| Modifier and Type | Method and Description |
|---|---|
static List<PlanItem> |
getEntryDependencies(PlanItem planItem)
|
static List<PlanItem> |
getExitDependencies(PlanItem planItem)
|
protected static List<PlanItem> |
getSourcePlanItems(List<Criterion> criteria) |
static boolean |
isEntryDependency(PlanItem planItem,
PlanItem dependency) |
static boolean |
isExitDependency(PlanItem planItem,
PlanItem dependency) |
Copyright © 2021 Flowable. All rights reserved.