|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Command | |
|---|---|
| org.camunda.bpm.engine.impl | API implementation classes, which shouldn't directly be used by end-users. |
| org.camunda.bpm.engine.impl.cmd | |
| org.camunda.bpm.engine.impl.identity.db | |
| org.camunda.bpm.engine.impl.interceptor | |
| org.camunda.bpm.engine.impl.jobexecutor | |
| org.camunda.bpm.engine.impl.mail | |
| Uses of Command in org.camunda.bpm.engine.impl |
|---|
| Uses of Command in org.camunda.bpm.engine.impl.cmd |
|---|
| Uses of Command in org.camunda.bpm.engine.impl.identity.db |
|---|
| Classes in org.camunda.bpm.engine.impl.identity.db that implement Command | |
|---|---|
class |
DbGroupQueryImpl
|
class |
DbUserQueryImpl
|
| Uses of Command in org.camunda.bpm.engine.impl.interceptor |
|---|
| Fields in org.camunda.bpm.engine.impl.interceptor declared as Command | |
|---|---|
protected Command<?> |
CommandContext.command
|
| Methods in org.camunda.bpm.engine.impl.interceptor that return Command | |
|---|---|
Command<?> |
CommandContext.getCommand()
|
| Methods in org.camunda.bpm.engine.impl.interceptor with parameters of type Command | ||
|---|---|---|
CommandContext |
TxContextCommandContextFactory.createCommandContext(Command<?> cmd)
|
|
CommandContext |
CommandContextFactory.createCommandContext(Command<?> cmd)
|
|
|
JtaTransactionInterceptor.execute(Command<T> command)
|
|
|
JtaRetryInterceptor.execute(Command<T> command)
|
|
|
CommandContextInterceptor.execute(Command<T> command)
|
|
|
RetryInterceptor.execute(Command<T> command)
|
|
|
CommandExecutor.execute(Command<T> command)
|
|
|
CommandExecutorImpl.execute(Command<T> command)
|
|
|
LogInterceptor.execute(Command<T> command)
|
|
| Constructors in org.camunda.bpm.engine.impl.interceptor with parameters of type Command | |
|---|---|
CommandContext(Command<?> command,
ProcessEngineConfigurationImpl processEngineConfiguration)
|
|
CommandContext(Command<?> cmd,
ProcessEngineConfigurationImpl processEngineConfiguration,
TransactionContextFactory transactionContextFactory)
|
|
| Uses of Command in org.camunda.bpm.engine.impl.jobexecutor |
|---|
| Classes in org.camunda.bpm.engine.impl.jobexecutor that implement Command | |
|---|---|
class |
GetUnlockedTimersByDuedateCmd
|
| Fields in org.camunda.bpm.engine.impl.jobexecutor declared as Command | |
|---|---|
protected Command<AcquiredJobs> |
JobExecutor.acquireJobsCmd
|
| Methods in org.camunda.bpm.engine.impl.jobexecutor that return Command | |
|---|---|
Command<AcquiredJobs> |
JobExecutor.getAcquireJobsCmd()
|
Command<Object> |
DefaultFailedJobCommandFactory.getCommand(String jobId,
Throwable exception)
|
Command<Object> |
FailedJobCommandFactory.getCommand(String jobId,
Throwable exception)
|
Command<Object> |
FoxFailedJobCommandFactory.getCommand(String jobId,
Throwable exception)
|
| Methods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type Command | |
|---|---|
void |
JobExecutor.setAcquireJobsCmd(Command<AcquiredJobs> acquireJobsCmd)
|
| Uses of Command in org.camunda.bpm.engine.impl.mail |
|---|
| Classes in org.camunda.bpm.engine.impl.mail that implement Command | |
|---|---|
class |
CreateMailScanCmd
|
class |
MailScanCmd
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||