Uses of Interface
org.camunda.bpm.model.cmmn.instance.PlanningTable
Package
Description
-
Uses of PlanningTable in org.camunda.bpm.engine.impl.cmmn.transformer
Modifier and TypeMethodDescriptionprotected void
CmmnTransform.transformPlanningTable
(PlanningTable planningTable, CmmnActivity parent) -
Uses of PlanningTable in org.camunda.bpm.model.cmmn.impl.instance
Modifier and TypeFieldDescriptionprotected static ChildElement<PlanningTable>
HumanTaskImpl.planningTableChild
protected static ChildElement<PlanningTable>
StageImpl.planningTableChild
protected static ChildElementCollection<PlanningTable>
HumanTaskImpl.planningTableCollection
Deprecated.Modifier and TypeMethodDescriptionvoid
HumanTaskImpl.setPlanningTable
(PlanningTable planningTable) void
StageImpl.setPlanningTable
(PlanningTable planningTable) -
Uses of PlanningTable in org.camunda.bpm.model.cmmn.instance
Modifier and TypeMethodDescriptionvoid
HumanTask.setPlanningTable
(PlanningTable planningTable) void
Stage.setPlanningTable
(PlanningTable planningTable)