|
|||||||||
| 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.SearchFolderParameters
public final class SearchFolderParameters
Represents the parameters associated with a search folder.
| Constructor Summary | |
|---|---|
protected |
SearchFolderParameters()
Initializes a new instance of the SearchFolderParameters class. |
| Method Summary | |
|---|---|
void |
complexPropertyChanged(ComplexProperty complexProperty)
Complex property changed. |
FolderIdCollection |
getRootFolderIds()
Gets the list of root folders the search folder searches in. |
SearchFilter |
getSearchFilter()
Gets the search filter associated with the search folder. |
SearchFolderTraversal |
getTraversal()
* Gets the traversal mode for the search folder. |
protected void |
readAttributesFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
* Reads the attributes from XML. |
void |
setSearchFilter(SearchFilter searchFilter)
Sets the search filter. |
void |
setTraversal(SearchFolderTraversal traversal)
Sets the traversal. |
protected boolean |
tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
* Tries to read element from XML. |
void |
validate()
* Validates this instance. |
protected void |
writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
* Writes the attributes to XML. |
protected void |
writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
* Writes elements to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, getNamespace, internalValidate, loadFromXml, loadFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, writeToXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected SearchFolderParameters()
| Method Detail |
|---|
public void complexPropertyChanged(ComplexProperty complexProperty)
complexProperty - the complex property
protected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
tryReadElementFromXml in class ComplexPropertyreader - the reader
Exception - the exception
protected void readAttributesFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
readAttributesFromXml in class ComplexPropertyreader - the reader
Exception - the exception
protected void writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException
writeAttributesToXml in class ComplexPropertywriter - the writer
ServiceXmlSerializationException - the service xml serialization exception
protected void writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
throws Exception
writeElementsToXml in class ComplexPropertywriter - the writer
Exception - the exception
public void validate()
throws Exception
validate in class ComplexPropertyException
ServiceValidationException - the service validation exceptionpublic SearchFolderTraversal getTraversal()
public void setTraversal(SearchFolderTraversal traversal)
traversal - the new traversalpublic FolderIdCollection getRootFolderIds()
public SearchFilter getSearchFilter()
public void setSearchFilter(SearchFilter searchFilter)
searchFilter - the new search filter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||