Class AemPublishAgentFilter
java.lang.Object
com.adobe.acs.commons.replication.AemPublishAgentFilter
- All Implemented Interfaces:
com.day.cq.replication.AgentFilter
@ProviderType
public class AemPublishAgentFilter
extends Object
implements com.day.cq.replication.AgentFilter
Replication Agent Filter used to identify AEM Publish Replication agents.
-
Field Summary
FieldsFields inherited from interface com.day.cq.replication.AgentFilter
DEFAULT, OUTBOX_AGENT_FILTER -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanisIncluded(com.day.cq.replication.Agent agent) Checks if the @agent is considered an active AEM Publish Agent (Serialization Type ~> Default and is enabled).
-
Field Details
-
AEM_PUBLISH_AGENT_FILTER
-
-
Method Details
-
isIncluded
public final boolean isIncluded(com.day.cq.replication.Agent agent) Checks if the @agent is considered an active AEM Publish Agent (Serialization Type ~> Default and is enabled).- Specified by:
isIncludedin interfacecom.day.cq.replication.AgentFilter- Parameters:
agent- the agent to test- Returns:
- true is is considered an enabled AEM Publish agent
-