Uses of Class
org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
-
Packages that use ItemHandler Package Description org.camunda.bpm.engine.impl.cmmn.handler org.camunda.bpm.engine.impl.cmmn.transformer -
-
Uses of ItemHandler in org.camunda.bpm.engine.impl.cmmn.handler
Subclasses of ItemHandler in org.camunda.bpm.engine.impl.cmmn.handler Modifier and Type Class Description class
CallingTaskItemHandler
class
CasePlanModelHandler
class
CaseTaskItemHandler
class
DecisionTaskItemHandler
class
EventListenerItemHandler
class
HumanTaskItemHandler
class
MilestoneItemHandler
class
ProcessOrCaseTaskItemHandler
class
ProcessTaskItemHandler
class
StageItemHandler
class
TaskItemHandler
Fields in org.camunda.bpm.engine.impl.cmmn.handler with type parameters of type ItemHandler Modifier and Type Field Description protected 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 ItemHandler Modifier and Type Method Description Map<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 ItemHandler Modifier and Type Method Description void
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 ItemHandler Modifier and Type Method Description protected ItemHandler
CmmnTransform. getDiscretionaryItemHandler(Class<? extends PlanItemDefinition> cls)
protected ItemHandler
CmmnTransform. getPlanItemHandler(Class<? extends PlanItemDefinition> cls)
-