Uses of Interface
org.activiti.engine.impl.interceptor.CommandExecutor
Packages that use CommandExecutor
Package
Description
-
Uses of CommandExecutor in org.activiti.engine.impl
Fields in org.activiti.engine.impl declared as CommandExecutorModifier and TypeFieldDescriptionprotected CommandExecutorAbstractNativeQuery.commandExecutorprotected CommandExecutorAbstractQuery.commandExecutorprotected CommandExecutorProcessEngineImpl.commandExecutorprotected CommandExecutorProcessInstanceHistoryLogQueryImpl.commandExecutorprotected CommandExecutorServiceImpl.commandExecutorMethods in org.activiti.engine.impl that return CommandExecutorMethods in org.activiti.engine.impl with parameters of type CommandExecutorModifier and TypeMethodDescriptionAbstractNativeQuery.setCommandExecutor(CommandExecutor commandExecutor) AbstractQuery.setCommandExecutor(CommandExecutor commandExecutor) voidServiceImpl.setCommandExecutor(CommandExecutor commandExecutor) Constructors in org.activiti.engine.impl with parameters of type CommandExecutorModifierConstructorDescriptionprotectedAbstractNativeQuery(CommandExecutor commandExecutor) protectedAbstractQuery(CommandExecutor commandExecutor) AbstractVariableQueryImpl(CommandExecutor commandExecutor) DeadLetterJobQueryImpl(CommandExecutor commandExecutor) DeploymentQueryImpl(CommandExecutor commandExecutor) EventSubscriptionQueryImpl(CommandExecutor commandExecutor) ExecutionQueryImpl(CommandExecutor commandExecutor) HistoricActivityInstanceQueryImpl(CommandExecutor commandExecutor) HistoricDetailQueryImpl(CommandExecutor commandExecutor) HistoricProcessInstanceQueryImpl(CommandExecutor commandExecutor) HistoricTaskInstanceQueryImpl(CommandExecutor commandExecutor) HistoricTaskInstanceQueryImpl(CommandExecutor commandExecutor, String databaseType) HistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor) JobQueryImpl(CommandExecutor commandExecutor) ModelQueryImpl(CommandExecutor commandExecutor) NativeDeploymentQueryImpl(CommandExecutor commandExecutor) NativeExecutionQueryImpl(CommandExecutor commandExecutor) NativeHistoricActivityInstanceQueryImpl(CommandExecutor commandExecutor) NativeHistoricDetailQueryImpl(CommandExecutor commandExecutor) NativeHistoricProcessInstanceQueryImpl(CommandExecutor commandExecutor) NativeHistoricTaskInstanceQueryImpl(CommandExecutor commandExecutor) NativeHistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor) NativeModelQueryImpl(CommandExecutor commandExecutor) NativeProcessDefinitionQueryImpl(CommandExecutor commandExecutor) NativeProcessInstanceQueryImpl(CommandExecutor commandExecutor) NativeTaskQueryImpl(CommandExecutor commandExecutor) ProcessDefinitionQueryImpl(CommandExecutor commandExecutor) ProcessInstanceHistoryLogQueryImpl(CommandExecutor commandExecutor, String processInstanceId) ProcessInstanceQueryImpl(CommandExecutor commandExecutor) SuspendedJobQueryImpl(CommandExecutor commandExecutor) TablePageQueryImpl(CommandExecutor commandExecutor) TaskQueryImpl(CommandExecutor commandExecutor) TaskQueryImpl(CommandExecutor commandExecutor, String databaseType) TimerJobQueryImpl(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.activiti.engine.impl.cfg
Classes in org.activiti.engine.impl.cfg that implement CommandExecutorModifier and TypeClassDescriptionclassCommand executor that passes commands to the first interceptor in the chain.Fields in org.activiti.engine.impl.cfg declared as CommandExecutorModifier and TypeFieldDescriptionprotected CommandExecutorProcessEngineConfigurationImpl.commandExecutorthis will be initialized during the configurationComplete()Methods in org.activiti.engine.impl.cfg that return CommandExecutorMethods in org.activiti.engine.impl.cfg with parameters of type CommandExecutorModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCommandExecutor(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.activiti.engine.impl.db
Fields in org.activiti.engine.impl.db declared as CommandExecutorMethods in org.activiti.engine.impl.db that return CommandExecutorMethods in org.activiti.engine.impl.db with parameters of type CommandExecutorModifier and TypeMethodDescriptionvoidDbIdGenerator.setCommandExecutor(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.activiti.engine.impl.jobexecutor
Fields in org.activiti.engine.impl.jobexecutor declared as CommandExecutorConstructors in org.activiti.engine.impl.jobexecutor with parameters of type CommandExecutor -
Uses of CommandExecutor in org.activiti.engine.impl.persistence
Methods in org.activiti.engine.impl.persistence that return CommandExecutor -
Uses of CommandExecutor in org.activiti.engine.impl.persistence.deploy
Fields in org.activiti.engine.impl.persistence.deploy declared as CommandExecutorModifier and TypeFieldDescriptionprotected CommandExecutorProcessDefinitionInfoCache.commandExecutorConstructors in org.activiti.engine.impl.persistence.deploy with parameters of type CommandExecutorModifierConstructorDescriptionProcessDefinitionInfoCache(CommandExecutor commandExecutor) Cache with no limitProcessDefinitionInfoCache(CommandExecutor commandExecutor, int limit) Cache which has a hard limit: no more elements will be cached than the limit. -
Uses of CommandExecutor in org.activiti.engine.integration
Constructors in org.activiti.engine.integration with parameters of type CommandExecutor