|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.compoze.domino.AbstractItem
com.compoze.domino.AbstractDocument
com.compoze.domino.Memo
com.compoze.domino.Appointment
com.compoze.domino.Notice
com.compoze.domino.RequestInvitationInfo
public class RequestInvitationInfo
This class is a Domino request for more information about a meeting ("invitation"). Request instances are obtained
from the Documents class. Methods that access properites on the class require that the
properties were loaded beforehand, when the request was initially retrieved.
Any methods in this class that begin with the string server
make a query to the server, and require that the
PropertyKey.DOCUMENT_ID and PropertyKey.DOCUMENT_TYPE properties to be loaded beforehand. Any additional
property requirements are indicated on each individual method.
NoticeType.REQUEST_INFO,
Serialized Form| Field Summary |
|---|
| Fields inherited from class com.compoze.domino.Notice |
|---|
ALL_PROPS |
| Fields inherited from class com.compoze.domino.AbstractItem |
|---|
m_props, m_session |
| Method Summary | |
|---|---|
void |
serverSendInformation(java.lang.String sComment)
Hits the server and sends updated information about the meeting. |
| Methods inherited from class com.compoze.domino.Notice |
|---|
getAppointmentID, getNoticeType, getStatusUpdate, getTitle, getTitle, getTopic, serverRemove |
| Methods inherited from class com.compoze.domino.AbstractDocument |
|---|
getAttachmentCount, getAttachmentInfo, getAttachmentInfoArray, getDateCreated, getDateCreatedString, getDateModified, getDateModifiedString, getDocumentType, getEmbeddedImageCount, getEmbeddedImageInfo, getEmbeddedImageInfoArray, getID, getParentID, getSize, getSizeInKilos, hasAttachment, serverAddAttachment, serverCopyTo, serverDeleteAttachment, serverMoveTo |
| Methods inherited from class com.compoze.domino.AbstractItem |
|---|
get, getBoolean, getDate, getDateArray, getDouble, getInt, getPropertyKeys, getString, getStringArray, getUpdatedPropertyValues, set, setBoolean, setDate, setDouble, setInt, setString, setStringArray |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void serverSendInformation(java.lang.String sComment)
throws DominoException
sComment - the request information comment or null for no comment
DominoExceptionPropertyKey.TOPIC
|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||