Package | Description |
---|---|
org.opends.dsml.protocol |
This package contains source for a Web application that may be used as a
DSML-to-LDAP gateway.
|
Modifier and Type | Field and Description |
---|---|
protected FilterSet |
Filter.and |
protected FilterSet |
Filter.or |
Modifier and Type | Method and Description |
---|---|
FilterSet |
ObjectFactory.createFilterSet()
Create an instance of
FilterSet |
FilterSet |
Filter.getAnd()
Gets the value of the and property.
|
FilterSet |
Filter.getOr()
Gets the value of the or property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<FilterSet> |
ObjectFactory.createFilterSetAnd(FilterSet value)
|
JAXBElement<FilterSet> |
ObjectFactory.createFilterSetOr(FilterSet value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<FilterSet> |
ObjectFactory.createFilterSetAnd(FilterSet value)
|
JAXBElement<FilterSet> |
ObjectFactory.createFilterSetOr(FilterSet value)
|
void |
Filter.setAnd(FilterSet value)
Sets the value of the and property.
|
void |
Filter.setOr(FilterSet value)
Sets the value of the or property.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.