Uses of Interface
org.camunda.bpm.model.cmmn.instance.PlanItem
-
Packages that use PlanItem Package Description org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of PlanItem in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement PlanItem Modifier and Type Class Description classPlanItemImplFields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type PlanItem Modifier and Type Field Description protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<PlanItem>PlanFragmentImpl. planItemCollectionprotected static org.camunda.bpm.model.xml.type.reference.AttributeReference<PlanItem>PlanItemOnPartImpl. sourceRefAttributeprotected static org.camunda.bpm.model.xml.type.reference.AttributeReference<PlanItem>PlanItemStartTriggerImpl. sourceRefAttributeMethods in org.camunda.bpm.model.cmmn.impl.instance that return PlanItem Modifier and Type Method Description PlanItemPlanItemOnPartImpl. getSource()PlanItemPlanItemStartTriggerImpl. getSource()Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type PlanItem Modifier and Type Method Description Collection<PlanItem>PlanFragmentImpl. getPlanItems()Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type PlanItem Modifier and Type Method Description voidPlanItemOnPartImpl. setSource(PlanItem source)voidPlanItemStartTriggerImpl. setSource(PlanItem source) -
Uses of PlanItem in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return PlanItem Modifier and Type Method Description PlanItemPlanItemOnPart. getSource()PlanItemPlanItemStartTrigger. getSource()Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type PlanItem Modifier and Type Method Description Collection<PlanItem>PlanFragment. getPlanItems()Methods in org.camunda.bpm.model.cmmn.instance with parameters of type PlanItem Modifier and Type Method Description voidPlanItemOnPart. setSource(PlanItem source)voidPlanItemStartTrigger. setSource(PlanItem source)
-