|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.compoze.exchange.AbstractItem | +--com.compoze.exchange.Message | +--com.compoze.exchange.MeetingCancellation
This class represents a cancellation for a meeting.
Fields inherited from class com.compoze.exchange.Message |
ALL_PROPS |
Fields inherited from class com.compoze.exchange.AbstractItem |
m_props, m_session |
Method Summary | |
void |
serverDeleteAppointment(boolean bDeletedItems)
Hits the server to delete the appointment that was canceled. |
Appointment |
serverGetAssociatedAppointment(PropertyKey[] apptProps)
Gets the appointment associated with the meeting request. |
void |
setSender(AddressEntry addressEntry)
This method is not allowed on this Message type. |
Methods inherited from class com.compoze.exchange.AbstractItem |
get, getBoolean, getByteArray, getDate, getDouble, getInt, getInvalidPropertyValues, getPropertyKeys, getString, getStringArray, getUpdatedPropertyValues, set, setBoolean, setByteArray, setDate, setDouble, setInt, setString, setStringArray |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public Appointment serverGetAssociatedAppointment(PropertyKey[] apptProps) throws ExchangeException
apptProps
- the properties from the appointment to retrievenull
if it was not
found, meaning that the associated appointment was moved,
deleted or is out of datepublic void serverDeleteAppointment(boolean bDeletedItems) throws ExchangeException
bDeletedItems
- if true
, put the appointment
in the deleted items folder, otherwise delete it permanentlytrue
if the appointment was deleted, or
false
if it could not be foundpublic void setSender(AddressEntry addressEntry) throws ExchangeException
Message
type.setSender
in class Message
ExchangeException
- this method is not allowed
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |