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 TypeMethodDescriptionvoidcopyProductConfigurationDependency(String sourceConfigId, String targetConfigId) Copies dependencies from the source ProductConfiguration with given Id to the target one ProductConfiguration
-
Method Details
-
copyProductConfigurationDependency
Copies dependencies from the source ProductConfiguration with given Id to the target one ProductConfiguration- Parameters:
sourceConfigId- source configuration IdtargetConfigId- configuration Id
-