Out of the box RolloutManager provides below 3 methods by using that we can rollout the page programmatically. 1) void rollout(RolloutParams params) throws WCMException;2) void rollout(ResourceResolver resolver, LiveRelationship relation, boolean reset) throws WCMException;3) void rollout(ResourceRe...