Interface RolloutConfigManager


public interface RolloutConfigManager
Provides access to Roll-out Configuration.
The configurations served by this manager are centrally maintained. They can be accessed via their path, which is their identifier. The reference is resolved by the RolloutConfiguration's path
The Manager is bound to the requesting Session.
Since:
5.5
See Also:
  • Method Details

    • getRolloutConfigs

      Set<String> getRolloutConfigs() throws WCMException
      Returns:
      set of paths to Roll-out configuration, readable for this instance
      Throws:
      WCMException - in case of error accessing the paths
    • getRolloutConfig

      RolloutConfig getRolloutConfig(String path) throws WCMException
      Parameters:
      path - of the RolloutConfig to access
      Returns:
      RolloutConfig or null if there is no config present for the requested path
      Throws:
      WCMException - in case of eror accessing the config