Uses of Interface
org.camunda.bpm.engine.impl.runtime.CorrelationHandler
-
Packages that use CorrelationHandler Package Description org.camunda.bpm.engine.impl.cfg org.camunda.bpm.engine.impl.runtime -
-
Uses of CorrelationHandler in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as CorrelationHandler Modifier and Type Field Description protected CorrelationHandlerProcessEngineConfigurationImpl. correlationHandlerMethods in org.camunda.bpm.engine.impl.cfg that return CorrelationHandler Modifier and Type Method Description CorrelationHandlerProcessEngineConfigurationImpl. getCorrelationHandler()Methods in org.camunda.bpm.engine.impl.cfg with parameters of type CorrelationHandler Modifier and Type Method Description voidProcessEngineConfigurationImpl. setCorrelationHandler(CorrelationHandler correlationHandler) -
Uses of CorrelationHandler in org.camunda.bpm.engine.impl.runtime
Classes in org.camunda.bpm.engine.impl.runtime that implement CorrelationHandler Modifier and Type Class Description classDefaultCorrelationHandler
-