Class AddAsNewDeploymentMergeStrategy
- java.lang.Object
-
- org.flowable.engine.impl.repository.AddAsNewDeploymentMergeStrategy
-
- All Implemented Interfaces:
DeploymentMergeStrategy
public class AddAsNewDeploymentMergeStrategy extends Object implements DeploymentMergeStrategy
- Author:
- Valentin Zickner
-
-
Constructor Summary
Constructors Constructor Description AddAsNewDeploymentMergeStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfinalizeMerge(CommandContext commandContext, String deploymentId, String newTenantId)voidprepareMerge(CommandContext commandContext, String deploymentId, String newTenantId)
-
-
-
Method Detail
-
prepareMerge
public void prepareMerge(CommandContext commandContext, String deploymentId, String newTenantId)
- Specified by:
prepareMergein interfaceDeploymentMergeStrategy
-
finalizeMerge
public void finalizeMerge(CommandContext commandContext, String deploymentId, String newTenantId)
- Specified by:
finalizeMergein interfaceDeploymentMergeStrategy
-
-