Interface ConfigurationDependencyHandler

All Known Implementing Classes:
DefaultConfigurationDependencyHandlerImpl

public interface ConfigurationDependencyHandler
Takes care of copying data that is related to product configuration. Will do nothing in case a pure product configuration scenario is deployed, will e.g. take care of rule artifacts.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    copyProductConfigurationDependency(String sourceConfigId, String targetConfigId)
    Copies dependencies from the source ProductConfiguration with given Id to the target one ProductConfiguration
  • Method Details

    • copyProductConfigurationDependency

      void copyProductConfigurationDependency(String sourceConfigId, String targetConfigId)
      Copies dependencies from the source ProductConfiguration with given Id to the target one ProductConfiguration
      Parameters:
      sourceConfigId - source configuration Id
      targetConfigId - configuration Id