@ProviderType
public interface ReplicationContentFilterChain
Modifier and Type | Field and Description |
---|---|
static ReplicationContentFilterChain |
ALLOW_ALL
Chain accepting all operations
|
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Node node)
Indicates whether all available
ReplicationContentFilter s accept the given
node for inclusion in the replication content. |
boolean |
accept(Property property)
Indicates whether all of the available
ReplicationContentFilter s accept the given
property for inclusion in the replication content. |
boolean |
allowDescent(Node node)
Indicates whether all of the available
ReplicationContentFilter s accept the given
node for recursion into its children. |
static final ReplicationContentFilterChain ALLOW_ALL
boolean accept(Node node) throws RepositoryException
ReplicationContentFilter
s accept the given
node for inclusion in the replication content.node
- The Node
to check.true
if the node is accepted by every available filter.RepositoryException
- thrown in case of failureboolean accept(Property property) throws RepositoryException
ReplicationContentFilter
s accept the given
property for inclusion in the replication content.property
- The Property
to check.true
if the node is accepted by every available filter.RepositoryException
- thrown in case of failureboolean allowDescent(Node node) throws RepositoryException
ReplicationContentFilter
s accept the given
node for recursion into its children.node
- The Node
to check.true
if the node is accepted by traversal into its children.RepositoryException
- thrown in case of failureCopyright © 2010 - 2023 Adobe. All Rights Reserved