public interface SelectiveReplicationService
| Modifier and Type | Method and Description | 
|---|---|
void | 
replicate(Session session,
         com.day.cq.replication.ReplicationActionType actionType,
         String path,
         com.day.cq.replication.ReplicationOptions options,
         Set<String> agentIds)
Replicate content to a selected set of replication agents with additional replication options. 
 | 
void | 
replicate(Session session,
         com.day.cq.replication.ReplicationActionType actionType,
         String path,
         Set<String> agentIds)
Replicate content to a selected set of replication agents. 
 | 
void replicate(Session session, com.day.cq.replication.ReplicationActionType actionType, String path, Set<String> agentIds) throws com.day.cq.replication.ReplicationException
session - JCR sessionactionType - replication actionpath - content path to replicateagentIds - selected replication agent IDs, must be validcom.day.cq.replication.ReplicationException - if error occurs during replication requestvoid replicate(Session session, com.day.cq.replication.ReplicationActionType actionType, String path, com.day.cq.replication.ReplicationOptions options, Set<String> agentIds) throws com.day.cq.replication.ReplicationException
session - JCR sessionactionType - replication actionpath - content path to replicateoptions - additional replication optionsagentIds - selected replication agent IDs, must be validcom.day.cq.replication.ReplicationException - if error occurs during replication requestCopyright © 2019 ICF Next. All rights reserved.