|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ServiceObject in microsoft.exchange.webservices.data.core |
|---|
| Methods in microsoft.exchange.webservices.data.core with type parameters of type ServiceObject | ||
|---|---|---|
static
|
EwsUtilities.createEwsObjectFromXmlElementName(Class<?> itemClass,
ExchangeService service,
String xmlElementName)
Creates the ews object from xml element name. |
|
|
EwsServiceXmlReader.readServiceObjectsCollectionFromXml(String collectionXmlElementName,
IGetObjectInstanceDelegate<ServiceObject> getObjectInstanceDelegate,
boolean clearPropertyBag,
PropertySet requestedPropertySet,
boolean summaryPropertiesOnly)
Reads the service objects collection from XML. |
|
| Methods in microsoft.exchange.webservices.data.core that return ServiceObject | |
|---|---|
ServiceObject |
PropertyBag.getOwner()
Gets the owner of this bag. |
| Methods in microsoft.exchange.webservices.data.core with parameters of type ServiceObject | |
|---|---|
List<Item> |
ExchangeService.internalCreateResponseObject(ServiceObject responseObject,
FolderId parentFolderId,
MessageDisposition messageDisposition)
Create response object. |
static void |
EwsUtilities.validateServiceObjectVersion(ServiceObject serviceObject,
ExchangeVersion requestVersion)
Validates service object version against the request version. |
boolean |
ICustomXmlUpdateSerializer.writeDeleteUpdateToXml(EwsServiceXmlWriter writer,
ServiceObject ewsObject)
Writes the deletion update to XML. |
boolean |
ICustomXmlUpdateSerializer.writeSetUpdateToXml(EwsServiceXmlWriter writer,
ServiceObject ewsObject,
PropertyDefinition propertyDefinition)
Writes the update to XML. |
| Method parameters in microsoft.exchange.webservices.data.core with type arguments of type ServiceObject | ||
|---|---|---|
|
EwsServiceXmlReader.readServiceObjectsCollectionFromXml(String collectionXmlElementName,
IGetObjectInstanceDelegate<ServiceObject> getObjectInstanceDelegate,
boolean clearPropertyBag,
PropertySet requestedPropertySet,
boolean summaryPropertiesOnly)
Reads the service objects collection from XML. |
|
| Constructors in microsoft.exchange.webservices.data.core with parameters of type ServiceObject | |
|---|---|
PropertyBag(ServiceObject owner)
Initializes a new instance of PropertyBag. |
|
| Uses of ServiceObject in microsoft.exchange.webservices.data.core.response |
|---|
| Classes in microsoft.exchange.webservices.data.core.response with type parameters of type ServiceObject | |
|---|---|
interface |
IGetObjectInstanceDelegate<T extends ServiceObject>
The Interface GetObjectInstanceDelegateInterface. |
class |
SyncResponse<TServiceObject extends ServiceObject,TChange extends Change>
Represents the base response class for synchronuization operations. |
| Methods in microsoft.exchange.webservices.data.core.response that return ServiceObject | |
|---|---|
ServiceObject |
UpdateItemResponse.getObjectInstanceDelegate(ExchangeService service,
String xmlElementName)
|
ServiceObject |
UpdateFolderResponse.getObjectInstanceDelegate(ExchangeService service,
String xmlElementName)
Gets the object instance delegate. |
ServiceObject |
MoveCopyItemResponse.getObjectInstanceDelegate(ExchangeService service,
String xmlElementName)
Gets the object instance delegate. |
ServiceObject |
MoveCopyFolderResponse.getObjectInstanceDelegate(ExchangeService service,
String xmlElementName)
Gets the object instance delegate. |
ServiceObject |
GetItemResponse.getObjectInstanceDelegate(ExchangeService service,
String xmlElementName)
Gets the object instance delegate. |
ServiceObject |
GetFolderResponse.getObjectInstanceDelegate(ExchangeService service,
String xmlElementName)
Gets the object instance delegate. |
ServiceObject |
CreateFolderResponse.getObjectInstanceDelegate(ExchangeService service,
String xmlElementName)
Gets the object instance delegate. |
| Uses of ServiceObject in microsoft.exchange.webservices.data.core.service.folder |
|---|
| Subclasses of ServiceObject in microsoft.exchange.webservices.data.core.service.folder | |
|---|---|
class |
CalendarFolder
Represents a folder containing appointments. |
class |
ContactsFolder
Represents a folder containing contacts. |
class |
Folder
Represents a generic folder. |
class |
SearchFolder
Represents a search folder. |
class |
TasksFolder
Represents a folder containing task item. |
| Uses of ServiceObject in microsoft.exchange.webservices.data.core.service.item |
|---|
| Subclasses of ServiceObject in microsoft.exchange.webservices.data.core.service.item | |
|---|---|
class |
Appointment
Represents an appointment or a meeting. |
class |
Contact
Represents a contact. |
class |
ContactGroup
Represents a Contact Group. |
class |
Conversation
Represents a collection of Conversation related property. |
class |
EmailMessage
Represents an e-mail message. |
class |
Item
Represents a generic item. |
class |
MeetingCancellation
Represents a meeting cancellation message. |
class |
MeetingMessage
Represents a meeting-related message. |
class |
MeetingRequest
Represents a meeting request that an attendee can accept or decline. |
class |
MeetingResponse
Represents a response to a meeting request. |
class |
PostItem
Represents a post item. |
class |
Task
Represents a Task item. |
| Uses of ServiceObject in microsoft.exchange.webservices.data.core.service.response |
|---|
| Subclasses of ServiceObject in microsoft.exchange.webservices.data.core.service.response | |
|---|---|
class |
AcceptMeetingInvitationMessage
Represents a meeting acceptance message. |
class |
CalendarResponseMessage<TMessage extends EmailMessage>
Represents the base class for accept, tentatively accept and decline response messages. |
class |
CalendarResponseMessageBase<TMessage extends EmailMessage>
Represents the base class for all calendar-related response messages. |
class |
CancelMeetingMessage
Represents a meeting cancellation message. |
class |
DeclineMeetingInvitationMessage
Represents a meeting declination message. |
class |
PostReply
Represents a reply to a post item. |
class |
RemoveFromCalendar
Represents a response object created to remove a calendar item from a meeting cancellation. |
class |
ResponseMessage
The Class ResponseMessage. |
class |
ResponseObject<TMessage extends EmailMessage>
The Class ResponseObject. |
class |
SuppressReadReceipt
Represents a response object created to supress read receipts for an item. |
| Uses of ServiceObject in microsoft.exchange.webservices.data.property.complex |
|---|
| Methods in microsoft.exchange.webservices.data.property.complex that return ServiceObject | |
|---|---|
ServiceObject |
IOwnedProperty.getOwner()
Gets the owner. |
ServiceObject |
AttachmentCollection.getOwner()
The owner of this attachment collection. |
| Methods in microsoft.exchange.webservices.data.property.complex with parameters of type ServiceObject | |
|---|---|
void |
ItemAttachment.serviceObjectChanged(ServiceObject serviceObject)
Service object changed. |
void |
IServiceObjectChangedDelegate.serviceObjectChanged(ServiceObject serviceObject)
Service object changed. |
void |
IOwnedProperty.setOwner(ServiceObject obj)
Sets the owner. |
void |
AttachmentCollection.setOwner(ServiceObject value)
The owner of this attachment collection. |
protected boolean |
PhysicalAddressEntry.writeDeleteUpdateToXml(EwsServiceXmlWriter writer,
ServiceObject ewsObject)
Writes the delete update to XML. |
boolean |
GroupMemberCollection.writeDeleteUpdateToXml(EwsServiceXmlWriter writer,
ServiceObject ewsObject)
Writes the deletion update to XML. |
boolean |
ExtendedPropertyCollection.writeDeleteUpdateToXml(EwsServiceXmlWriter writer,
ServiceObject ewsObject)
Writes the deletion update to XML. |
boolean |
DictionaryProperty.writeDeleteUpdateToXml(EwsServiceXmlWriter writer,
ServiceObject ewsObject)
Writes deletion update to XML. |
protected boolean |
DictionaryEntryProperty.writeDeleteUpdateToXml(EwsServiceXmlWriter writer,
ServiceObject ewsObject)
Writes the delete update to XML. |
boolean |
ComplexPropertyCollection.writeDeleteUpdateToXml(EwsServiceXmlWriter writer,
ServiceObject ewsObject)
Writes the deletion update to XML. |
boolean |
GroupMemberCollection.writeSetUpdateToXml(EwsServiceXmlWriter writer,
ServiceObject ownerObject,
PropertyDefinition propertyDefinition)
Writes the update to XML. |
boolean |
ExtendedPropertyCollection.writeSetUpdateToXml(EwsServiceXmlWriter writer,
ServiceObject ewsObject,
PropertyDefinition propertyDefinition)
Writes the update to XML. |
boolean |
DictionaryProperty.writeSetUpdateToXml(EwsServiceXmlWriter writer,
ServiceObject ewsObject,
PropertyDefinition propertyDefinition)
Writes updates to XML. |
boolean |
ComplexPropertyCollection.writeSetUpdateToXml(EwsServiceXmlWriter writer,
ServiceObject ewsObject,
PropertyDefinition propertyDefinition)
Write set update to xml. |
protected boolean |
PhysicalAddressEntry.writeSetUpdateToXml(EwsServiceXmlWriter writer,
ServiceObject ewsObject,
String ownerDictionaryXmlElementName)
Writes the update to XML. |
protected boolean |
DictionaryEntryProperty.writeSetUpdateToXml(EwsServiceXmlWriter writer,
ServiceObject ewsObject,
String ownerDictionaryXmlElementName)
Writes the set update to XML. |
| Uses of ServiceObject in microsoft.exchange.webservices.data.property.definition |
|---|
| Methods in microsoft.exchange.webservices.data.property.definition with parameters of type ServiceObject | |
|---|---|
ComplexProperty |
PermissionSetPropertyDefinition.createPropertyInstance(ServiceObject owner)
Creates the property instance. |
abstract ComplexProperty |
ComplexPropertyDefinitionBase.createPropertyInstance(ServiceObject owner)
Creates the property instance. |
ComplexProperty |
ComplexPropertyDefinition.createPropertyInstance(ServiceObject owner)
Creates the property instance. |
| Uses of ServiceObject in microsoft.exchange.webservices.data.sync |
|---|
| Methods in microsoft.exchange.webservices.data.sync that return ServiceObject | |
|---|---|
ServiceObject |
Change.getServiceObject()
Gets the service object the change applies to. |
| Methods in microsoft.exchange.webservices.data.sync with parameters of type ServiceObject | |
|---|---|
void |
Change.setServiceObject(ServiceObject serviceObject)
Sets the service object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||