| Package | Description |
|---|---|
| org.flowable.dmn.engine.impl | |
| org.flowable.dmn.engine.impl.cfg | |
| org.flowable.dmn.engine.impl.cmd | |
| org.flowable.dmn.engine.impl.interceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNativeQuery<T extends NativeQuery<?,?>,U>
Abstract superclass for all native query types.
|
class |
AbstractQuery<T extends Query<?,?>,U>
Abstract superclass for all query types.
|
class |
DecisionTableQueryImpl |
class |
DmnDeploymentQueryImpl |
class |
NativeDecisionTableQueryImpl |
class |
NativeDmnDeploymentQueryImpl |
class |
TablePageQueryImpl |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
CommandExecutorImpl.execute(Command<T> command) |
<T> T |
CommandExecutorImpl.execute(CommandConfig config,
Command<T> command) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteDeploymentCmd |
class |
DeployCmd<T> |
class |
ExecuteCustomSqlCmd<Mapper,ResultType> |
class |
ExecuteDecisionCmd |
class |
ExecuteDecisionSingleResultCmd |
class |
ExecuteDecisionSingleResultWithAuditTrailCmd |
class |
ExecuteDecisionWithAuditTrailCmd |
class |
GetDeploymentDecisionTableCmd |
class |
GetDeploymentDmnResourceCmd
Gives access to a deployed decision table model, e.g., a DMN XML file, through a stream of bytes.
|
class |
GetDeploymentResourceCmd |
class |
GetDeploymentResourceNamesCmd |
class |
GetDmnDefinitionCmd |
class |
GetTableCountCmd |
class |
GetTableMetaDataCmd |
class |
GetTableNameCmd |
class |
SetDecisionTableCategoryCmd |
class |
SetDeploymentCategoryCmd |
class |
SetDeploymentTenantIdCmd |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
CommandContextFactory.createCommandContext(Command<?> cmd) |
<T> T |
CommandExecutor.execute(Command<T> command)
Execute a command with the default
CommandConfig. |
<T> T |
TransactionContextInterceptor.execute(CommandConfig config,
Command<T> command) |
<T> T |
LogInterceptor.execute(CommandConfig config,
Command<T> command) |
<T> T |
CommandInvoker.execute(CommandConfig config,
Command<T> command) |
<T> T |
CommandInterceptor.execute(CommandConfig config,
Command<T> command) |
<T> T |
CommandExecutor.execute(CommandConfig config,
Command<T> command)
Execute a command with the specified
CommandConfig. |
<T> T |
CommandContextInterceptor.execute(CommandConfig config,
Command<T> command) |
| Constructor and Description |
|---|
CommandContext(Command<?> command,
DmnEngineConfiguration dmnEngineConfiguration) |
Copyright © 2017 Flowable. All rights reserved.