Uses of Class
org.flowable.common.engine.impl.interceptor.CommandContext
Packages that use CommandContext
Package
Description
-
Uses of CommandContext in org.flowable.common.engine.impl.agenda
Fields in org.flowable.common.engine.impl.agenda declared as CommandContextMethods in org.flowable.common.engine.impl.agenda that return CommandContextMethods in org.flowable.common.engine.impl.agenda with parameters of type CommandContextModifier and TypeMethodDescriptionvoidAgendaOperationExecutionListener.afterExecute(CommandContext commandContext, Runnable runnable) voidAgendaOperationExecutionListener.afterExecuteException(CommandContext commandContext, Runnable runnable, Throwable error) voidAgendaOperationExecutionListener.beforeExecute(CommandContext commandContext, Runnable runnable) voidAgendaOperationRunner.executeOperation(CommandContext commandContext, Runnable runnable) AgendaFutureMaxWaitTimeoutProvider.getMaxWaitTimeout(CommandContext commandContext) voidAbstractAgenda.setCommandContext(CommandContext commandContext) Constructors in org.flowable.common.engine.impl.agenda with parameters of type CommandContext -
Uses of CommandContext in org.flowable.common.engine.impl.cfg
Methods in org.flowable.common.engine.impl.cfg with parameters of type CommandContextModifier and TypeMethodDescriptionvoidTransactionListener.execute(CommandContext commandContext) TransactionContextFactory.openTransactionContext(CommandContext commandContext) -
Uses of CommandContext in org.flowable.common.engine.impl.cfg.jta
Methods in org.flowable.common.engine.impl.cfg.jta with parameters of type CommandContextModifier and TypeMethodDescriptionJtaTransactionContextFactory.openTransactionContext(CommandContext commandContext) Constructors in org.flowable.common.engine.impl.cfg.jta with parameters of type CommandContextModifierConstructorDescriptionTransactionStateSynchronization(TransactionState transactionState, TransactionListener transactionListener, CommandContext commandContext) -
Uses of CommandContext in org.flowable.common.engine.impl.cfg.standalone
Fields in org.flowable.common.engine.impl.cfg.standalone declared as CommandContextModifier and TypeFieldDescriptionprotected CommandContextStandaloneMybatisTransactionContext.commandContextMethods in org.flowable.common.engine.impl.cfg.standalone with parameters of type CommandContextModifier and TypeMethodDescriptionprotected voidStandaloneMybatisTransactionContext.executeTransactionListeners(List<TransactionListener> transactionListeners, CommandContext commandContext) StandaloneMybatisTransactionContextFactory.openTransactionContext(CommandContext commandContext) Constructors in org.flowable.common.engine.impl.cfg.standalone with parameters of type CommandContext -
Uses of CommandContext in org.flowable.common.engine.impl.cmd
Methods in org.flowable.common.engine.impl.cmd with parameters of type CommandContextModifier and TypeMethodDescriptionGetLockValueCmd.execute(CommandContext commandContext) GetPropertiesCmd.execute(CommandContext commandContext) GetTableCountCmd.execute(CommandContext commandContext) GetTableMetaDataCmd.execute(CommandContext commandContext) LockCmd.execute(CommandContext commandContext) ReleaseLockCmd.execute(CommandContext commandContext) -
Uses of CommandContext in org.flowable.common.engine.impl.context
Fields in org.flowable.common.engine.impl.context with type parameters of type CommandContextModifier and TypeFieldDescriptionprotected static ThreadLocal<Stack<CommandContext>>Context.commandContextThreadLocalMethods in org.flowable.common.engine.impl.context that return CommandContextMethods in org.flowable.common.engine.impl.context with parameters of type CommandContextModifier and TypeMethodDescriptionstatic voidContext.setCommandContext(CommandContext commandContext) -
Uses of CommandContext in org.flowable.common.engine.impl.db
Methods in org.flowable.common.engine.impl.db that return CommandContextModifier and TypeMethodDescriptionprotected CommandContextAbstractDataManager.getCommandContext()Methods in org.flowable.common.engine.impl.db with parameters of type CommandContext -
Uses of CommandContext in org.flowable.common.engine.impl.event
Methods in org.flowable.common.engine.impl.event with parameters of type CommandContextModifier and TypeMethodDescriptionvoidEventDispatchAction.dispatchEvent(CommandContext commandContext, FlowableEventSupport eventSupport, FlowableEvent event) voidExecuteEventListenerTransactionListener.execute(CommandContext commandContext) -
Uses of CommandContext in org.flowable.common.engine.impl.interceptor
Methods in org.flowable.common.engine.impl.interceptor that return CommandContextMethods in org.flowable.common.engine.impl.interceptor with parameters of type CommandContextModifier and TypeMethodDescriptionvoidCommandContextCloseListener.afterSessionsFlush(CommandContext commandContext) Called when theSessionhave been successfully flushed.voidTransactionCommandContextCloseListener.afterSessionsFlush(CommandContext commandContext) voidCommandContextCloseListener.closed(CommandContext commandContext) Called when theCommandContextis successfully closed.voidTransactionCommandContextCloseListener.closed(CommandContext commandContext) voidCommandContextCloseListener.closeFailure(CommandContext commandContext) Called when theCommandContexthas not been successfully closed due to an exception that happened.voidTransactionCommandContextCloseListener.closeFailure(CommandContext commandContext) voidCommandContextCloseListener.closing(CommandContext commandContext) Called when theCommandContextis being closed, but no 'close logic' has been executed.voidTransactionCommandContextCloseListener.closing(CommandContext commandContext) Command.execute(CommandContext commandContext) SessionFactory.openSession(CommandContext commandContext) -
Uses of CommandContext in org.flowable.common.engine.impl.logging
Fields in org.flowable.common.engine.impl.logging declared as CommandContextMethods in org.flowable.common.engine.impl.logging with parameters of type CommandContextModifier and TypeMethodDescriptionvoidLoggingSessionCommandContextCloseListener.afterSessionsFlush(CommandContext commandContext) voidLoggingSessionCommandContextCloseListener.closed(CommandContext commandContext) voidLoggingSessionCommandContextCloseListener.closeFailure(CommandContext commandContext) voidLoggingSessionCommandContextCloseListener.closing(CommandContext commandContext) LoggingSessionFactory.openSession(CommandContext commandContext) Constructors in org.flowable.common.engine.impl.logging with parameters of type CommandContextModifierConstructorDescriptionLoggingSession(CommandContext commandContext, LoggingListener loggingListener, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of CommandContext in org.flowable.common.engine.impl.persistence
Methods in org.flowable.common.engine.impl.persistence with parameters of type CommandContextModifier and TypeMethodDescriptionGenericManagerFactory.openSession(CommandContext commandContext) -
Uses of CommandContext in org.flowable.common.engine.impl.persistence.entity
Methods in org.flowable.common.engine.impl.persistence.entity with parameters of type CommandContextModifier and TypeMethodDescriptionTablePageQueryImpl.execute(CommandContext commandContext) protected AbstractEngineConfigurationByteArrayRef.getEngineConfiguration(String engineType, CommandContext commandContext) protected AbstractEngineConfigurationByteArrayRef.getEngineConfigurationForAllType(CommandContext commandContext) protected AbstractEngineConfigurationByteArrayRef.getFirstEngineConfigurationWithByteArrayEntityManager(CommandContext commandContext) -
Uses of CommandContext in org.flowable.common.engine.impl.query
Fields in org.flowable.common.engine.impl.query declared as CommandContextModifier and TypeFieldDescriptionprotected CommandContextAbstractNativeQuery.commandContextprotected CommandContextAbstractQuery.commandContextMethods in org.flowable.common.engine.impl.query with parameters of type CommandContextModifier and TypeMethodDescriptionAbstractNativeQuery.execute(CommandContext commandContext) AbstractQuery.execute(CommandContext commandContext) abstract longAbstractNativeQuery.executeCount(CommandContext commandContext, Map<String, Object> parameterMap) abstract longAbstractQuery.executeCount(CommandContext commandContext) AbstractNativeQuery.executeList(CommandContext commandContext, Map<String, Object> parameterMap) Executes the actual query to retrieve the list of results.AbstractQuery.executeList(CommandContext commandContext) Executes the actual query to retrieve the list of results.AbstractNativeQuery.executeSingleResult(CommandContext commandContext) AbstractQuery.executeSingleResult(CommandContext commandContext) Constructors in org.flowable.common.engine.impl.query with parameters of type CommandContextModifierConstructorDescriptionAbstractNativeQuery(CommandContext commandContext) AbstractQuery(CommandContext commandContext) -
Uses of CommandContext in org.flowable.common.engine.impl.tenant
Methods in org.flowable.common.engine.impl.tenant with parameters of type CommandContextModifier and TypeMethodDescriptionprotected voidBaseChangeTenantIdCmd.beforeReturn(CommandContext commandContext, ChangeTenantIdResult result) protected voidExecuteChangeTenantIdCmd.beforeReturn(CommandContext commandContext, ChangeTenantIdResult result) BaseChangeTenantIdCmd.execute(CommandContext commandContext) protected AbstractEngineConfigurationBaseChangeTenantIdCmd.getEngineConfiguration(CommandContext commandContext) -
Uses of CommandContext in org.flowable.common.engine.impl.variablelistener
Fields in org.flowable.common.engine.impl.variablelistener declared as CommandContextMethods in org.flowable.common.engine.impl.variablelistener with parameters of type CommandContextModifier and TypeMethodDescriptionVariableListenerSessionFactory.openSession(CommandContext commandContext)