Class OrFilter
- java.lang.Object
-
- org.apache.directory.api.dsmlv2.request.Filter
-
- org.apache.directory.api.dsmlv2.request.ConnectorFilter
-
- 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
-
-
Constructor Summary
Constructors Constructor Description OrFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Filter>getOrFilter()Get the OrFilterStringtoString()Return a string compliant with RFC 2254 representing an OR filter-
Methods inherited from class org.apache.directory.api.dsmlv2.request.ConnectorFilter
addFilter, getFilterSet
-
-
-
-
Method Detail
-
toString
public String toString()
Return a string compliant with RFC 2254 representing an OR filter- Overrides:
toStringin classConnectorFilter- Returns:
- The OR filter string
-
-