Package com.day.cq.wcm.msm.api
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
The Manager is bound to the requesting Session.
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
pathThe Manager is bound to the requesting Session.
- Since:
- 5.5
- See Also:
-
Method Summary
-
Method Details
-
getRolloutConfigs
- Returns:
- set of paths to Roll-out configuration, readable for this instance
- Throws:
WCMException- in case of error accessing the paths
-
getRolloutConfig
- Parameters:
path- of the RolloutConfig to access- Returns:
- RolloutConfig or
nullif there is no config present for the requested path - Throws:
WCMException- in case of eror accessing the config
-