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:
    RolloutConfig, LiveRelationshipManager
    • Method Detail

      • getRolloutConfigs

        java.util.Set<java.lang.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​(java.lang.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