public static class RolloutManager.RolloutParams
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
delete
Deprecated.
|
boolean |
isDeep
if true, all child pages are updated too
|
Page |
master
master page to rollout
|
java.lang.String[] |
paragraphs
if not null, (absolute) paths of paragraphs to roll out
|
boolean |
reset
if true, Live Copy is completely reset
|
RolloutManager.RolloutProgress |
rolloutProgress
if not null, used to report progress
|
Resource |
source
source resource to rollout if master is null.
|
java.lang.String[] |
targets
path of lives copies to update, null to update all
|
RolloutManager.Trigger |
trigger
rollout trigger
|
Constructor and Description |
---|
RolloutParams() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public Page master
public Resource source
public boolean isDeep
public RolloutManager.Trigger trigger
public java.lang.String[] targets
public java.lang.String[] paragraphs
public boolean reset
@Deprecated public boolean delete
public RolloutManager.RolloutProgress rolloutProgress
Copyright © 2010 - 2020 Adobe. All Rights Reserved