Uses of Interface
org.camunda.bpm.model.cmmn.instance.PlanItemDefinition
Packages that use PlanItemDefinition
Package
Description
-
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 PlanItemDefinitionModifier and TypeFieldDescriptionprotected Map<Class<? extends PlanItemDefinition>,
ItemHandler> DefaultCmmnElementHandlerRegistry.discretionaryElementHandlers
protected Map<Class<? extends PlanItemDefinition>,
ItemHandler> DefaultCmmnElementHandlerRegistry.planItemElementHandlers
Methods in org.camunda.bpm.engine.impl.cmmn.handler that return PlanItemDefinitionModifier and TypeMethodDescriptionprotected PlanItemDefinition
CasePlanModelHandler.getDefinition
(CmmnElement element) protected PlanItemDefinition
ItemHandler.getDefinition
(CmmnElement element) Methods in org.camunda.bpm.engine.impl.cmmn.handler that return types with arguments of type PlanItemDefinitionModifier and TypeMethodDescriptionMap<Class<? extends PlanItemDefinition>,
ItemHandler> DefaultCmmnElementHandlerRegistry.getDiscretionaryElementHandlers()
Map<Class<? extends PlanItemDefinition>,
ItemHandler> DefaultCmmnElementHandlerRegistry.getPlanItemElementHandlers()
Method parameters in org.camunda.bpm.engine.impl.cmmn.handler with type arguments of type PlanItemDefinitionModifier and TypeMethodDescriptionvoid
DefaultCmmnElementHandlerRegistry.setDiscretionaryElementHandlers
(Map<Class<? extends PlanItemDefinition>, ItemHandler> discretionaryElementHandlers) void
DefaultCmmnElementHandlerRegistry.setPlanItemElementHandlers
(Map<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 PlanItemDefinitionModifier and TypeMethodDescriptionprotected ItemHandler
CmmnTransform.getDiscretionaryItemHandler
(Class<? extends PlanItemDefinition> cls) protected ItemHandler
CmmnTransform.getPlanItemHandler
(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 PlanItemDefinitionModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type PlanItemDefinitionModifier and TypeFieldDescriptionprotected static AttributeReference<PlanItemDefinition>
DiscretionaryItemImpl.definitionRefAttribute
protected static ChildElementCollection<PlanItemDefinition>
StageImpl.planItemDefinitionCollection
protected static AttributeReference<PlanItemDefinition>
PlanItemImpl.planItemDefinitionRefAttribute
Methods in org.camunda.bpm.model.cmmn.impl.instance that return PlanItemDefinitionModifier and TypeMethodDescriptionDiscretionaryItemImpl.getDefinition()
PlanItemImpl.getDefinition()
Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type PlanItemDefinitionMethods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type PlanItemDefinitionModifier and TypeMethodDescriptionvoid
DiscretionaryItemImpl.setDefinition
(PlanItemDefinition definition) void
PlanItemImpl.setDefinition
(PlanItemDefinition definition) -
Uses of PlanItemDefinition in org.camunda.bpm.model.cmmn.instance
Subinterfaces of PlanItemDefinition in org.camunda.bpm.model.cmmn.instanceModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
Methods in org.camunda.bpm.model.cmmn.instance that return PlanItemDefinitionMethods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type PlanItemDefinitionMethods in org.camunda.bpm.model.cmmn.instance with parameters of type PlanItemDefinitionModifier and TypeMethodDescriptionvoid
DiscretionaryItem.setDefinition
(PlanItemDefinition definition) void
PlanItem.setDefinition
(PlanItemDefinition definition)