Class BaseChangeTenantIdCmd
java.lang.Object
org.flowable.common.engine.impl.tenant.BaseChangeTenantIdCmd
- All Implemented Interfaces:
Command<ChangeTenantIdResult>
- Direct Known Subclasses:
ExecuteChangeTenantIdCmd
,SimulateChangeTenantIdCmd
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
BaseChangeTenantIdCmd
(ChangeTenantIdBuilderImpl builder, String engineScopeType) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
beforeReturn
(CommandContext commandContext, ChangeTenantIdResult result) execute
(CommandContext commandContext) executeOperation
(DbSqlSession dbSqlSession, Map<String, Object> parameters) protected AbstractEngineConfiguration
getEngineConfiguration
(CommandContext commandContext)
-
Field Details
-
builder
-
engineScopeType
-
-
Constructor Details
-
BaseChangeTenantIdCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<ChangeTenantIdResult>
-
beforeReturn
-
executeOperation
-
getEngineConfiguration
-