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

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.OrFilter

public class OrFilter
extends ConnectorFilter

Or Filter Object to store the Or 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
OrFilter()
           
 
Method Summary
 List<Filter> getOrFilter()
          Get the OrFilter
 String toString()
          Return a string compliant with RFC 2254 representing an OR 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

OrFilter

public OrFilter()
Method Detail

getOrFilter

public List<Filter> getOrFilter()
Get the OrFilter

Returns:
Returns the orFilter.

toString

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

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


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