|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.search.ViewBase
microsoft.exchange.webservices.data.search.PagedView
microsoft.exchange.webservices.data.search.ConversationIndexedItemView
public final class ConversationIndexedItemView
Represents the view settings in a folder search operation.
| Constructor Summary | |
|---|---|
ConversationIndexedItemView(int pageSize)
Initializes a new instance of the |
|
ConversationIndexedItemView(int pageSize,
int offset)
Initializes a new instance of the ItemView class. |
|
ConversationIndexedItemView(int pageSize,
int offset,
OffsetBasePoint offsetBasePoint)
Initializes a new instance of the ItemView class. |
|
| Method Summary | |
|---|---|
OrderByCollection |
getOrderBy()
Gets the property against which the returned item should be ordered. |
protected ServiceObjectType |
getServiceObjectType()
Gets the type of service object this view applies to. |
protected String |
getViewXmlElementName()
Gets the name of the view XML element. |
void |
internalValidate(ServiceRequestBase request)
Validates this view. |
protected void |
internalWriteSearchSettingsToXml(EwsServiceXmlWriter writer,
Grouping groupBy)
Internals the write search settings to XML. |
void |
writeAttributesToXml(EwsServiceXmlWriter writer)
Writes the attribute to XML. |
void |
writeOrderByToXml(EwsServiceXmlWriter writer)
Writes OrderBy property to XML. |
void |
writeToXml(EwsServiceXmlWriter writer)
Writes to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.search.PagedView |
|---|
getMaxEntriesReturned, getOffset, getOffsetBasePoint, getPageSize, internalWriteViewToXml, setOffset, setOffsetBasePoint, setPageSize |
| Methods inherited from class microsoft.exchange.webservices.data.search.ViewBase |
|---|
getPropertySet, getPropertySetOrDefault, setPropertySet, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConversationIndexedItemView(int pageSize)
pageSize - The maximum number of elements the search operation should return.
public ConversationIndexedItemView(int pageSize,
int offset)
pageSize - The maximum number of elements the search operation should return.offset - The offset of the view from the base point.
public ConversationIndexedItemView(int pageSize,
int offset,
OffsetBasePoint offsetBasePoint)
pageSize - The maximum number of elements the search operation should return.offset - The offset of the view from the base point.offsetBasePoint - The base point of the offset.| Method Detail |
|---|
protected ServiceObjectType getServiceObjectType()
getServiceObjectType in class ViewBasepublic void writeAttributesToXml(EwsServiceXmlWriter writer)
writeAttributesToXml in class ViewBasewriter - The writer.protected String getViewXmlElementName()
getViewXmlElementName in class ViewBase
public void internalValidate(ServiceRequestBase request)
throws ServiceVersionException,
ServiceValidationException
internalValidate in class PagedViewrequest - The request using this view.
ServiceVersionException - the service version exception
ServiceValidationException - the service validation exception
protected void internalWriteSearchSettingsToXml(EwsServiceXmlWriter writer,
Grouping groupBy)
throws ServiceXmlSerializationException,
XMLStreamException
internalWriteSearchSettingsToXml in class PagedViewwriter - The writer.groupBy - The group by.
ServiceXmlSerializationException - the service xml serialization exception
XMLStreamException - the XML stream exception
public void writeOrderByToXml(EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException,
XMLStreamException
writeOrderByToXml in class PagedViewwriter - The writer
ServiceXmlSerializationException - the service xml serialization exception
XMLStreamException - the XML stream exception
public void writeToXml(EwsServiceXmlWriter writer)
throws Exception
writer - The writer
Exceptionpublic OrderByCollection getOrderBy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||