Uses of Interface
org.activiti.engine.impl.interceptor.CommandExecutor
-
-
Uses of CommandExecutor in org.activiti.engine.impl
Fields in org.activiti.engine.impl declared as CommandExecutor Modifier and Type Field Description protected CommandExecutorAbstractNativeQuery. commandExecutorprotected CommandExecutorAbstractQuery. commandExecutorprotected CommandExecutorProcessEngineImpl. commandExecutorprotected CommandExecutorProcessInstanceHistoryLogQueryImpl. commandExecutorprotected CommandExecutorServiceImpl. commandExecutorMethods in org.activiti.engine.impl that return CommandExecutor Modifier and Type Method Description CommandExecutorServiceImpl. getCommandExecutor()Methods in org.activiti.engine.impl with parameters of type CommandExecutor Modifier and Type Method Description AbstractNativeQuery<T,U>AbstractNativeQuery. setCommandExecutor(CommandExecutor commandExecutor)AbstractQuery<T,U>AbstractQuery. setCommandExecutor(CommandExecutor commandExecutor)voidServiceImpl. setCommandExecutor(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.activiti.engine.impl.cfg
Classes in org.activiti.engine.impl.cfg that implement CommandExecutor Modifier and Type Class Description classCommandExecutorImplCommand executor that passes commands to the first interceptor in the chain.Fields in org.activiti.engine.impl.cfg declared as CommandExecutor Modifier and Type Field Description protected CommandExecutorProcessEngineConfigurationImpl. commandExecutorthis will be initialized during the configurationComplete()Methods in org.activiti.engine.impl.cfg that return CommandExecutor Modifier and Type Method Description CommandExecutorProcessEngineConfigurationImpl. getCommandExecutor()Methods in org.activiti.engine.impl.cfg with parameters of type CommandExecutor Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setCommandExecutor(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.activiti.engine.impl.db
Fields in org.activiti.engine.impl.db declared as CommandExecutor Modifier and Type Field Description protected CommandExecutorDbIdGenerator. commandExecutorMethods in org.activiti.engine.impl.db that return CommandExecutor Modifier and Type Method Description CommandExecutorDbIdGenerator. getCommandExecutor()Methods in org.activiti.engine.impl.db with parameters of type CommandExecutor Modifier and Type Method Description voidDbIdGenerator. setCommandExecutor(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.activiti.engine.impl.jobexecutor
Fields in org.activiti.engine.impl.jobexecutor declared as CommandExecutor Modifier and Type Field Description protected CommandExecutorFailedJobListener. commandExecutorConstructors in org.activiti.engine.impl.jobexecutor with parameters of type CommandExecutor Constructor Description FailedJobListener(CommandExecutor commandExecutor, Job job) -
Uses of CommandExecutor in org.activiti.engine.impl.persistence
Methods in org.activiti.engine.impl.persistence that return CommandExecutor Modifier and Type Method Description protected CommandExecutorAbstractManager. getCommandExecutor() -
Uses of CommandExecutor in org.activiti.engine.impl.persistence.deploy
Fields in org.activiti.engine.impl.persistence.deploy declared as CommandExecutor Modifier and Type Field Description protected CommandExecutorProcessDefinitionInfoCache. commandExecutorConstructors in org.activiti.engine.impl.persistence.deploy with parameters of type CommandExecutor Constructor Description ProcessDefinitionInfoCache(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 Constructor Description IntegrationContextServiceImpl(CommandExecutor commandExecutor)
-