Uses of Interface
org.camunda.bpm.model.cmmn.instance.PlanningTable
Packages that use PlanningTable
Package
Description
-
Uses of PlanningTable in org.camunda.bpm.engine.impl.cmmn.transformer
Methods in org.camunda.bpm.engine.impl.cmmn.transformer with parameters of type PlanningTableModifier and TypeMethodDescriptionprotected 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 PlanningTableFields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type PlanningTableModifier and TypeFieldDescriptionprotected 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 PlanningTableMethods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type PlanningTableMethods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type PlanningTableModifier and TypeMethodDescriptionvoid
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 PlanningTableMethods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type PlanningTableMethods in org.camunda.bpm.model.cmmn.instance with parameters of type PlanningTableModifier and TypeMethodDescriptionvoid
HumanTask.setPlanningTable
(PlanningTable planningTable) void
Stage.setPlanningTable
(PlanningTable planningTable)