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 CorrelationHandler
ProcessEngineConfigurationImpl. correlationHandler
Methods in org.camunda.bpm.engine.impl.cfg that return CorrelationHandler Modifier and Type Method Description CorrelationHandler
ProcessEngineConfigurationImpl. getCorrelationHandler()
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type CorrelationHandler Modifier and Type Method Description void
ProcessEngineConfigurationImpl. 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 class
DefaultCorrelationHandler
-