|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.ComplexProperty
microsoft.exchange.webservices.data.SearchFilter
microsoft.exchange.webservices.data.SearchFilter.Not
public static class SearchFilter.Not
Represents a search filter that negates another. Applications can use NotFilter to define conditions such as "NOT(other filter)".
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class microsoft.exchange.webservices.data.SearchFilter |
|---|
SearchFilter.ContainsSubstring, SearchFilter.ExcludesBitmask, SearchFilter.Exists, SearchFilter.IsEqualTo, SearchFilter.IsGreaterThan, SearchFilter.IsGreaterThanOrEqualTo, SearchFilter.IsLessThan, SearchFilter.IsLessThanOrEqualTo, SearchFilter.IsNotEqualTo, SearchFilter.Not, SearchFilter.PropertyBasedFilter, SearchFilter.RelationalFilter, SearchFilter.SearchFilterCollection |
| Constructor Summary | |
|---|---|
SearchFilter.Not()
Initializes a new instance of the class. |
|
SearchFilter.Not(SearchFilter searchFilter)
Initializes a new instance of the class. |
|
| Method Summary | |
|---|---|
void |
complexPropertyChanged(ComplexProperty complexProperty)
Complex property changed. |
SearchFilter |
getSearchFilter()
Gets the search filter to negate. |
protected String |
getXmlElementName()
Gets the name of the XML element. |
protected void |
internalValidate()
validates the instance. |
void |
setSearchFilter(SearchFilter searchFilter)
Sets the search filter to negate. |
protected boolean |
tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
Tries to read element from XML. |
protected void |
writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
Writes the elements to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.SearchFilter |
|---|
loadFromXml, writeToXml |
| Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, getNamespace, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, validate, writeAttributesToXml, writeToXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchFilter.Not()
public SearchFilter.Not(SearchFilter searchFilter)
searchFilter - the search filter| Method Detail |
|---|
protected void internalValidate()
throws ServiceValidationException
internalValidate in class ComplexPropertyServiceValidationException - the service validation exceptionprotected String getXmlElementName()
getXmlElementName in class SearchFilter
protected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
tryReadElementFromXml in class ComplexPropertyreader - the reader
Exception - the exception
protected void writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
throws Exception
writeElementsToXml in class ComplexPropertywriter - the writer
Exception - the exceptionpublic SearchFilter getSearchFilter()
public void setSearchFilter(SearchFilter searchFilter)
searchFilter - the new search filterpublic void complexPropertyChanged(ComplexProperty complexProperty)
complexProperty - the complex property
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||