|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.exchange.AbstractItem
com.compoze.exchange.Message
com.compoze.exchange.MeetingCancellation
This class represents a cancellation for a meeting.
Field Summary |
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 retrieve
null
if it was not
found, meaning that the associated appointment was moved,
deleted or is out of date
ExchangeException
public void serverDeleteAppointment(boolean bDeletedItems) throws ExchangeException
bDeletedItems
- if true
, put the appointment
in the deleted items folder, otherwise delete it permanently
true
if the appointment was deleted, or
false
if it could not be found
ExchangeException
public void setSender(AddressEntry addressEntry) throws ExchangeException
Message
type.
setSender
in class Message
addressEntry
- the address entry of the sender
ExchangeException
- this method is not allowed
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |