Package org.flowable.engine.repository
Interface DeploymentMergeStrategy
-
- All Known Implementing Classes:
AddAsNewDeploymentMergeStrategy,AddAsOldDeploymentMergeStrategy,MergeByDateDeploymentMergeStrategy,VerifyDeploymentMergeStrategy
public interface DeploymentMergeStrategy- Author:
- Valentin Zickner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfinalizeMerge(CommandContext commandContext, String deploymentId, String newTenantId)voidprepareMerge(CommandContext commandContext, String deploymentId, String newTenantId)
-
-
-
Method Detail
-
prepareMerge
void prepareMerge(CommandContext commandContext, String deploymentId, String newTenantId)
-
finalizeMerge
void finalizeMerge(CommandContext commandContext, String deploymentId, String newTenantId)
-
-