Uses of Class
org.camunda.bpm.engine.impl.interceptor.CommandContextFactory
-
Packages that use CommandContextFactory Package Description org.camunda.bpm.engine.impl.cfg org.camunda.bpm.engine.impl.interceptor -
-
Uses of CommandContextFactory in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as CommandContextFactory Modifier and Type Field Description protected CommandContextFactoryProcessEngineConfigurationImpl. commandContextFactoryprotected CommandContextFactoryJtaProcessEngineConfiguration. dbSchemaOperationsCommandContextFactoryCommandContextFactoryto be used for DbSchemaOperationsMethods in org.camunda.bpm.engine.impl.cfg that return CommandContextFactory Modifier and Type Method Description CommandContextFactoryProcessEngineConfigurationImpl. getCommandContextFactory()CommandContextFactoryJtaProcessEngineConfiguration. getDbSchemaOperationsCommandContextFactory()Methods in org.camunda.bpm.engine.impl.cfg with parameters of type CommandContextFactory Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setCommandContextFactory(CommandContextFactory commandContextFactory)voidJtaProcessEngineConfiguration. setDbSchemaOperationsCommandContextFactory(CommandContextFactory dbSchemaOperationsCommandContextFactory) -
Uses of CommandContextFactory in org.camunda.bpm.engine.impl.interceptor
Subclasses of CommandContextFactory in org.camunda.bpm.engine.impl.interceptor Modifier and Type Class Description classTxContextCommandContextFactoryThisCommandContextFactoryallows to explicitly pass in aTransactionContextFactory.Fields in org.camunda.bpm.engine.impl.interceptor declared as CommandContextFactory Modifier and Type Field Description protected CommandContextFactoryCommandContextInterceptor. commandContextFactoryMethods in org.camunda.bpm.engine.impl.interceptor that return CommandContextFactory Modifier and Type Method Description CommandContextFactoryCommandContextInterceptor. getCommandContextFactory()Methods in org.camunda.bpm.engine.impl.interceptor with parameters of type CommandContextFactory Modifier and Type Method Description voidCommandContextInterceptor. setCommandContextFactory(CommandContextFactory commandContextFactory)Constructors in org.camunda.bpm.engine.impl.interceptor with parameters of type CommandContextFactory Constructor Description CommandContextInterceptor(CommandContextFactory commandContextFactory, ProcessEngineConfigurationImpl processEngineConfiguration)CommandContextInterceptor(CommandContextFactory commandContextFactory, ProcessEngineConfigurationImpl processEngineConfiguration, boolean alwaysOpenNew)
-