Uses of Interface
org.activiti.engine.impl.interceptor.CommandInterceptor
-
-
Uses of CommandInterceptor in org.activiti.engine.impl.cfg
Fields in org.activiti.engine.impl.cfg declared as CommandInterceptor Modifier and Type Field Description protected CommandInterceptorProcessEngineConfigurationImpl. commandInvokerprotected CommandInterceptorCommandExecutorImpl. firstFields in org.activiti.engine.impl.cfg with type parameters of type CommandInterceptor Modifier and Type Field Description protected java.util.List<CommandInterceptor>ProcessEngineConfigurationImpl. commandInterceptorsprotected java.util.List<CommandInterceptor>ProcessEngineConfigurationImpl. customPostCommandInterceptorsprotected java.util.List<CommandInterceptor>ProcessEngineConfigurationImpl. customPreCommandInterceptorsthe configurable list which will beprocessedto build theProcessEngineConfigurationImpl.commandExecutorMethods in org.activiti.engine.impl.cfg that return CommandInterceptor Modifier and Type Method Description CommandInterceptorJtaProcessEngineConfiguration. createTransactionInterceptor()abstract CommandInterceptorProcessEngineConfigurationImpl. createTransactionInterceptor()CommandInterceptorStandaloneProcessEngineConfiguration. createTransactionInterceptor()CommandInterceptorProcessEngineConfigurationImpl. getCommandInvoker()CommandInterceptorCommandExecutorImpl. getFirst()CommandInterceptorProcessEngineConfigurationImpl. initInterceptorChain(java.util.List<CommandInterceptor> chain)Methods in org.activiti.engine.impl.cfg that return types with arguments of type CommandInterceptor Modifier and Type Method Description java.util.List<CommandInterceptor>ProcessEngineConfigurationImpl. getCommandInterceptors()java.util.List<CommandInterceptor>ProcessEngineConfigurationImpl. getCustomPostCommandInterceptors()java.util.List<CommandInterceptor>ProcessEngineConfigurationImpl. getCustomPreCommandInterceptors()java.util.Collection<? extends CommandInterceptor>ProcessEngineConfigurationImpl. getDefaultCommandInterceptors()Methods in org.activiti.engine.impl.cfg with parameters of type CommandInterceptor Modifier and Type Method Description voidProcessEngineConfigurationImpl. setCommandInvoker(CommandInterceptor commandInvoker)voidCommandExecutorImpl. setFirst(CommandInterceptor commandInterceptor)Method parameters in org.activiti.engine.impl.cfg with type arguments of type CommandInterceptor Modifier and Type Method Description CommandInterceptorProcessEngineConfigurationImpl. initInterceptorChain(java.util.List<CommandInterceptor> chain)ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setCommandInterceptors(java.util.List<CommandInterceptor> commandInterceptors)ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setCustomPostCommandInterceptors(java.util.List<CommandInterceptor> customPostCommandInterceptors)ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setCustomPreCommandInterceptors(java.util.List<CommandInterceptor> customPreCommandInterceptors)Constructors in org.activiti.engine.impl.cfg with parameters of type CommandInterceptor Constructor Description CommandExecutorImpl(CommandConfig defaultConfig, CommandInterceptor first) -
Uses of CommandInterceptor in org.activiti.engine.impl.cfg.multitenant
Methods in org.activiti.engine.impl.cfg.multitenant that return CommandInterceptor Modifier and Type Method Description CommandInterceptorMultiSchemaMultiTenantProcessEngineConfiguration. createTransactionInterceptor()Deprecated. -
Uses of CommandInterceptor in org.activiti.engine.impl.interceptor
Classes in org.activiti.engine.impl.interceptor that implement CommandInterceptor Modifier and Type Class Description classAbstractCommandInterceptorclassCommandContextInterceptorclassCommandInvokerclassDebugCommandInvokerclassJtaRetryInterceptorWe cannot perform a retry if we are called in an existing transaction.classJtaTransactionInterceptorclassLogInterceptorclassRetryInterceptorInterceptsActivitiOptimisticLockingExceptionand tries to run the same command again.classTransactionContextInterceptorFields in org.activiti.engine.impl.interceptor declared as CommandInterceptor Modifier and Type Field Description protected CommandInterceptorAbstractCommandInterceptor. nextwill be initialized by theProcessEngineConfigurationMethods in org.activiti.engine.impl.interceptor that return CommandInterceptor Modifier and Type Method Description CommandInterceptorAbstractCommandInterceptor. getNext()CommandInterceptorCommandInterceptor. getNext()CommandInterceptorCommandInvoker. getNext()Methods in org.activiti.engine.impl.interceptor with parameters of type CommandInterceptor Modifier and Type Method Description voidAbstractCommandInterceptor. setNext(CommandInterceptor next)voidCommandInterceptor. setNext(CommandInterceptor next)voidCommandInvoker. setNext(CommandInterceptor next) -
Uses of CommandInterceptor in org.activiti.engine.test.impl.logger
Classes in org.activiti.engine.test.impl.logger that implement CommandInterceptor Modifier and Type Class Description classLoggingCommandInvoker -
Uses of CommandInterceptor in org.activiti.engine.test.profiler
Classes in org.activiti.engine.test.profiler that implement CommandInterceptor Modifier and Type Class Description classTotalExecutionTimeCommandInterceptor
-