|
|||||||||
| 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.PropertyBasedFilter
microsoft.exchange.webservices.data.SearchFilter.RelationalFilter
public abstract static class SearchFilter.RelationalFilter
Represents the base class for relational filters (for example, IsEqualTo, IsGreaterThan or IsLessThanOrEqualTo).
| 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 |
| Method Summary | |
|---|---|
PropertyDefinitionBase |
getOtherPropertyDefinition()
Gets the definition of the property to compare with. |
Object |
getValue()
Gets the value of the property to compare with. |
protected String |
getXmlElementName()
gets Xml Element name. |
protected void |
internalValidate()
validates the instance. |
void |
setOtherPropertyDefinition(PropertyDefinitionBase OtherPropertyDefinition)
Sets the definition of the property to compare with. |
void |
setValue(Object value)
Sets the value of the property to compare with. |
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.PropertyBasedFilter |
|---|
getPropertyDefinition, setPropertyDefinition |
| 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 |
| Method Detail |
|---|
protected void internalValidate()
throws ServiceValidationException
internalValidate in class SearchFilter.PropertyBasedFilterServiceValidationException - the service validation exception
protected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
tryReadElementFromXml in class SearchFilter.PropertyBasedFilterreader - the reader
Exception - the exception
protected void writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
throws XMLStreamException,
ServiceXmlSerializationException
writeElementsToXml in class SearchFilter.PropertyBasedFilterwriter - the writer
XMLStreamException - , ServiceXmlSerializationException
ServiceXmlSerializationException - the service xml serialization exceptionpublic PropertyDefinitionBase getOtherPropertyDefinition()
public void setOtherPropertyDefinition(PropertyDefinitionBase OtherPropertyDefinition)
OtherPropertyDefinition - the new other property definitionpublic Object getValue()
public void setValue(Object value)
value - the new valueprotected String getXmlElementName()
getXmlElementName in class SearchFilter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||