@ProviderType
public interface DispatcherFlusher
| Modifier and Type | Method and Description |
|---|---|
Map<com.day.cq.replication.Agent,com.day.cq.replication.ReplicationResult> |
flush(org.apache.sling.api.resource.ResourceResolver resourceResolver,
com.day.cq.replication.ReplicationActionType actionType,
boolean synchronous,
com.day.cq.replication.AgentFilter agentFilter,
String... paths)
Issue flush replication request.
|
Map<com.day.cq.replication.Agent,com.day.cq.replication.ReplicationResult> |
flush(org.apache.sling.api.resource.ResourceResolver resourceResolver,
com.day.cq.replication.ReplicationActionType actionType,
boolean synchronous,
String... paths)
Issue flush replication request.
|
Map<com.day.cq.replication.Agent,com.day.cq.replication.ReplicationResult> |
flush(org.apache.sling.api.resource.ResourceResolver resourceResolver,
String... paths)
Issue flush replication request.
|
com.day.cq.replication.Agent[] |
getAgents(com.day.cq.replication.AgentFilter agentFilter)
Get Replication Agents targeted by the provided AgentFilter.
|
com.day.cq.replication.Agent[] |
getFlushAgents()
Get Replication Agents targeted by this service.
|
Map<com.day.cq.replication.Agent,com.day.cq.replication.ReplicationResult> flush(org.apache.sling.api.resource.ResourceResolver resourceResolver, String... paths) throws com.day.cq.replication.ReplicationException
resourceResolver - access into repository; Must have access to the resources to flushpaths - list of resources to flushcom.day.cq.replication.ReplicationExceptionMap<com.day.cq.replication.Agent,com.day.cq.replication.ReplicationResult> flush(org.apache.sling.api.resource.ResourceResolver resourceResolver, com.day.cq.replication.ReplicationActionType actionType, boolean synchronous, String... paths) throws com.day.cq.replication.ReplicationException
resourceResolver - access into repository; Must have access to the resources to flushactionType - specifies the Replication Type that will be associated with the flush requests
(ex. Activate, Deactivate, Delete)synchronous - specifies if the Replication Request should be synchronous or asynchronouspaths - list of resources to flushcom.day.cq.replication.ReplicationExceptionMap<com.day.cq.replication.Agent,com.day.cq.replication.ReplicationResult> flush(org.apache.sling.api.resource.ResourceResolver resourceResolver, com.day.cq.replication.ReplicationActionType actionType, boolean synchronous, com.day.cq.replication.AgentFilter agentFilter, String... paths) throws com.day.cq.replication.ReplicationException
resourceResolver - access into repository; Must have access to the resources to flushactionType - specifies the Replication Type that will be associated with the flush requests
(ex. Activate, Deactivate, Delete)synchronous - specifies if the Replication Request should be synchronous or asynchronousagentFilter - filter used to specify agents to flushpaths - list of resources to flushcom.day.cq.replication.ReplicationExceptioncom.day.cq.replication.Agent[] getFlushAgents()
com.day.cq.replication.Agent[] getAgents(com.day.cq.replication.AgentFilter agentFilter)
agentFilter - filter used to specify agents to flushCopyright © 2013–2020 Adobe. All rights reserved.