Uses of Interface
org.camunda.bpm.engine.impl.runtime.CorrelationHandler

Packages that use CorrelationHandler
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
protected  CorrelationHandler ProcessEngineConfigurationImpl.correlationHandler
           
 

Methods in org.camunda.bpm.engine.impl.cfg that return CorrelationHandler
 CorrelationHandler ProcessEngineConfigurationImpl.getCorrelationHandler()
           
 

Methods in org.camunda.bpm.engine.impl.cfg with parameters of type CorrelationHandler
 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
 class DefaultCorrelationHandler
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.