public interface ReplicationContentFilterFactory
ReplicationContentFilterFactory creates a new ReplicationContentFilters
based on a given ReplicationAction. Each ContentBuilder gets the filter chain
as a ReplicationContentFilterChain set as a parameter with the name
ContentBuilder.PARAMETER_CONTENT_FILER_CHAIN.
The ContentBuilder involved in creating the replication
content is using the chain in order to filter content prior to inclusion into the
replication content.
Implementations of this interface must register themselves as an OSGi service in order to be picked up for building the filter list.
| Modifier and Type | Method and Description |
|---|---|
ReplicationContentFilter |
createFilter(ReplicationAction action)
Creates a new
ReplicationContentFilter specific to the given ReplicationAction. |
ReplicationContentFilter createFilter(ReplicationAction action)
ReplicationContentFilter specific to the given ReplicationAction.action - The ReplicationAction to consider.ReplicationContentFilter or null if no filter is provided for the given ReplicationAction.Copyright © 2010 - 2020 Adobe. All Rights Reserved