Uses of Class
org.opends.dsml.protocol.FilterSet
-
-
Uses of FilterSet in org.opends.dsml.protocol
Fields in org.opends.dsml.protocol declared as FilterSet Modifier and Type Field Description protected FilterSetFilter. andprotected FilterSetFilter. orMethods in org.opends.dsml.protocol that return FilterSet Modifier and Type Method Description FilterSetObjectFactory. createFilterSet()Create an instance ofFilterSetFilterSetFilter. getAnd()Gets the value of the and property.FilterSetFilter. getOr()Gets the value of the or property.Methods in org.opends.dsml.protocol that return types with arguments of type FilterSet Modifier and Type Method Description javax.xml.bind.JAXBElement<FilterSet>ObjectFactory. createFilterSetAnd(FilterSet value)javax.xml.bind.JAXBElement<FilterSet>ObjectFactory. createFilterSetOr(FilterSet value)Methods in org.opends.dsml.protocol with parameters of type FilterSet Modifier and Type Method Description javax.xml.bind.JAXBElement<FilterSet>ObjectFactory. createFilterSetAnd(FilterSet value)javax.xml.bind.JAXBElement<FilterSet>ObjectFactory. createFilterSetOr(FilterSet value)voidFilter. setAnd(FilterSet value)Sets the value of the and property.voidFilter. setOr(FilterSet value)Sets the value of the or property.
-