| Modifier and Type | Field and Description |
|---|---|
protected PlanItem |
PlanFragment.planItem |
protected PlanItem |
SentryOnPart.source |
protected PlanItem |
TimerEventListener.timerStartTriggerPlanItem |
| Modifier and Type | Field and Description |
|---|---|
protected List<PlanItem> |
PlanItem.entryDependencies
A list of
PlanItems to which this plan item is dependent on through its entry criteria. |
protected List<PlanItem> |
PlanItem.entryDependentPlanItems
A list of all
PlanItems that are dependent on this plan item through their entry criteria. |
protected List<PlanItem> |
PlanItem.exitDependencies
A list of
PlanItems to which this plan item is dependent on through its exit criteria. |
protected List<PlanItem> |
PlanItem.exitDependentPlanItems
A list of all
PlanItems that are dependent on this plan item through their exit criteria. |
protected Map<String,PlanItem> |
PlanFragment.planItemDefinitionToItemMap |
protected Map<String,PlanItem> |
PlanFragment.planItemMap |
| Modifier and Type | Method and Description |
|---|---|
PlanItem |
CmmnModel.findPlanItem(String id) |
PlanItem |
CmmnModel.findPlanItemByPlanItemDefinitionId(String id) |
PlanItem |
PlanFragment.findPlanItemForPlanItemDefinitionInPlanFragmentOrDownwards(String planItemDefinitionId) |
PlanItem |
PlanFragment.findPlanItemForPlanItemDefinitionInPlanFragmentOrUpwards(String planItemDefinitionId) |
PlanItem |
PlanFragment.findPlanItemInPlanFragmentOrDownwards(String planItemId) |
PlanItem |
PlanFragment.findPlanItemInPlanFragmentOrUpwards(String planItemId) |
PlanItem |
PlanFragment.getPlanItem() |
PlanItem |
PlanFragment.getPlanItem(String planItemId) |
PlanItem |
SentryOnPart.getSource() |
PlanItem |
TimerEventListener.getTimerStartTriggerPlanItem() |
| Modifier and Type | Method and Description |
|---|---|
List<PlanItem> |
PlanItem.getAllDependentPlanItems() |
List<PlanItem> |
PlanFragment.getDirectChildPlanItemsWithLifecycleEnabled() |
List<PlanItem> |
PlanItem.getEntryDependencies() |
List<PlanItem> |
PlanItem.getEntryDependentPlanItems() |
List<PlanItem> |
PlanItem.getExitDependencies() |
List<PlanItem> |
PlanItem.getExitDependentPlanItems() |
List<PlanItem> |
PlanFragment.getPlanItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanItem.addEntryDependentPlanItem(PlanItem planItem) |
void |
PlanItem.addExitDependentPlanItem(PlanItem planItem) |
void |
PlanFragment.addPlanItem(PlanItem planItem) |
void |
PlanFragment.removePlanItem(PlanItem planItem) |
void |
PlanFragment.setPlanItem(PlanItem planItem) |
void |
SentryOnPart.setSource(PlanItem source) |
void |
TimerEventListener.setTimerStartTriggerPlanItem(PlanItem timerStartTriggerPlanItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanItem.setEntryDependencies(List<PlanItem> entryDependencies) |
void |
PlanItem.setEntryDependentPlanItems(List<PlanItem> entryDependentPlanItems) |
void |
PlanItem.setExitDependencies(List<PlanItem> exitDependencies) |
void |
PlanItem.setExitDependentPlanItems(List<PlanItem> exitDependentPlanItems) |
void |
PlanFragment.setPlanItemMap(Map<String,PlanItem> planItemMap) |
Copyright © 2021 Flowable. All rights reserved.