Package com.day.cq.replication
Class AgentIdFilter
java.lang.Object
com.day.cq.replication.AgentIdFilter
- All Implemented Interfaces:
AgentFilter
Agent filter that filters for agent names.
-
Field Summary
Fields inherited from interface com.day.cq.replication.AgentFilter
DEFAULT, OUTBOX_AGENT_FILTER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisIncluded(Agent agent) Checks if the given agent is included by this filter.
-
Constructor Details
-
AgentIdFilter
Creates a new filter.- Parameters:
ids- the ids to filter for.
-
-
Method Details
-
isIncluded
Checks if the given agent is included by this filter.- Specified by:
isIncludedin interfaceAgentFilter- Parameters:
agent- the agent to check.- Returns:
trueif the given agent id is included in this filter.
-