Uses of Class
org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
Packages that use ItemHandler
Package
Description
-
Uses of ItemHandler in org.camunda.bpm.engine.impl.cmmn.handler
Subclasses of ItemHandler in org.camunda.bpm.engine.impl.cmmn.handlerModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
Fields in org.camunda.bpm.engine.impl.cmmn.handler with type parameters of type ItemHandlerModifier 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 types with arguments of type ItemHandlerModifier 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 ItemHandlerModifier and TypeMethodDescriptionvoid
DefaultCmmnElementHandlerRegistry.setDiscretionaryElementHandlers
(Map<Class<? extends PlanItemDefinition>, ItemHandler> discretionaryElementHandlers) void
DefaultCmmnElementHandlerRegistry.setPlanItemElementHandlers
(Map<Class<? extends PlanItemDefinition>, ItemHandler> planItemElementHandlers) -
Uses of ItemHandler in org.camunda.bpm.engine.impl.cmmn.transformer
Methods in org.camunda.bpm.engine.impl.cmmn.transformer that return ItemHandlerModifier and TypeMethodDescriptionprotected ItemHandler
CmmnTransform.getDiscretionaryItemHandler
(Class<? extends PlanItemDefinition> cls) protected ItemHandler
CmmnTransform.getPlanItemHandler
(Class<? extends PlanItemDefinition> cls)