Class BaseChangeTenantIdCmd
- java.lang.Object
-
- org.flowable.common.engine.impl.tenant.BaseChangeTenantIdCmd
-
- All Implemented Interfaces:
Command<ChangeTenantIdResult>
- Direct Known Subclasses:
ExecuteChangeTenantIdCmd,SimulateChangeTenantIdCmd
public abstract class BaseChangeTenantIdCmd extends Object implements Command<ChangeTenantIdResult>
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected ChangeTenantIdBuilderImplbuilderprotected StringengineScopeType
-
Constructor Summary
Constructors Modifier Constructor Description protectedBaseChangeTenantIdCmd(ChangeTenantIdBuilderImpl builder, String engineScopeType)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected voidbeforeReturn(CommandContext commandContext, ChangeTenantIdResult result)ChangeTenantIdResultexecute(CommandContext commandContext)protected abstract Map<String,Long>executeOperation(DbSqlSession dbSqlSession, Map<String,Object> parameters)protected AbstractEngineConfigurationgetEngineConfiguration(CommandContext commandContext)
-
-
-
Field Detail
-
builder
protected final ChangeTenantIdBuilderImpl builder
-
engineScopeType
protected String engineScopeType
-
-
Constructor Detail
-
BaseChangeTenantIdCmd
protected BaseChangeTenantIdCmd(ChangeTenantIdBuilderImpl builder, String engineScopeType)
-
-
Method Detail
-
execute
public ChangeTenantIdResult execute(CommandContext commandContext)
- Specified by:
executein interfaceCommand<ChangeTenantIdResult>
-
beforeReturn
protected void beforeReturn(CommandContext commandContext, ChangeTenantIdResult result)
-
executeOperation
protected abstract Map<String,Long> executeOperation(DbSqlSession dbSqlSession, Map<String,Object> parameters)
-
getEngineConfiguration
protected AbstractEngineConfiguration getEngineConfiguration(CommandContext commandContext)
-
-