org.apache.directory.api.dsmlv2.request
Class AndFilter
java.lang.Object
org.apache.directory.api.dsmlv2.request.Filter
org.apache.directory.api.dsmlv2.request.ConnectorFilter
org.apache.directory.api.dsmlv2.request.AndFilter
public class AndFilter
- extends ConnectorFilter
And Filter Object to store the And filter.
- Author:
- Apache Directory Project
| Fields inherited from class org.apache.directory.api.dsmlv2.request.Filter |
parent |
AndFilter
public AndFilter()
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.