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 PlanItemControl
ItemHandler. getDefaultControl(CmmnElement element)
protected PlanItemControl
ItemHandler. 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 class
DefaultControlImpl
class
ItemControlImpl
class
PlanItemControlImpl
-
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 interface
DefaultControl
interface
ItemControl
-