public class ExecuteChangeTenantIdCmd extends BaseChangeTenantIdCmd
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
dispatchEvent |
protected Set<String> |
entityTypes |
protected static org.slf4j.Logger |
LOGGER |
builder, engineScopeType| Constructor and Description |
|---|
ExecuteChangeTenantIdCmd(ChangeTenantIdBuilderImpl builder,
String engineScopeType,
Set<String> entityTypes) |
ExecuteChangeTenantIdCmd(ChangeTenantIdBuilderImpl builder,
String engineScopeType,
Set<String> entityTypes,
boolean dispatchEvent) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
beforeReturn(CommandContext commandContext,
ChangeTenantIdResult result) |
protected Map<String,Long> |
executeOperation(DbSqlSession dbSqlSession,
Map<String,Object> parameters) |
execute, getEngineConfigurationprotected static final org.slf4j.Logger LOGGER
protected final boolean dispatchEvent
public ExecuteChangeTenantIdCmd(ChangeTenantIdBuilderImpl builder, String engineScopeType, Set<String> entityTypes)
public ExecuteChangeTenantIdCmd(ChangeTenantIdBuilderImpl builder, String engineScopeType, Set<String> entityTypes, boolean dispatchEvent)
protected Map<String,Long> executeOperation(DbSqlSession dbSqlSession, Map<String,Object> parameters)
executeOperation in class BaseChangeTenantIdCmdprotected void beforeReturn(CommandContext commandContext, ChangeTenantIdResult result)
beforeReturn in class BaseChangeTenantIdCmdCopyright © 2021 Flowable. All rights reserved.