Uses of Class
org.flowable.common.engine.impl.interceptor.CommandContext
-
-
Uses of CommandContext in org.flowable.common.engine.impl.agenda
Fields in org.flowable.common.engine.impl.agenda declared as CommandContext Modifier and Type Field Description protected CommandContextAbstractAgenda. commandContextMethods in org.flowable.common.engine.impl.agenda that return CommandContext Modifier and Type Method Description CommandContextAbstractAgenda. getCommandContext()Methods in org.flowable.common.engine.impl.agenda with parameters of type CommandContext Modifier and Type Method Description voidAgendaOperationRunner. executeOperation(CommandContext commandContext, Runnable runnable)voidAbstractAgenda. setCommandContext(CommandContext commandContext)Constructors in org.flowable.common.engine.impl.agenda with parameters of type CommandContext Constructor Description AbstractAgenda(CommandContext commandContext) -
Uses of CommandContext in org.flowable.common.engine.impl.cfg
Methods in org.flowable.common.engine.impl.cfg with parameters of type CommandContext Modifier and Type Method Description voidTransactionListener. execute(CommandContext commandContext)TransactionContextTransactionContextFactory. 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 CommandContext Modifier and Type Method Description TransactionContextJtaTransactionContextFactory. openTransactionContext(CommandContext commandContext)Constructors in org.flowable.common.engine.impl.cfg.jta with parameters of type CommandContext Constructor Description TransactionStateSynchronization(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 CommandContext Modifier and Type Field Description protected CommandContextStandaloneMybatisTransactionContext. commandContextMethods in org.flowable.common.engine.impl.cfg.standalone with parameters of type CommandContext Modifier and Type Method Description protected voidStandaloneMybatisTransactionContext. executeTransactionListeners(List<TransactionListener> transactionListeners, CommandContext commandContext)TransactionContextStandaloneMybatisTransactionContextFactory. openTransactionContext(CommandContext commandContext)Constructors in org.flowable.common.engine.impl.cfg.standalone with parameters of type CommandContext Constructor Description StandaloneMybatisTransactionContext(CommandContext commandContext) -
Uses of CommandContext in org.flowable.common.engine.impl.cmd
Methods in org.flowable.common.engine.impl.cmd with parameters of type CommandContext Modifier and Type Method Description StringGetLockValueCmd. execute(CommandContext commandContext)Map<String,String>GetPropertiesCmd. execute(CommandContext commandContext)Map<String,Long>GetTableCountCmd. execute(CommandContext commandContext)TableMetaDataGetTableMetaDataCmd. execute(CommandContext commandContext)BooleanLockCmd. execute(CommandContext commandContext)VoidReleaseLockCmd. 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 CommandContext Modifier and Type Field Description protected static ThreadLocal<Stack<CommandContext>>Context. commandContextThreadLocalMethods in org.flowable.common.engine.impl.context that return CommandContext Modifier and Type Method Description static CommandContextContext. getCommandContext()Methods in org.flowable.common.engine.impl.context with parameters of type CommandContext Modifier and Type Method Description static voidContext. setCommandContext(CommandContext commandContext) -
Uses of CommandContext in org.flowable.common.engine.impl.db
Methods in org.flowable.common.engine.impl.db that return CommandContext Modifier and Type Method Description protected CommandContextAbstractDataManager. getCommandContext()Methods in org.flowable.common.engine.impl.db with parameters of type CommandContext Modifier and Type Method Description SessionDbSqlSessionFactory. openSession(CommandContext commandContext) -
Uses of CommandContext in org.flowable.common.engine.impl.event
Methods in org.flowable.common.engine.impl.event with parameters of type CommandContext Modifier and Type Method Description voidEventDispatchAction. 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 CommandContext Modifier and Type Method Description CommandContextCommandContextFactory. createCommandContext(Command<?> cmd)Methods in org.flowable.common.engine.impl.interceptor with parameters of type CommandContext Modifier and Type Method Description voidCommandContextCloseListener. 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)TCommand. execute(CommandContext commandContext)SessionSessionFactory. openSession(CommandContext commandContext) -
Uses of CommandContext in org.flowable.common.engine.impl.logging
Fields in org.flowable.common.engine.impl.logging declared as CommandContext Modifier and Type Field Description protected CommandContextLoggingSession. commandContextMethods in org.flowable.common.engine.impl.logging with parameters of type CommandContext Modifier and Type Method Description voidLoggingSessionCommandContextCloseListener. afterSessionsFlush(CommandContext commandContext)voidLoggingSessionCommandContextCloseListener. closed(CommandContext commandContext)voidLoggingSessionCommandContextCloseListener. closeFailure(CommandContext commandContext)voidLoggingSessionCommandContextCloseListener. closing(CommandContext commandContext)SessionLoggingSessionFactory. openSession(CommandContext commandContext)Constructors in org.flowable.common.engine.impl.logging with parameters of type CommandContext Constructor Description LoggingSession(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 CommandContext Modifier and Type Method Description SessionGenericManagerFactory. 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 CommandContext Modifier and Type Method Description TablePageTablePageQueryImpl. 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 CommandContext Modifier and Type Field Description protected CommandContextAbstractNativeQuery. commandContextprotected CommandContextAbstractQuery. commandContextMethods in org.flowable.common.engine.impl.query with parameters of type CommandContext Modifier and Type Method Description ObjectAbstractNativeQuery. execute(CommandContext commandContext)ObjectAbstractQuery. execute(CommandContext commandContext)abstract longAbstractNativeQuery. executeCount(CommandContext commandContext, Map<String,Object> parameterMap)abstract longAbstractQuery. executeCount(CommandContext commandContext)abstract List<U>AbstractNativeQuery. executeList(CommandContext commandContext, Map<String,Object> parameterMap)Executes the actual query to retrieve the list of results.abstract List<U>AbstractQuery. executeList(CommandContext commandContext)Executes the actual query to retrieve the list of results.UAbstractNativeQuery. executeSingleResult(CommandContext commandContext)UAbstractQuery. executeSingleResult(CommandContext commandContext)Constructors in org.flowable.common.engine.impl.query with parameters of type CommandContext Constructor Description AbstractNativeQuery(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 CommandContext Modifier and Type Method Description protected voidBaseChangeTenantIdCmd. beforeReturn(CommandContext commandContext, ChangeTenantIdResult result)protected voidExecuteChangeTenantIdCmd. beforeReturn(CommandContext commandContext, ChangeTenantIdResult result)ChangeTenantIdResultBaseChangeTenantIdCmd. 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 CommandContext Modifier and Type Field Description protected CommandContextVariableListenerSession. commandContextMethods in org.flowable.common.engine.impl.variablelistener with parameters of type CommandContext Modifier and Type Method Description SessionVariableListenerSessionFactory. openSession(CommandContext commandContext)
-