Uses of Class
org.opends.dsml.protocol.Filter
-
-
Uses of Filter in org.opends.dsml.protocol
Fields in org.opends.dsml.protocol declared as Filter Modifier and Type Field Description protected FilterSearchRequest. filterprotected FilterFilter. notMethods in org.opends.dsml.protocol that return Filter Modifier and Type Method Description FilterObjectFactory. createFilter()Create an instance ofFilterFilterSearchRequest. getFilter()Gets the value of the filter property.FilterFilter. getNot()Gets the value of the not property.Methods in org.opends.dsml.protocol that return types with arguments of type Filter Modifier and Type Method Description javax.xml.bind.JAXBElement<Filter>ObjectFactory. createFilterSetNot(Filter value)Methods in org.opends.dsml.protocol with parameters of type Filter Modifier and Type Method Description javax.xml.bind.JAXBElement<Filter>ObjectFactory. createFilterSetNot(Filter value)voidSearchRequest. setFilter(Filter value)Sets the value of the filter property.voidFilter. setNot(Filter value)Sets the value of the not property.
-