public interface AsyncReverseReplicator
| Modifier and Type | Method and Description |
|---|---|
void |
reverseReplicate(ReplicationActionType actionType,
List<String> paths)
Triggers reverse replication for the node at the given path with the specified action type.
|
void |
reverseReplicate(ReplicationActionType actionType,
String path)
Triggers reverse replication for the node at the given path with the specified action type.
|
void |
reverseReplicate(String path)
Reverse replicate the specified path.
|
void reverseReplicate(String path)
path - The path for reverse replicatevoid reverseReplicate(ReplicationActionType actionType, String path)
actionType - replication action typepath - path of node to replicatevoid reverseReplicate(ReplicationActionType actionType, List<String> paths)
actionType - replication action typepaths - the paths you want to replicate"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"