Class CompositeNodeFilter

java.lang.Object
org.alfresco.repo.transfer.AbstractNodeFilter
org.alfresco.repo.transfer.CompositeNodeFilter
All Implemented Interfaces:
NodeFilter

public class CompositeNodeFilter extends AbstractNodeFilter
Since:
4.0
Author:
Nick Smith
  • Constructor Details

    • CompositeNodeFilter

      public CompositeNodeFilter(NodeFilter... filters)
    • CompositeNodeFilter

      public CompositeNodeFilter(Collection<NodeFilter> filters)
  • Method Details

    • init

      public void init()
      Overrides:
      init in class AbstractNodeFilter
    • accept

      public boolean accept(NodeRef thisNode)
      Examines the supplied node and indicates whether it has been accepted by the filter.
      Parameters:
      thisNode - NodeRef
      Returns:
      true if the supplied node matches the criteria specified on this filter, and false otherwise.