|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExchangeMeeting
Contains information of a meeting either as a calendar item or a received meeting request message.
Method Summary | |
---|---|
int |
getAdjacentMeetingCount()
Returns the total number of calendar items that are adjacent to this meeting's time. |
java.util.List<ExchangeItem> |
getAdjacentMeetings()
Returns all calendar items that are adjacent to this meeting's time. |
boolean |
getAllowNewTimeProposal()
Returns true if a new meeting time can be proposed for this meeting by an attendee, false otherwise. |
java.util.Date |
getAppointmentReplyTime()
Returns the date and time when an attendee replied to a meeting request. |
int |
getAppointmentSequenceNumber()
Returns the sequence number of a version of an appointment. |
CalendarItemType |
getCalendarItemType()
Returns the occurrence type of this calendar item. |
int |
getConferenceType()
Returns the type of conferencing that is performed. |
int |
getConflictingMeetingCount()
Returns the number of meetings that conflict with this calendar item. |
java.util.List<ExchangeItem> |
getConflictingMeetings()
Returns all items that conflict with this meeting's time. |
java.util.Date |
getDateTimeStamp()
Indicates the date and time that an instance of a iCalendar object was created. |
java.lang.String |
getDuration()
Returns the duration of this calendar item. |
java.util.Date |
getEnd()
Returns the end date and time of this calendar item. |
FreeBusyStatus |
getFreeBusyStatus()
Returns the free/busy status of this calendar item. |
java.lang.String |
getLocation()
Returns the location of this meeting or appointment. |
boolean |
getMeetingRequestWasSent()
Returns true if a meeting request has been sent to requested attendees, false otherwise. |
java.lang.String |
getMeetingWorkspaceUrl()
Returns the URL for the meeting workspace. |
ResponseType |
getMyResponseType()
Returns the status of the response for this calendar item. |
java.lang.String |
getNetShowUrl()
Returns the URL for a Microsoft NetShow online meeting. |
java.util.List<ExchangeAttendee> |
getOptionalAttendees()
Returns a list of the optional attendees for this meeting. |
java.lang.String |
getOrganizerEmailAddress()
Returns the e-mail address of the organizer of this meeting. |
ExchangeMailbox |
getOrganizerMailbox()
Returns the mailbox of the organizer of this meeting. |
java.lang.String |
getOrganizerName()
Returns the name of the organizer of this meeting. |
java.util.Date |
getOriginalStart()
Returns the original start date and time of this calendar item. |
java.util.Date |
getRecurrenceId()
The recurrence ID is used to identify a specific instance of a recurring calendar item. |
java.util.List<ExchangeAttendee> |
getRequiredAttendees()
Returns a list of the required attendees for this meeting. |
java.util.List<ExchangeAttendee> |
getResources()
Returns a list of the resources for this meeting. |
java.util.Date |
getStart()
Returns the start date and time of this calendar item. |
java.lang.String |
getTimeZone()
Returns a textual description of a time zone. |
java.lang.String |
getUid()
Returns an UID uniquely identifying a calendar item. |
java.lang.String |
getWhen()
Returns textual information about when this appointment or meeting occurs. |
boolean |
isAllDayEvent()
Returns true if this item is an all-day event; false otherwise. |
boolean |
isCancelled()
Returns true if this meeting or appointment has been canceled, false otherwise. |
boolean |
isOnlineMeeting()
Returns true if this meeting is online, false otherwise. |
boolean |
isRecurring()
Returns true if this calendar item is part of a recurring item, false otherwise. |
boolean |
isResponseRequested()
Indicates whether a response is required. |
void |
respond(ResponseType responseType)
Sends a response to the meeting organizer for this meeting. |
Method Detail |
---|
java.lang.String getUid() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.java.util.Date getRecurrenceId() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.java.util.Date getDateTimeStamp() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.java.util.Date getStart() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.java.util.Date getEnd() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.java.util.Date getOriginalStart() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.boolean isAllDayEvent() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.FreeBusyStatus getFreeBusyStatus() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.java.lang.String getLocation() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.java.lang.String getWhen() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.boolean isCancelled() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.boolean isRecurring() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.boolean getMeetingRequestWasSent() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.boolean isResponseRequested() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.CalendarItemType getCalendarItemType() throws ExchangeServiceException
CalendarItemType.Single: This item is not associated with a recurring calendar item.
CalendarItemType.Occurrence: This item is an occurrence of a recurring calendar item.
CalendarItemType.Exception: This item is an exception to a recurring calendar item.
CalendarItemType.RecurringMaster: This item is master for a set of recurring calendar items.
ExchangeServiceException
- if any errors occur during the communication with Exchange.ResponseType getMyResponseType() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.java.lang.String getOrganizerName() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.java.lang.String getOrganizerEmailAddress() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.ExchangeMailbox getOrganizerMailbox() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.java.util.List<ExchangeAttendee> getRequiredAttendees() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.java.util.List<ExchangeAttendee> getOptionalAttendees() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.java.util.List<ExchangeAttendee> getResources() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.int getConflictingMeetingCount() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.int getAdjacentMeetingCount() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.java.util.List<ExchangeItem> getConflictingMeetings() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.java.util.List<ExchangeItem> getAdjacentMeetings() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.java.lang.String getDuration() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.java.lang.String getTimeZone() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.java.util.Date getAppointmentReplyTime() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.int getAppointmentSequenceNumber() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.int getConferenceType() throws ExchangeServiceException
0: NetMeeting
1: NetShow
2: Chat
ExchangeServiceException
- if any errors occur during the communication with Exchange.boolean getAllowNewTimeProposal() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.boolean isOnlineMeeting() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.java.lang.String getMeetingWorkspaceUrl() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.java.lang.String getNetShowUrl() throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.void respond(ResponseType responseType) throws ExchangeServiceException
ExchangeServiceException
- if any errors occur during the communication with Exchange.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |