Uses of Interface
org.camunda.bpm.engine.impl.jobexecutor.FailedJobCommandFactory

Packages that use FailedJobCommandFactory
org.camunda.bpm.engine.impl.cfg   
org.camunda.bpm.engine.impl.interceptor   
org.camunda.bpm.engine.impl.jobexecutor   
 

Uses of FailedJobCommandFactory in org.camunda.bpm.engine.impl.cfg
 

Fields in org.camunda.bpm.engine.impl.cfg declared as FailedJobCommandFactory
protected  FailedJobCommandFactory ProcessEngineConfigurationImpl.failedJobCommandFactory
           
 

Methods in org.camunda.bpm.engine.impl.cfg that return FailedJobCommandFactory
 FailedJobCommandFactory ProcessEngineConfigurationImpl.getFailedJobCommandFactory()
           
 

Methods in org.camunda.bpm.engine.impl.cfg with parameters of type FailedJobCommandFactory
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setFailedJobCommandFactory(FailedJobCommandFactory failedJobCommandFactory)
           
 

Uses of FailedJobCommandFactory in org.camunda.bpm.engine.impl.interceptor
 

Fields in org.camunda.bpm.engine.impl.interceptor declared as FailedJobCommandFactory
protected  FailedJobCommandFactory CommandContext.failedJobCommandFactory
           
 

Methods in org.camunda.bpm.engine.impl.interceptor that return FailedJobCommandFactory
 FailedJobCommandFactory CommandContext.getFailedJobCommandFactory()
           
 

Uses of FailedJobCommandFactory in org.camunda.bpm.engine.impl.jobexecutor
 

Classes in org.camunda.bpm.engine.impl.jobexecutor that implement FailedJobCommandFactory
 class DefaultFailedJobCommandFactory
           
 class FoxFailedJobCommandFactory
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.