public static class FilterResultModifier.FilterItemGroup
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
FilterResultModifier.FilterItemGroup.FilterItem
Holds a complex filter.
|
| Constructor and Description |
|---|
FilterItemGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFilterItem(java.lang.String attributeName,
java.lang.String compareFilter,
java.lang.String attributeValue,
java.lang.String logicalFilter)
Adds a complex filter to the group.
|
FilterResultModifier.FilterItemGroup.FilterItem[] |
getFilterItems()
Returns the filter group.
|
public void addFilterItem(java.lang.String attributeName,
java.lang.String compareFilter,
java.lang.String attributeValue,
java.lang.String logicalFilter)
attributeName - The name of the attribute.compareFilter - The kind of compare to do.attributeValue - The value to compare the attribute against.logicalFilter - The logical compare to perform between this filter and
the next filter.public FilterResultModifier.FilterItemGroup.FilterItem[] getFilterItems()
API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated ${TODAY} ${TSTAMP}.