Uses of Interface
org.camunda.bpm.model.cmmn.instance.PlanItemDefinition
-
Packages that use PlanItemDefinition Package Description org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of PlanItemDefinition in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement PlanItemDefinition Modifier and Type Class Description classCasePlanModelclassCaseTaskImplclassDecisionTaskImplclassEventImplclassEventListenerImplclassHumanTaskImplclassMilestoneImplclassPlanFragmentImplclassPlanItemDefinitionImplclassProcessTaskImplclassStageImplclassTaskImplclassTimerEventImplclassTimerEventListenerImplclassUserEventImplclassUserEventListenerImplFields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type PlanItemDefinition Modifier and Type Field Description protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<PlanItemDefinition>DiscretionaryItemImpl. definitionRefAttributeprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<PlanItemDefinition>StageImpl. planItemDefinitionCollectionprotected static org.camunda.bpm.model.xml.type.reference.AttributeReference<PlanItemDefinition>PlanItemImpl. planItemDefinitionRefAttributeMethods in org.camunda.bpm.model.cmmn.impl.instance that return PlanItemDefinition Modifier and Type Method Description PlanItemDefinitionDiscretionaryItemImpl. getDefinition()PlanItemDefinitionPlanItemImpl. getDefinition()Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type PlanItemDefinition Modifier and Type Method Description Collection<PlanItemDefinition>StageImpl. getPlanItemDefinitions()Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type PlanItemDefinition Modifier and Type Method Description voidDiscretionaryItemImpl. setDefinition(PlanItemDefinition definition)voidPlanItemImpl. setDefinition(PlanItemDefinition definition) -
Uses of PlanItemDefinition in org.camunda.bpm.model.cmmn.instance
Subinterfaces of PlanItemDefinition in org.camunda.bpm.model.cmmn.instance Modifier and Type Interface Description interfaceCasePlanModelinterfaceCaseTaskinterfaceDecisionTaskinterfaceEventinterfaceEventListenerinterfaceHumanTaskinterfaceMilestoneinterfacePlanFragmentinterfaceProcessTaskinterfaceStageinterfaceTaskinterfaceTimerEventinterfaceTimerEventListenerinterfaceUserEventinterfaceUserEventListenerMethods in org.camunda.bpm.model.cmmn.instance that return PlanItemDefinition Modifier and Type Method Description PlanItemDefinitionDiscretionaryItem. getDefinition()PlanItemDefinitionPlanItem. getDefinition()Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type PlanItemDefinition Modifier and Type Method Description Collection<PlanItemDefinition>Stage. getPlanItemDefinitions()Methods in org.camunda.bpm.model.cmmn.instance with parameters of type PlanItemDefinition Modifier and Type Method Description voidDiscretionaryItem. setDefinition(PlanItemDefinition definition)voidPlanItem. setDefinition(PlanItemDefinition definition)
-