Uses of Class
org.flowable.cmmn.model.PlanItem
Packages that use PlanItem
-
Uses of PlanItem in org.flowable.cmmn.api.delegate
Methods in org.flowable.cmmn.api.delegate that return PlanItemModifier and TypeMethodDescriptionDelegatePlanItemInstance.getPlanItem()
ReadOnlyDelegatePlanItemInstance.getPlanItem()
-
Uses of PlanItem in org.flowable.cmmn.model
Fields in org.flowable.cmmn.model declared as PlanItemModifier and TypeFieldDescriptionprotected PlanItem
PlanFragment.planItem
protected PlanItem
SentryOnPart.source
protected PlanItem
TimerEventListener.timerStartTriggerPlanItem
Fields in org.flowable.cmmn.model with type parameters of type PlanItemModifier and TypeFieldDescriptionPlanItem.entryDependencies
A list ofPlanItem
s to which this plan item is dependent on through its entry criteria.PlanItem.entryDependentPlanItems
A list of allPlanItem
s that are dependent on this plan item through their entry criteria.PlanItem.exitDependencies
A list ofPlanItem
s to which this plan item is dependent on through its exit criteria.PlanItem.exitDependentPlanItems
A list of allPlanItem
s that are dependent on this plan item through their exit criteria.PlanFragment.planItemDefinitionToItemMap
PlanFragment.planItemMap
Methods in org.flowable.cmmn.model that return PlanItemModifier and TypeMethodDescriptionCmmnModel.findPlanItem
(String id) CmmnModel.findPlanItemByPlanItemDefinitionId
(String id) PlanFragment.findPlanItemForPlanItemDefinitionInPlanFragmentOrDownwards
(String planItemDefinitionId) PlanFragment.findPlanItemForPlanItemDefinitionInPlanFragmentOrUpwards
(String planItemDefinitionId) PlanFragment.findPlanItemInPlanFragmentOrDownwards
(String planItemId) PlanFragment.findPlanItemInPlanFragmentOrUpwards
(String planItemId) PlanFragment.getPlanItem()
PlanFragment.getPlanItem
(String planItemId) SentryOnPart.getSource()
TimerEventListener.getTimerStartTriggerPlanItem()
Methods in org.flowable.cmmn.model that return types with arguments of type PlanItemModifier and TypeMethodDescriptionPlanItem.getAllDependentPlanItems()
PlanFragment.getDirectChildPlanItemsWithLifecycleEnabled()
PlanItem.getEntryDependencies()
PlanItem.getEntryDependentPlanItems()
PlanItem.getExitDependencies()
PlanItem.getExitDependentPlanItems()
PlanFragment.getPlanItems()
Methods in org.flowable.cmmn.model with parameters of type PlanItemModifier and TypeMethodDescriptionvoid
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
void
TimerEventListener.setTimerStartTriggerPlanItem
(PlanItem timerStartTriggerPlanItem) Method parameters in org.flowable.cmmn.model with type arguments of type PlanItemModifier and TypeMethodDescriptionvoid
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)