Uses of Interface
org.camunda.bpm.model.cmmn.instance.PlanItemDefinition
Package
Description
-
Uses of PlanItemDefinition in org.camunda.bpm.engine.impl.cmmn.handler
Modifier and TypeFieldDescriptionprotected Map<Class<? extends PlanItemDefinition>,
ItemHandler> DefaultCmmnElementHandlerRegistry.discretionaryElementHandlers
protected Map<Class<? extends PlanItemDefinition>,
ItemHandler> DefaultCmmnElementHandlerRegistry.planItemElementHandlers
Modifier and TypeMethodDescriptionprotected PlanItemDefinition
CasePlanModelHandler.getDefinition
(CmmnElement element) protected PlanItemDefinition
ItemHandler.getDefinition
(CmmnElement element) Modifier and TypeMethodDescriptionMap<Class<? extends PlanItemDefinition>,
ItemHandler> DefaultCmmnElementHandlerRegistry.getDiscretionaryElementHandlers()
Map<Class<? extends PlanItemDefinition>,
ItemHandler> DefaultCmmnElementHandlerRegistry.getPlanItemElementHandlers()
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Modifier and TypeFieldDescriptionprotected static AttributeReference<PlanItemDefinition>
DiscretionaryItemImpl.definitionRefAttribute
protected static ChildElementCollection<PlanItemDefinition>
StageImpl.planItemDefinitionCollection
protected static AttributeReference<PlanItemDefinition>
PlanItemImpl.planItemDefinitionRefAttribute
Modifier and TypeMethodDescriptionDiscretionaryItemImpl.getDefinition()
PlanItemImpl.getDefinition()
Modifier and TypeMethodDescriptionvoid
DiscretionaryItemImpl.setDefinition
(PlanItemDefinition definition) void
PlanItemImpl.setDefinition
(PlanItemDefinition definition) -
Uses of PlanItemDefinition in org.camunda.bpm.model.cmmn.instance
Modifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
Modifier and TypeMethodDescriptionvoid
DiscretionaryItem.setDefinition
(PlanItemDefinition definition) void
PlanItem.setDefinition
(PlanItemDefinition definition)