Interface DeploymentMergeStrategy


  • public interface DeploymentMergeStrategy
    Author:
    Valentin Zickner
    • Method Detail

      • prepareMerge

        void prepareMerge​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
                          String deploymentId,
                          String newTenantId)
      • finalizeMerge

        void finalizeMerge​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
                           String deploymentId,
                           String newTenantId)