Uses of Interface
org.activiti.engine.parse.BpmnParseHandler
-
Packages that use BpmnParseHandler Package Description org.activiti.engine.impl.bpmn.parser org.activiti.engine.impl.bpmn.parser.handler org.activiti.engine.impl.cfg -
-
Uses of BpmnParseHandler in org.activiti.engine.impl.bpmn.parser
Fields in org.activiti.engine.impl.bpmn.parser with type parameters of type BpmnParseHandler Modifier and Type Field Description protected java.util.Map<java.lang.Class<? extends org.activiti.bpmn.model.BaseElement>,java.util.List<BpmnParseHandler>>BpmnParseHandlers. parseHandlersMethods in org.activiti.engine.impl.bpmn.parser that return types with arguments of type BpmnParseHandler Modifier and Type Method Description java.util.List<BpmnParseHandler>BpmnParseHandlers. getHandlersFor(java.lang.Class<? extends org.activiti.bpmn.model.BaseElement> clazz)Methods in org.activiti.engine.impl.bpmn.parser with parameters of type BpmnParseHandler Modifier and Type Method Description voidBpmnParseHandlers. addHandler(BpmnParseHandler bpmnParseHandler)Method parameters in org.activiti.engine.impl.bpmn.parser with type arguments of type BpmnParseHandler Modifier and Type Method Description voidBpmnParseHandlers. addHandlers(java.util.List<BpmnParseHandler> bpmnParseHandlers) -
Uses of BpmnParseHandler in org.activiti.engine.impl.bpmn.parser.handler
-
Uses of BpmnParseHandler in org.activiti.engine.impl.cfg
Fields in org.activiti.engine.impl.cfg with type parameters of type BpmnParseHandler Modifier and Type Field Description protected java.util.List<BpmnParseHandler>ProcessEngineConfigurationImpl. customDefaultBpmnParseHandlersprotected java.util.List<BpmnParseHandler>ProcessEngineConfigurationImpl. postBpmnParseHandlersprotected java.util.List<BpmnParseHandler>ProcessEngineConfigurationImpl. preBpmnParseHandlersMethods in org.activiti.engine.impl.cfg that return types with arguments of type BpmnParseHandler Modifier and Type Method Description java.util.List<BpmnParseHandler>ProcessEngineConfigurationImpl. getCustomDefaultBpmnParseHandlers()java.util.List<BpmnParseHandler>ProcessEngineConfigurationImpl. getDefaultBpmnParseHandlers()java.util.List<BpmnParseHandler>ProcessEngineConfigurationImpl. getPostBpmnParseHandlers()java.util.List<BpmnParseHandler>ProcessEngineConfigurationImpl. getPreBpmnParseHandlers()Method parameters in org.activiti.engine.impl.cfg with type arguments of type BpmnParseHandler Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setCustomDefaultBpmnParseHandlers(java.util.List<BpmnParseHandler> customDefaultBpmnParseHandlers)ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setPostBpmnParseHandlers(java.util.List<BpmnParseHandler> postBpmnParseHandlers)ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setPreBpmnParseHandlers(java.util.List<BpmnParseHandler> preBpmnParseHandlers)
-