org.apache.directory.api.dsmlv2.request
Class AndFilter

java.lang.Object
  extended by org.apache.directory.api.dsmlv2.request.Filter
      extended by org.apache.directory.api.dsmlv2.request.ConnectorFilter
          extended by org.apache.directory.api.dsmlv2.request.AndFilter

public class AndFilter
extends ConnectorFilter

And Filter Object to store the And filter.

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.api.dsmlv2.request.ConnectorFilter
filterSet
 
Fields inherited from class org.apache.directory.api.dsmlv2.request.Filter
parent
 
Constructor Summary
AndFilter()
           
 
Method Summary
 List<Filter> getAndFilter()
          Get the AndFilter.
 String toString()
          Return a string compliant with RFC 2254 representing an AND filter
 
Methods inherited from class org.apache.directory.api.dsmlv2.request.ConnectorFilter
addFilter, getFilterSet
 
Methods inherited from class org.apache.directory.api.dsmlv2.request.Filter
getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AndFilter

public AndFilter()
Method Detail

getAndFilter

public List<Filter> getAndFilter()
Get the AndFilter.

Returns:
Returns the andFilter.

toString

public String toString()
Return a string compliant with RFC 2254 representing an AND filter

Overrides:
toString in class ConnectorFilter
Returns:
The AND filter string


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.