Uses of Class
org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler

Packages that use ItemHandler
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
 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
protected  Map<Class<? extends org.camunda.bpm.model.cmmn.instance.PlanItemDefinition>,ItemHandler> DefaultCmmnElementHandlerRegistry.discretionaryElementHandlers
           
protected  Map<Class<? extends org.camunda.bpm.model.cmmn.instance.PlanItemDefinition>,ItemHandler> DefaultCmmnElementHandlerRegistry.planItemElementHandlers
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.handler that return types with arguments of type ItemHandler
 Map<Class<? extends org.camunda.bpm.model.cmmn.instance.PlanItemDefinition>,ItemHandler> DefaultCmmnElementHandlerRegistry.getDiscretionaryElementHandlers()
           
 Map<Class<? extends org.camunda.bpm.model.cmmn.instance.PlanItemDefinition>,ItemHandler> DefaultCmmnElementHandlerRegistry.getPlanItemElementHandlers()
           
 

Method parameters in org.camunda.bpm.engine.impl.cmmn.handler with type arguments of type ItemHandler
 void DefaultCmmnElementHandlerRegistry.setDiscretionaryElementHandlers(Map<Class<? extends org.camunda.bpm.model.cmmn.instance.PlanItemDefinition>,ItemHandler> discretionaryElementHandlers)
           
 void DefaultCmmnElementHandlerRegistry.setPlanItemElementHandlers(Map<Class<? extends org.camunda.bpm.model.cmmn.instance.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
protected  ItemHandler CmmnTransform.getDiscretionaryItemHandler(Class<? extends org.camunda.bpm.model.cmmn.instance.PlanItemDefinition> cls)
           
protected  ItemHandler CmmnTransform.getPlanItemHandler(Class<? extends org.camunda.bpm.model.cmmn.instance.PlanItemDefinition> cls)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.