Uses of Interface
org.camunda.bpm.model.cmmn.instance.PlanItemControl
-
Packages that use PlanItemControl Package Description org.camunda.bpm.engine.impl.cmmn.handler org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of PlanItemControl in org.camunda.bpm.engine.impl.cmmn.handler
Methods in org.camunda.bpm.engine.impl.cmmn.handler that return PlanItemControl Modifier and Type Method Description protected PlanItemControlItemHandler. getDefaultControl(CmmnElement element)protected PlanItemControlItemHandler. getItemControl(CmmnElement element) -
Uses of PlanItemControl in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement PlanItemControl Modifier and Type Class Description classDefaultControlImplclassItemControlImplclassPlanItemControlImpl -
Uses of PlanItemControl in org.camunda.bpm.model.cmmn.instance
Subinterfaces of PlanItemControl in org.camunda.bpm.model.cmmn.instance Modifier and Type Interface Description interfaceDefaultControlinterfaceItemControl
-