Class SimulateChangeTenantIdCmd
java.lang.Object
org.flowable.common.engine.impl.tenant.BaseChangeTenantIdCmd
org.flowable.common.engine.impl.tenant.SimulateChangeTenantIdCmd
- All Implemented Interfaces:
Command<ChangeTenantIdResult>
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final org.slf4j.Logger
Fields inherited from class org.flowable.common.engine.impl.tenant.BaseChangeTenantIdCmd
builder, engineScopeType
-
Constructor Summary
ConstructorsConstructorDescriptionSimulateChangeTenantIdCmd
(ChangeTenantIdBuilderImpl builder, String engineScopeType, Set<String> entityTypes) -
Method Summary
Modifier and TypeMethodDescriptionexecuteOperation
(DbSqlSession dbSqlSession, Map<String, Object> parameters) Methods inherited from class org.flowable.common.engine.impl.tenant.BaseChangeTenantIdCmd
beforeReturn, execute, getEngineConfiguration
-
Field Details
-
LOGGER
protected static final org.slf4j.Logger LOGGER -
entityTypes
-
-
Constructor Details
-
SimulateChangeTenantIdCmd
public SimulateChangeTenantIdCmd(ChangeTenantIdBuilderImpl builder, String engineScopeType, Set<String> entityTypes)
-
-
Method Details
-
executeOperation
protected Map<String,Long> executeOperation(DbSqlSession dbSqlSession, Map<String, Object> parameters) - Specified by:
executeOperation
in classBaseChangeTenantIdCmd
-