Uses of Interface
org.camunda.bpm.model.cmmn.instance.PlanItemDefinition
-
-
Uses of PlanItemDefinition in org.camunda.bpm.engine.impl.cmmn.handler
Fields in org.camunda.bpm.engine.impl.cmmn.handler with type parameters of type PlanItemDefinition Modifier and Type Field Description protected java.util.Map<java.lang.Class<? extends PlanItemDefinition>,ItemHandler>DefaultCmmnElementHandlerRegistry. discretionaryElementHandlersprotected java.util.Map<java.lang.Class<? extends PlanItemDefinition>,ItemHandler>DefaultCmmnElementHandlerRegistry. planItemElementHandlersMethods in org.camunda.bpm.engine.impl.cmmn.handler that return PlanItemDefinition Modifier and Type Method Description protected PlanItemDefinitionCasePlanModelHandler. getDefinition(CmmnElement element)protected PlanItemDefinitionItemHandler. getDefinition(CmmnElement element)Methods in org.camunda.bpm.engine.impl.cmmn.handler that return types with arguments of type PlanItemDefinition Modifier and Type Method Description java.util.Map<java.lang.Class<? extends PlanItemDefinition>,ItemHandler>DefaultCmmnElementHandlerRegistry. getDiscretionaryElementHandlers()java.util.Map<java.lang.Class<? extends PlanItemDefinition>,ItemHandler>DefaultCmmnElementHandlerRegistry. getPlanItemElementHandlers()Method parameters in org.camunda.bpm.engine.impl.cmmn.handler with type arguments of type PlanItemDefinition Modifier and Type Method Description voidDefaultCmmnElementHandlerRegistry. setDiscretionaryElementHandlers(java.util.Map<java.lang.Class<? extends PlanItemDefinition>,ItemHandler> discretionaryElementHandlers)voidDefaultCmmnElementHandlerRegistry. setPlanItemElementHandlers(java.util.Map<java.lang.Class<? extends PlanItemDefinition>,ItemHandler> planItemElementHandlers) -
Uses of PlanItemDefinition in org.camunda.bpm.engine.impl.cmmn.transformer
Method parameters in org.camunda.bpm.engine.impl.cmmn.transformer with type arguments of type PlanItemDefinition Modifier and Type Method Description protected ItemHandlerCmmnTransform. getDiscretionaryItemHandler(java.lang.Class<? extends PlanItemDefinition> cls)protected ItemHandlerCmmnTransform. getPlanItemHandler(java.lang.Class<? extends PlanItemDefinition> cls) -
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 AttributeReference<PlanItemDefinition>DiscretionaryItemImpl. definitionRefAttributeprotected static ChildElementCollection<PlanItemDefinition>StageImpl. planItemDefinitionCollectionprotected static 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 java.util.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 java.util.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)
-