Class SimulateChangeTenantIdCmd
- java.lang.Object
-
- org.flowable.common.engine.impl.tenant.BaseChangeTenantIdCmd
-
- org.flowable.common.engine.impl.tenant.SimulateChangeTenantIdCmd
-
- All Implemented Interfaces:
Command<ChangeTenantIdResult>
public class SimulateChangeTenantIdCmd extends BaseChangeTenantIdCmd
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected Set<String>entityTypesprotected static org.slf4j.LoggerLOGGER-
Fields inherited from class org.flowable.common.engine.impl.tenant.BaseChangeTenantIdCmd
builder, engineScopeType
-
-
Constructor Summary
Constructors Constructor Description SimulateChangeTenantIdCmd(ChangeTenantIdBuilderImpl builder, String engineScopeType, Set<String> entityTypes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,Long>executeOperation(DbSqlSession dbSqlSession, Map<String,Object> parameters)-
Methods inherited from class org.flowable.common.engine.impl.tenant.BaseChangeTenantIdCmd
beforeReturn, execute, getEngineConfiguration
-
-
-
-
Constructor Detail
-
SimulateChangeTenantIdCmd
public SimulateChangeTenantIdCmd(ChangeTenantIdBuilderImpl builder, String engineScopeType, Set<String> entityTypes)
-
-
Method Detail
-
executeOperation
protected Map<String,Long> executeOperation(DbSqlSession dbSqlSession, Map<String,Object> parameters)
- Specified by:
executeOperationin classBaseChangeTenantIdCmd
-
-