|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Item in microsoft.exchange.webservices.data.core |
|---|
| Methods in microsoft.exchange.webservices.data.core with type parameters of type Item | ||
|---|---|---|
|
ExchangeService.bindToItem(Class<TItem> c,
ItemId itemId,
PropertySet propertySet)
Bind to item. |
|
static
|
EwsUtilities.findFirstItemOfType(Class<TItem> cls,
Iterable<Item> items)
Finds the first item of type TItem (not a descendant type) in the specified collection. |
|
protected
|
ExchangeService.findItems(Class<TItem> cls,
FolderId parentFolderId,
SearchFilter searchFilter,
ViewBase view,
Grouping groupBy)
Obtains a grouped list of item by searching the contents of a specific folder. |
|
|
ExchangeService.findItems(Iterable<FolderId> parentFolderIds,
SearchFilter searchFilter,
String queryString,
ViewBase view,
Grouping groupBy,
ServiceErrorHandling errorHandlingMode)
Finds item. |
|
| Methods in microsoft.exchange.webservices.data.core that return Item | |
|---|---|
Item |
ExchangeService.bindToItem(ItemId itemId,
PropertySet propertySet)
Binds to multiple item in a single call to EWS. |
Item |
ExchangeService.copyItem(ItemId itemId,
FolderId destinationFolderId)
Copies an item. |
static Item |
EwsUtilities.createItemFromItemClass(ItemAttachment itemAttachment,
Class<?> itemClass,
boolean isNew)
Creates the item from item class. |
static Item |
EwsUtilities.createItemFromXmlElementName(ItemAttachment itemAttachment,
String xmlElementName)
Creates the item from xml element name. |
Item |
ExchangeService.moveItem(ItemId itemId,
FolderId destinationFolderId)
Copies multiple item in a single call to EWS. |
Item |
ExchangeService.updateItem(Item item,
FolderId savedItemsDestinationFolderId,
ConflictResolutionMode conflictResolution,
MessageDisposition messageDisposition,
SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)
Updates an item. |
| Methods in microsoft.exchange.webservices.data.core that return types with arguments of type Item | |
|---|---|
FindItemsResults<Item> |
ExchangeService.findItems(FolderId parentFolderId,
ItemView view)
Obtains a list of item by searching the contents of a specific folder. |
GroupedFindItemsResults<Item> |
ExchangeService.findItems(FolderId parentFolderId,
ItemView view,
Grouping groupBy)
Obtains a grouped list of item by searching the contents of a specific folder. |
FindItemsResults<Item> |
ExchangeService.findItems(FolderId parentFolderId,
SearchFilter searchFilter,
ItemView view)
Obtains a list of item by searching the contents of a specific folder. |
GroupedFindItemsResults<Item> |
ExchangeService.findItems(FolderId parentFolderId,
SearchFilter searchFilter,
ItemView view,
Grouping groupBy)
Obtains a grouped list of item by searching the contents of a specific folder. |
FindItemsResults<Item> |
ExchangeService.findItems(FolderId parentFolderId,
String queryString,
ItemView view)
Obtains a list of item by searching the contents of a specific folder. |
GroupedFindItemsResults<Item> |
ExchangeService.findItems(FolderId parentFolderId,
String queryString,
ItemView view,
Grouping groupBy)
Obtains a grouped list of item by searching the contents of a specific folder. |
FindItemsResults<Item> |
ExchangeService.findItems(WellKnownFolderName parentFolderName,
ItemView view)
Obtains a list of item by searching the contents of a specific folder. |
FindItemsResults<Item> |
ExchangeService.findItems(WellKnownFolderName parentFolderName,
SearchFilter searchFilter,
ItemView view)
Obtains a list of item by searching the contents of a specific folder. |
GroupedFindItemsResults<Item> |
ExchangeService.findItems(WellKnownFolderName parentFolderName,
SearchFilter searchFilter,
ItemView view,
Grouping groupBy)
Obtains a grouped list of item by searching the contents of a specific folder. |
FindItemsResults<Item> |
ExchangeService.findItems(WellKnownFolderName parentFolderName,
String queryString,
ItemView view)
Obtains a list of item by searching the contents of a specific folder. |
GroupedFindItemsResults<Item> |
ExchangeService.findItems(WellKnownFolderName parentFolderName,
String queryString,
ItemView view,
Grouping groupBy)
Obtains a grouped list of item by searching the contents of a specific folder. |
List<Item> |
ExchangeService.internalCreateResponseObject(ServiceObject responseObject,
FolderId parentFolderId,
MessageDisposition messageDisposition)
Create response object. |
| Methods in microsoft.exchange.webservices.data.core with parameters of type Item | |
|---|---|
void |
ExchangeService.createItem(Item item,
FolderId parentFolderId,
MessageDisposition messageDisposition,
SendInvitationsMode sendInvitationsMode)
Creates an item. |
void |
ExchangeService.sendItem(Item item,
FolderId savedCopyDestinationFolderId)
Send item. |
Item |
ExchangeService.updateItem(Item item,
FolderId savedItemsDestinationFolderId,
ConflictResolutionMode conflictResolution,
MessageDisposition messageDisposition,
SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)
Updates an item. |
| Method parameters in microsoft.exchange.webservices.data.core with type arguments of type Item | ||
|---|---|---|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.createItems(Collection<Item> items,
FolderId parentFolderId,
MessageDisposition messageDisposition,
SendInvitationsMode sendInvitationsMode)
Creates multiple item in a single EWS call. |
|
static
|
EwsUtilities.findFirstItemOfType(Class<TItem> cls,
Iterable<Item> items)
Finds the first item of type TItem (not a descendant type) in the specified collection. |
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.internalLoadPropertiesForItems(Iterable<Item> items,
PropertySet propertySet,
ServiceErrorHandling errorHandling)
Loads the property of multiple item in a single call to EWS. |
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.loadPropertiesForItems(Iterable<Item> items,
PropertySet propertySet)
Loads the property of multiple item in a single call to EWS. |
|
ServiceResponseCollection<UpdateItemResponse> |
ExchangeService.updateItems(Iterable<Item> items,
FolderId savedItemsDestinationFolderId,
ConflictResolutionMode conflictResolution,
MessageDisposition messageDisposition,
SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)
Updates multiple item in a single EWS call. |
|
| Uses of Item in microsoft.exchange.webservices.data.core.request |
|---|
| Classes in microsoft.exchange.webservices.data.core.request with type parameters of type Item | |
|---|---|
class |
FindItemRequest<TItem extends Item>
Represents a FindItem request. |
| Methods in microsoft.exchange.webservices.data.core.request that return types with arguments of type Item | |
|---|---|
List<Item> |
UpdateItemRequest.getItems()
Gets the item. |
Iterable<Item> |
SendItemRequest.getItems()
Gets the item. |
| Method parameters in microsoft.exchange.webservices.data.core.request with type arguments of type Item | |
|---|---|
void |
SendItemRequest.setItems(Iterable<Item> items)
Sets the item. |
| Uses of Item in microsoft.exchange.webservices.data.core.response |
|---|
| Classes in microsoft.exchange.webservices.data.core.response with type parameters of type Item | |
|---|---|
class |
FindItemResponse<TItem extends Item>
Represents the response to a item search operation. |
| Methods in microsoft.exchange.webservices.data.core.response that return Item | |
|---|---|
Item |
MoveCopyItemResponse.getItem()
Gets the copied or moved item. |
Item |
GetItemResponse.getItem()
Gets the item that was retrieved. |
protected Item |
CreateResponseObjectResponse.getObjectInstance(ExchangeService service,
String xmlElementName)
Gets Item instance. |
protected Item |
CreateItemResponse.getObjectInstance(ExchangeService service,
String xmlElementName)
Gets Item instance. |
Item |
UpdateItemResponse.getReturnedItem()
Gets the item that was returned by the update operation. |
| Constructors in microsoft.exchange.webservices.data.core.response with parameters of type Item | |
|---|---|
CreateItemResponse(Item item)
Initializes a new instance. |
|
GetItemResponse(Item item,
PropertySet propertySet)
Initializes a new instance of the class. |
|
UpdateItemResponse(Item item)
Initializes a new instance of the class. |
|
| Uses of Item in microsoft.exchange.webservices.data.core.service.folder |
|---|
| Methods in microsoft.exchange.webservices.data.core.service.folder that return types with arguments of type Item | |
|---|---|
FindItemsResults<Item> |
Folder.findItems(ItemView view)
Find item. |
GroupedFindItemsResults<Item> |
Folder.findItems(ItemView view,
Grouping groupBy)
Obtains a grouped list of item by searching the contents of this folder. |
FindItemsResults<Item> |
Folder.findItems(SearchFilter searchFilter,
ItemView view)
Find item. |
GroupedFindItemsResults<Item> |
Folder.findItems(SearchFilter searchFilter,
ItemView view,
Grouping groupBy)
Find item. |
FindItemsResults<Item> |
Folder.findItems(String queryString,
ItemView view)
Find item. |
GroupedFindItemsResults<Item> |
Folder.findItems(String queryString,
ItemView view,
Grouping groupBy)
Find item. |
| Uses of Item in microsoft.exchange.webservices.data.core.service.item |
|---|
| Subclasses of Item 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 |
EmailMessage
Represents an e-mail message. |
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. |
| Methods in microsoft.exchange.webservices.data.core.service.item that return Item | |
|---|---|
static Item |
Item.bind(ExchangeService service,
ItemId id)
Binds to an existing item, whatever its actual type is, and loads the specified set of property. |
static Item |
Item.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing item, whatever its actual type is, and loads the specified set of property. |
Item |
Item.copy(FolderId destinationFolderId)
Creates a copy of this item in the specified folder. |
Item |
Item.copy(WellKnownFolderName destinationFolderName)
Creates a copy of this item in the specified folder. |
protected Item |
Item.internalUpdate(FolderId parentFolderId,
ConflictResolutionMode conflictResolutionMode,
MessageDisposition messageDisposition,
SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)
Update item. |
Item |
Item.move(FolderId destinationFolderId)
Moves this item to a the specified folder. |
Item |
Item.move(WellKnownFolderName destinationFolderName)
Moves this item to a the specified folder. |
| Uses of Item in microsoft.exchange.webservices.data.core.service.response |
|---|
| Methods in microsoft.exchange.webservices.data.core.service.response that return types with arguments of type Item | |
|---|---|
protected List<Item> |
ResponseObject.internalCreate(FolderId destinationFolderId,
MessageDisposition messageDisposition)
Create the response object. |
List<Item> |
RemoveFromCalendar.internalCreate(FolderId parentFolderId,
MessageDisposition messageDisposition)
Create response object. |
| Constructors in microsoft.exchange.webservices.data.core.service.response with parameters of type Item | |
|---|---|
AcceptMeetingInvitationMessage(Item referenceItem,
boolean tentative)
Initializes a new instance of the AcceptMeetingInvitationMessage class. |
|
CalendarResponseMessage(Item referenceItem)
Initializes a new instance of the CalendarResponseMessage class. |
|
CancelMeetingMessage(Item referenceItem)
Initializes a new instance of the class. |
|
DeclineMeetingInvitationMessage(Item referenceItem)
Initializes a new instance of the DeclineMeetingInvitationMessage class. |
|
PostReply(Item referenceItem)
Initializes a new instance of the class. |
|
RemoveFromCalendar(Item referenceItem)
Initializes a new instance of the RemoveFromCalendar class. |
|
ResponseMessage(Item referenceItem,
ResponseMessageType responseType)
Initializes a new instance of the class. |
|
ResponseObject(Item referenceItem)
Initializes a new instance of the class. |
|
SuppressReadReceipt(Item referenceItem)
Initializes a new instance of the class. |
|
| Uses of Item in microsoft.exchange.webservices.data.misc |
|---|
| Methods in microsoft.exchange.webservices.data.misc that return Item | |
|---|---|
Item |
ItemIdWrapperList.getItemIdWrapperList(int i)
Gets the item at the specified index. |
| Methods in microsoft.exchange.webservices.data.misc with parameters of type Item | |
|---|---|
protected void |
ItemIdWrapperList.add(Item item)
Adds the specified item. |
| Method parameters in microsoft.exchange.webservices.data.misc with type arguments of type Item | |
|---|---|
void |
ItemIdWrapperList.addRangeItem(Iterable<Item> items)
Adds the specified item. |
| Constructor parameters in microsoft.exchange.webservices.data.misc with type arguments of type Item | |
|---|---|
CalendarActionResults(Iterable<Item> items)
Initializes a new instance of the class. |
|
| Uses of Item in microsoft.exchange.webservices.data.property.complex |
|---|
| Classes in microsoft.exchange.webservices.data.property.complex with type parameters of type Item | |
|---|---|
class |
GenericItemAttachment<TItem extends Item>
Represents a strongly typed item attachment. |
class |
ItemCollection<TItem extends Item>
Represents a collection of item. |
| Methods in microsoft.exchange.webservices.data.property.complex with type parameters of type Item | ||
|---|---|---|
|
AttachmentCollection.addItemAttachment(Class<TItem> cls)
Adds an item attachment to the collection. |
|
| Methods in microsoft.exchange.webservices.data.property.complex that return Item | |
|---|---|
Item |
ItemAttachment.getItem()
Gets the item associated with the attachment. |
Item |
Attachment.getOwner()
Gets the owner of the attachment. |
| Methods in microsoft.exchange.webservices.data.property.complex with parameters of type Item | |
|---|---|
protected void |
ItemAttachment.setItem(Item item)
Sets the item associated with the attachment. |
| Constructors in microsoft.exchange.webservices.data.property.complex with parameters of type Item | |
|---|---|
Attachment(Item owner)
Initializes a new instance. |
|
FileAttachment(Item owner)
Initializes a new instance. |
|
GenericItemAttachment(Item owner)
Initializes a new instance of the GenericItemAttachment class. |
|
ItemAttachment(Item owner)
Initializes a new instance of the class. |
|
| Uses of Item in microsoft.exchange.webservices.data.search |
|---|
| Classes in microsoft.exchange.webservices.data.search with type parameters of type Item | |
|---|---|
class |
FindItemsResults<TItem extends Item>
Represents the results of an item search operation. |
class |
GroupedFindItemsResults<TItem extends Item>
Represents the results of an item search operation. |
class |
ItemGroup<TItem extends Item>
Represents a group of item as returned by grouped item search operations. |
| Uses of Item in microsoft.exchange.webservices.data.sync |
|---|
| Methods in microsoft.exchange.webservices.data.sync that return Item | |
|---|---|
Item |
ItemChange.getItem()
Gets the item the change applies to. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||