| Modifier and Type | Field and Description |
|---|---|
protected CommandContext |
AbstractQuery.commandContext |
protected CommandContext |
AbstractNativeQuery.commandContext |
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractQuery.execute(CommandContext commandContext) |
Object |
AbstractNativeQuery.execute(CommandContext commandContext) |
abstract long |
AbstractQuery.executeCount(CommandContext commandContext) |
long |
DmnDeploymentQueryImpl.executeCount(CommandContext commandContext) |
long |
DecisionTableQueryImpl.executeCount(CommandContext commandContext) |
long |
NativeDmnDeploymentQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeDecisionTableQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
abstract long |
AbstractNativeQuery.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<DmnDeployment> |
NativeDmnDeploymentQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
List<DmnDecisionTable> |
NativeDecisionTableQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
abstract List<U> |
AbstractNativeQuery.executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults)
Executes the actual query to retrieve the list of results.
|
abstract List<U> |
AbstractQuery.executeList(CommandContext commandContext,
Page page)
Executes the actual query to retrieve the list of results.
|
List<DmnDeployment> |
DmnDeploymentQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<DmnDecisionTable> |
DecisionTableQueryImpl.executeList(CommandContext commandContext,
Page page) |
U |
AbstractQuery.executeSingleResult(CommandContext commandContext) |
U |
AbstractNativeQuery.executeSingleResult(CommandContext commandContext) |
| Constructor and Description |
|---|
AbstractNativeQuery(CommandContext commandContext) |
AbstractQuery(CommandContext commandContext) |
DecisionTableQueryImpl(CommandContext commandContext) |
DmnDeploymentQueryImpl(CommandContext commandContext) |
NativeDecisionTableQueryImpl(CommandContext commandContext) |
NativeDmnDeploymentQueryImpl(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionListener.execute(CommandContext commandContext) |
TransactionContext |
TransactionContextFactory.openTransactionContext(CommandContext commandContext) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandContext |
StandaloneMybatisTransactionContext.commandContext |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StandaloneMybatisTransactionContext.executeTransactionListeners(List<TransactionListener> transactionListeners,
CommandContext commandContext) |
TransactionContext |
StandaloneMybatisTransactionContextFactory.openTransactionContext(CommandContext commandContext) |
| Constructor and Description |
|---|
StandaloneMybatisTransactionContext(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
DmnDeployment |
DeployCmd.execute(CommandContext commandContext) |
InputStream |
GetDeploymentResourceCmd.execute(CommandContext commandContext) |
Void |
SetDeploymentCategoryCmd.execute(CommandContext commandContext) |
List<String> |
GetDeploymentResourceNamesCmd.execute(CommandContext commandContext) |
DmnDefinition |
GetDmnDefinitionCmd.execute(CommandContext commandContext) |
DecisionTableEntity |
GetDeploymentDecisionTableCmd.execute(CommandContext commandContext) |
InputStream |
GetDeploymentDmnResourceCmd.execute(CommandContext commandContext) |
Void |
SetDeploymentTenantIdCmd.execute(CommandContext commandContext) |
RuleEngineExecutionResult |
ExecuteDecisionCmd.execute(CommandContext commandContext) |
Void |
DeleteDeploymentCmd.execute(CommandContext commandContext) |
Void |
SetDecisionTableCategoryCmd.execute(CommandContext commandContext) |
| Modifier and Type | Field and Description |
|---|---|
protected static ThreadLocal<Stack<CommandContext>> |
Context.commandContextThreadLocal |
| Modifier and Type | Method and Description |
|---|---|
static CommandContext |
Context.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Context.setCommandContext(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
Session |
DbSqlSessionFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
CommandContextFactory.createCommandContext(Command<?> cmd) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandContextCloseListener.closed(CommandContext commandContext) |
void |
CommandContextCloseListener.closing(CommandContext commandContext) |
T |
Command.execute(CommandContext commandContext) |
Session |
SessionFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected CommandContext |
AbstractManager.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
Session |
GenericManagerFactory.openSession(CommandContext commandContext) |
Copyright © 2017 Alfresco. All rights reserved.