Package org.flowable.engine.repository
Interface DeploymentMergeStrategy
public interface DeploymentMergeStrategy
- Author:
- Valentin Zickner
-
Method Summary
Modifier and TypeMethodDescriptionvoid
finalizeMerge
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String deploymentId, String newTenantId) void
prepareMerge
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String deploymentId, String newTenantId)
-
Method Details
-
prepareMerge
-
finalizeMerge
-