Uses of Interface
org.camunda.bpm.model.cmmn.instance.PlanningTable
-
Packages that use PlanningTable Package Description org.camunda.bpm.engine.impl.cmmn.transformer org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of PlanningTable in org.camunda.bpm.engine.impl.cmmn.transformer
Methods in org.camunda.bpm.engine.impl.cmmn.transformer with parameters of type PlanningTable Modifier and Type Method Description protected void
CmmnTransform. transformPlanningTable(PlanningTable planningTable, CmmnActivity parent)
-
Uses of PlanningTable in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement PlanningTable Modifier and Type Class Description class
PlanningTableImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type PlanningTable Modifier and Type Field Description protected static ChildElement<PlanningTable>
HumanTaskImpl. planningTableChild
protected static ChildElement<PlanningTable>
StageImpl. planningTableChild
protected static ChildElementCollection<PlanningTable>
HumanTaskImpl. planningTableCollection
Deprecated.Methods in org.camunda.bpm.model.cmmn.impl.instance that return PlanningTable Modifier and Type Method Description PlanningTable
HumanTaskImpl. getPlanningTable()
PlanningTable
StageImpl. getPlanningTable()
Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type PlanningTable Modifier and Type Method Description Collection<PlanningTable>
HumanTaskImpl. getPlanningTables()
Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type PlanningTable Modifier and Type Method Description void
HumanTaskImpl. setPlanningTable(PlanningTable planningTable)
void
StageImpl. setPlanningTable(PlanningTable planningTable)
-
Uses of PlanningTable in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return PlanningTable Modifier and Type Method Description PlanningTable
HumanTask. getPlanningTable()
PlanningTable
Stage. getPlanningTable()
Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type PlanningTable Modifier and Type Method Description Collection<PlanningTable>
HumanTask. getPlanningTables()
Deprecated.Methods in org.camunda.bpm.model.cmmn.instance with parameters of type PlanningTable Modifier and Type Method Description void
HumanTask. setPlanningTable(PlanningTable planningTable)
void
Stage. setPlanningTable(PlanningTable planningTable)
-