public abstract class BaseChangeTenantIdCmd extends Object implements Command<ChangeTenantIdResult>
| Modifier and Type | Field and Description |
|---|---|
protected ChangeTenantIdBuilderImpl |
builder |
protected String |
engineScopeType |
| Modifier | Constructor and Description |
|---|---|
protected |
BaseChangeTenantIdCmd(ChangeTenantIdBuilderImpl builder,
String engineScopeType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
beforeReturn(CommandContext commandContext,
ChangeTenantIdResult result) |
ChangeTenantIdResult |
execute(CommandContext commandContext) |
protected abstract Map<String,Long> |
executeOperation(DbSqlSession dbSqlSession,
Map<String,Object> parameters) |
protected AbstractEngineConfiguration |
getEngineConfiguration(CommandContext commandContext) |
protected final ChangeTenantIdBuilderImpl builder
protected String engineScopeType
protected BaseChangeTenantIdCmd(ChangeTenantIdBuilderImpl builder, String engineScopeType)
public ChangeTenantIdResult execute(CommandContext commandContext)
execute in interface Command<ChangeTenantIdResult>protected void beforeReturn(CommandContext commandContext, ChangeTenantIdResult result)
protected abstract Map<String,Long> executeOperation(DbSqlSession dbSqlSession, Map<String,Object> parameters)
protected AbstractEngineConfiguration getEngineConfiguration(CommandContext commandContext)
Copyright © 2021 Flowable. All rights reserved.