Uses of Class
org.activiti.engine.impl.interceptor.AbstractCommandInterceptor
-
Packages that use AbstractCommandInterceptor Package Description org.activiti.engine.impl.interceptor org.activiti.engine.test.impl.logger org.activiti.engine.test.profiler -
-
Uses of AbstractCommandInterceptor in org.activiti.engine.impl.interceptor
Subclasses of AbstractCommandInterceptor in org.activiti.engine.impl.interceptor Modifier and Type Class Description classCommandContextInterceptorclassCommandInvokerclassDebugCommandInvokerclassJtaRetryInterceptorWe cannot perform a retry if we are called in an existing transaction.classJtaTransactionInterceptorclassLogInterceptorclassRetryInterceptorInterceptsActivitiOptimisticLockingExceptionand tries to run the same command again.classTransactionContextInterceptor -
Uses of AbstractCommandInterceptor in org.activiti.engine.test.impl.logger
Subclasses of AbstractCommandInterceptor in org.activiti.engine.test.impl.logger Modifier and Type Class Description classLoggingCommandInvoker -
Uses of AbstractCommandInterceptor in org.activiti.engine.test.profiler
Subclasses of AbstractCommandInterceptor in org.activiti.engine.test.profiler Modifier and Type Class Description classTotalExecutionTimeCommandInterceptor
-