Package | Description |
---|---|
org.activiti.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.activiti.engine.impl.asyncexecutor | |
org.activiti.engine.impl.asyncexecutor.multitenant | |
org.activiti.engine.impl.cfg | |
org.activiti.engine.impl.db | |
org.activiti.engine.impl.jobexecutor | |
org.activiti.engine.impl.persistence.deploy |
Modifier and Type | Field and Description |
---|---|
protected CommandExecutor |
ServiceImpl.commandExecutor |
protected CommandExecutor |
ProcessInstanceHistoryLogQueryImpl.commandExecutor |
protected CommandExecutor |
ProcessEngineImpl.commandExecutor |
protected CommandExecutor |
AbstractQuery.commandExecutor |
protected CommandExecutor |
AbstractNativeQuery.commandExecutor |
Modifier and Type | Method and Description |
---|---|
CommandExecutor |
ServiceImpl.getCommandExecutor() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceImpl.setCommandExecutor(CommandExecutor commandExecutor) |
AbstractQuery<T,U> |
AbstractQuery.setCommandExecutor(CommandExecutor commandExecutor) |
AbstractNativeQuery<T,U> |
AbstractNativeQuery.setCommandExecutor(CommandExecutor commandExecutor) |
Modifier and Type | Field and Description |
---|---|
protected CommandExecutor |
ExecuteAsyncRunnable.commandExecutor |
protected CommandExecutor |
AbstractAsyncJobExecutor.commandExecutor |
Modifier and Type | Method and Description |
---|---|
CommandExecutor |
AsyncExecutor.getCommandExecutor() |
CommandExecutor |
AbstractAsyncJobExecutor.getCommandExecutor() |
Modifier and Type | Method and Description |
---|---|
Runnable |
ExecuteAsyncRunnableFactory.createExecuteAsyncRunnable(JobEntity jobEntity,
CommandExecutor commandExecutor) |
Runnable |
DefaultExecuteAsyncRunnableFactory.createExecuteAsyncRunnable(JobEntity jobEntity,
CommandExecutor commandExecutor) |
void |
AsyncExecutor.setCommandExecutor(CommandExecutor commandExecutor) |
void |
AbstractAsyncJobExecutor.setCommandExecutor(CommandExecutor commandExecutor) |
Constructor and Description |
---|
ExecuteAsyncRunnable(JobEntity job,
CommandExecutor commandExecutor) |
Modifier and Type | Field and Description |
---|---|
protected CommandExecutor |
ExecutorPerTenantAsyncExecutor.commandExecutor |
Modifier and Type | Method and Description |
---|---|
CommandExecutor |
ExecutorPerTenantAsyncExecutor.getCommandExecutor() |
Modifier and Type | Method and Description |
---|---|
Runnable |
TenantAwareExecuteAsyncRunnableFactory.createExecuteAsyncRunnable(JobEntity jobEntity,
CommandExecutor commandExecutor) |
void |
ExecutorPerTenantAsyncExecutor.setCommandExecutor(CommandExecutor commandExecutor) |
Constructor and Description |
---|
TenantAwareExecuteAsyncRunnable(JobEntity job,
CommandExecutor commandExecutor,
TenantInfoHolder tenantInfoHolder,
String tenantId) |
Modifier and Type | Class and Description |
---|---|
class |
CommandExecutorImpl
Command executor that passes commands to the first interceptor in the chain.
|
Modifier and Type | Field and Description |
---|---|
protected CommandExecutor |
ProcessEngineConfigurationImpl.commandExecutor
this will be initialized during the configurationComplete()
|
Modifier and Type | Method and Description |
---|---|
CommandExecutor |
ProcessEngineConfigurationImpl.getCommandExecutor() |
Modifier and Type | Method and Description |
---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setCommandExecutor(CommandExecutor commandExecutor) |
Modifier and Type | Field and Description |
---|---|
protected CommandExecutor |
DbIdGenerator.commandExecutor |
Modifier and Type | Method and Description |
---|---|
CommandExecutor |
DbIdGenerator.getCommandExecutor() |
Modifier and Type | Method and Description |
---|---|
void |
DbIdGenerator.setCommandExecutor(CommandExecutor commandExecutor) |
Modifier and Type | Field and Description |
---|---|
protected CommandExecutor |
JobExecutor.commandExecutor |
protected CommandExecutor |
FailedJobListener.commandExecutor |
Modifier and Type | Method and Description |
---|---|
CommandExecutor |
JobExecutor.getCommandExecutor() |
Modifier and Type | Method and Description |
---|---|
void |
JobExecutor.setCommandExecutor(CommandExecutor commandExecutor) |
Constructor and Description |
---|
FailedJobListener(CommandExecutor commandExecutor,
String jobId) |
Modifier and Type | Field and Description |
---|---|
protected CommandExecutor |
ProcessDefinitionInfoCache.commandExecutor |
Constructor and Description |
---|
ProcessDefinitionInfoCache(CommandExecutor commandExecutor)
Cache with no limit
|
ProcessDefinitionInfoCache(CommandExecutor commandExecutor,
int limit)
Cache which has a hard limit: no more elements will be cached than the limit.
|
Copyright © 2016 Alfresco. All rights reserved.