Package com.day.cq.wcm.msm.api
Class RolloutManager.RolloutParams
java.lang.Object
com.day.cq.wcm.msm.api.RolloutManager.RolloutParams
- Enclosing interface:
RolloutManager
Parameters for rollouts, with default values
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanDeprecated.String[]if not null, (absolute) paths of fields to roll outbooleanif true, all child pages are updated toomain page to rolloutString[]if not null, (absolute) paths of paragraphs to roll outbooleanif true, Live Copy is completely resetif not null, used to report progresssource resource to rollout if main is null.String[]path of lives copies to update, null to update allrollout trigger -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
main
main page to rollout -
master
-
source
source resource to rollout if main is null. If main value is not null, then main will be used for rollout. -
isDeep
public boolean isDeepif true, all child pages are updated too -
trigger
rollout trigger -
targets
path of lives copies to update, null to update all -
paragraphs
if not null, (absolute) paths of paragraphs to roll out -
fields
if not null, (absolute) paths of fields to roll out -
reset
public boolean resetif true, Live Copy is completely reset -
delete
Deprecated.deprecated: since 5.8 delete before roll-out -
rolloutProgress
if not null, used to report progress
-
-
Constructor Details
-
RolloutParams
public RolloutParams()
-
-
Method Details