Package org.operaton.bpm.engine.impl.interceptor
package org.operaton.bpm.engine.impl.interceptor
-
ClassDescriptionBase interceptor class for handling transactions for a command.An invocation of an atomic operationCommand<T>Interceptor used for opening the
CommandContextandCommandInvocationContext.Command context lifecycle eventsThe command executor for internal usage/In contrast toCommandContext, this context holds resources that are only valid during execution of a single command (i.e. the current command or an exception that was thrown during its execution).Interceptor responsible for handling calls to 'user code'.A command interceptor to catchProcessEngineExceptionerrors and assign error codes.Jakarta Transactions-based implementation of theAbstractTransactionInterceptorHolds the contextual process data.
New context properties are always part of a section that can be started byProcessDataContext.pushSection(ExecutionEntity).ThisCommandContextFactoryallows to explicitly pass in aTransactionContextFactory.