| Modifier and Type | Class and Description |
|---|---|
class |
GetAppModelCmd |
class |
GetAppModelJsonCmd |
class |
GetDeploymentAppDefinitionCmd |
class |
NeedsAppDefinitionCmd<T>
An abstract superclass for
Command implementations that want to verify the provided app is always active (ie. |
class |
SchemaOperationsAppEngineBuild |
class |
SetAppDefinitionCategoryCmd |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
AppCommandInvoker.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
| Modifier and Type | Class and Description |
|---|---|
class |
AppDefinitionQueryImpl |
class |
AppDeploymentQueryImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchQueryImpl |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
CmmnManagementServiceImpl.executeCommand(Command<T> command) |
<T> T |
CmmnManagementServiceImpl.executeCommand(CommandConfig config,
Command<T> command) |
| Modifier and Type | Class and Description |
|---|---|
class |
HistoricCaseInstanceQueryImpl |
class |
HistoricMilestoneInstanceQueryImpl |
class |
HistoricPlanItemInstanceQueryImpl |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
CmmnCommandInvoker.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
| Modifier and Type | Class and Description |
|---|---|
class |
CaseDefinitionQueryImpl |
class |
CmmnDeploymentQueryImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
CaseInstanceQueryImpl |
class |
MilestoneInstanceQueryImpl |
class |
PlanItemInstanceQueryImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Command<Void> |
AbstractEngineConfiguration.schemaManagementCmd |
| Modifier and Type | Method and Description |
|---|---|
Command<Void> |
AbstractEngineConfiguration.getSchemaManagementCmd() |
| Modifier and Type | Method and Description |
|---|---|
AbstractEngineConfiguration |
AbstractEngineConfiguration.setSchemaManagementCmd(Command<Void> schemaManagementCmd) |
| 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 |
GetLockValueCmd |
class |
GetPropertiesCmd |
class |
GetTableCountCmd |
class |
GetTableMetaDataCmd |
class |
LockCmd |
class |
ReleaseLockCmd |
| Modifier and Type | Field and Description |
|---|---|
protected Command<?> |
CommandContext.command |
| Modifier and Type | Method and Description |
|---|---|
Command<?> |
CommandContext.getCommand() |
| 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 |
CommandExecutor.execute(CommandConfig config,
Command<T> command)
Execute a command with the specified
CommandConfig. |
<T> T |
TransactionContextInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
DefaultCommandInvoker.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
CrDbRetryInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
CommandContextInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
JtaTransactionInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
RetryInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
JtaRetryInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
LogInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
CommandInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
| Constructor and Description |
|---|
CommandContext(Command<?> command) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
LockManagerImpl.executeCommand(Command<T> command) |
| Modifier and Type | Class and Description |
|---|---|
class |
TablePageQueryImpl |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EnsureCleanDbUtils.assertAndEnsureCleanDb(String testName,
org.slf4j.Logger logger,
AbstractEngineConfiguration engineConfiguration,
Collection<String> tableNamesExcludedFromDbCleanCheck,
boolean hasNoException,
Command<Void> dropAndRecreateDbCommand) |
static void |
EnsureCleanDbUtils.assertAndEnsureCleanDb(String testName,
org.slf4j.Logger logger,
AbstractEngineConfiguration engineConfiguration,
EnsureCleanDb ensureCleanDb,
boolean hasNoException,
Command<Void> dropAndRecreateDbCommand) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
SpringTransactionInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContentItemQueryImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateContentItemCmd |
class |
DeleteContentItemCmd |
class |
DeleteContentItemsByScopeCmd |
class |
DeleteContentItemsCmd |
class |
GetContentItemStreamCmd |
class |
SaveContentItemCmd |
class |
SchemaOperationsContentEngineBuild |
| Modifier and Type | Class and Description |
|---|---|
class |
DecisionQueryImpl |
class |
DmnDeploymentQueryImpl |
class |
HistoricDecisionExecutionQueryImpl |
class |
NativeDecisionTableQueryImpl |
class |
NativeDmnDeploymentQueryImpl |
class |
NativeHistoryDecisionExecutionQueryImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
EvaluateDecisionCmd |
class |
ExecuteDecisionCmd |
class |
ExecuteDecisionServiceCmd |
class |
ExecuteDecisionWithAuditTrailCmd |
class |
GetDeploymentDecisionCmd |
class |
GetDeploymentDecisionRequirementsDiagramCmd |
class |
GetDeploymentDmnResourceCmd
Gives access to a deployed decision table model, e.g., a DMN XML file, through a stream of bytes.
|
class |
GetDmnDefinitionCmd |
class |
PersistHistoricDecisionExecutionCmd |
class |
SchemaOperationsDmnEngineBuild |
class |
SetDecisionTableCategoryCmd |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
DmnCommandInvoker.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ManagementService.executeCommand(Command<T> command)
Executes a given command with the default
CommandConfig. |
<T> T |
ManagementService.executeCommand(CommandConfig config,
Command<T> command)
Executes a given command with the specified
CommandConfig. |
| Modifier and Type | Class and Description |
|---|---|
class |
ActivityInstanceQueryImpl |
class |
DeploymentQueryImpl |
class |
ExecutionQueryImpl |
class |
HistoricActivityInstanceQueryImpl |
class |
HistoricDetailQueryImpl |
class |
HistoricProcessInstanceQueryImpl |
class |
ModelQueryImpl |
class |
NativeActivityInstanceQueryImpl |
class |
NativeDeploymentQueryImpl |
class |
NativeExecutionQueryImpl |
class |
NativeHistoricActivityInstanceQueryImpl |
class |
NativeHistoricDetailQueryImpl |
class |
NativeHistoricProcessInstanceQueryImpl |
class |
NativeModelQueryImpl |
class |
NativeProcessDefinitionQueryImpl |
class |
NativeProcessInstanceQueryImpl |
class |
ProcessDefinitionQueryImpl |
class |
ProcessInstanceHistoryLogQueryImpl |
class |
ProcessInstanceQueryImpl |
class |
SchemaOperationProcessEngineClose |
class |
SchemaOperationsProcessEngineBuild |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ManagementServiceImpl.executeCommand(Command<T> command) |
<T> T |
ManagementServiceImpl.executeCommand(CommandConfig config,
Command<T> command) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecuteSchemaOperationCommand
Command that is used by the MultiSchemaMultiTenantProcessEngineConfiguration to make sure the 'databaseSchemaUpdate' setting is applied for each tenant datasource. |
| Modifier and Type | Method and Description |
|---|---|
Command<Void> |
MultiSchemaMultiTenantProcessEngineConfiguration.getProcessEngineCloseCommand() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
BpmnOverrideContextInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
CommandInvoker.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
Command<Object> |
DefaultFailedJobCommandFactory.getCommand(String jobId,
Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
TotalExecutionTimeCommandInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelDefinitionQueryImpl |
class |
EventDefinitionQueryImpl |
class |
EventDeploymentQueryImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteDeploymentCmd |
class |
DeployCmd<T> |
class |
GetChannelDefinitionCmd |
class |
GetChannelDefinitionResourceCmd
Gives access to a deployed event model, e.g., an Event definition JSON file, through a stream of bytes.
|
class |
GetChannelModelCmd |
class |
GetDeploymentResourceCmd |
class |
GetDeploymentResourceNamesCmd |
class |
GetEventDefinitionCmd |
class |
GetEventDefinitionResourceCmd
Gives access to a deployed event model, e.g., an Event definition JSON file, through a stream of bytes.
|
class |
GetEventModelCmd |
class |
GetTableNamesCmd |
class |
SchemaOperationsEventRegistryEngineBuild |
class |
SetChannelDefinitionCategoryCmd |
class |
SetDeploymentCategoryCmd |
class |
SetDeploymentParentDeploymentIdCmd |
class |
SetDeploymentTenantIdCmd |
class |
SetEventDefinitionCategoryCmd |
| Modifier and Type | Class and Description |
|---|---|
class |
EventSubscriptionQueryImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
FormDefinitionQueryImpl |
class |
FormDeploymentQueryImpl |
class |
FormInstanceQueryImpl |
class |
NativeFormDefinitionQueryImpl |
class |
NativeFormDeploymentQueryImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGetFormInstanceModelCmd |
class |
AbstractSaveFormInstanceCmd |
class |
CreateFormInstanceCmd |
class |
DeleteFormInstanceCmd |
class |
DeleteFormInstancesByFormDefinitionCmd |
class |
DeleteFormInstancesByProcessDefinitionCmd |
class |
DeleteFormInstancesByScopeDefinitionCmd |
class |
GetFormDefinitionCmd |
class |
GetFormDefinitionResourceCmd
Gives access to a deployed form model, e.g., a Form JSON file, through a stream of bytes.
|
class |
GetFormInstanceByScopeModelCmd |
class |
GetFormInstanceModelCmd |
class |
GetFormInstanceValuesCmd |
class |
GetFormModelCmd |
class |
GetFormModelWithVariablesCmd |
class |
GetVariablesFromFormSubmissionCmd |
class |
SaveFormInstanceCmd |
class |
SchemaOperationsFormEngineBuild |
class |
SetFormDefinitionCategoryCmd |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupQueryImpl |
class |
NativeGroupQueryImpl |
class |
NativeTokenQueryImpl |
class |
NativeUserQueryImpl |
class |
PrivilegeQueryImpl |
class |
SchemaOperationsIdmEngineBuild |
class |
TokenQueryImpl |
class |
UserQueryImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
AddPrivilegeMappingCmd |
class |
CheckPassword |
class |
CreateGroupCmd |
class |
CreateGroupQueryCmd |
class |
CreateMembershipCmd |
class |
CreatePrivilegeCmd |
class |
CreatePrivilegeQueryCmd |
class |
CreateTokenCmd |
class |
CreateTokenQueryCmd |
class |
CreateUserCmd |
class |
CreateUserQueryCmd |
class |
DeleteGroupCmd |
class |
DeleteMembershipCmd |
class |
DeletePrivilegeCmd |
class |
DeletePrivilegeMappingCmd |
class |
DeleteTokenCmd |
class |
DeleteUserCmd |
class |
DeleteUserInfoCmd |
class |
ExecuteCustomSqlCmd<Mapper,ResultType> |
class |
GetGroupsWithPrivilegeCmd |
class |
GetPrivilegeMappingsByPrivilegeIdCmd |
class |
GetTableNameCmd |
class |
GetUserInfoCmd |
class |
GetUserInfoKeysCmd |
class |
GetUserPictureCmd |
class |
GetUsersWithPrivilegeCmd |
class |
SaveGroupCmd |
class |
SaveTokenCmd |
class |
SaveUserCmd |
class |
SetUserInfoCmd |
class |
SetUserPictureCmd |
class |
UpdateUserPasswordCmd |
| Modifier and Type | Class and Description |
|---|---|
class |
DeadLetterJobQueryImpl |
class |
ExternalWorkerJobQueryImpl |
class |
HistoryJobQueryImpl |
class |
JobQueryImpl |
class |
SuspendedJobQueryImpl |
class |
TimerJobQueryImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
FindExpiredJobsCmd |
class |
ResetExpiredJobsCmd |
| Modifier and Type | Method and Description |
|---|---|
Command<Object> |
FailedJobCommandFactory.getCommand(String jobId,
Throwable exception) |
| Modifier and Type | Class and Description |
|---|---|
class |
LDAPGroupQueryImpl |
class |
LDAPUserQueryImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
HistoricTaskInstanceQueryImpl |
class |
HistoricTaskLogEntryBuilderImpl |
class |
HistoricTaskLogEntryQueryImpl |
class |
NativeHistoricTaskInstanceQueryImpl |
class |
NativeHistoricTaskLogEntryQueryImpl |
class |
NativeTaskQueryImpl |
class |
TaskQueryImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
KeycloakGroupQueryImpl |
class |
KeycloakUserQueryImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractVariableQueryImpl<T extends Query<?,?>,U>
Abstract query class that adds methods to query for variable values.
|
class |
HistoricVariableInstanceQueryImpl |
class |
NativeHistoricVariableInstanceQueryImpl |
Copyright © 2023 Flowable. All rights reserved.