|
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.DeliveryReport
public class DeliveryReport
This class is a Domino delivery report. Delivery report instances are obtained
from the Documents class. Methods that access properites on the class require that the
properties were loaded beforehand, when the message 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.
| Field Summary | |
|---|---|
static PropertyKey[] |
ALL_PROPS
Contains an array of all of the properties available on a delivery report. |
| Fields inherited from class com.compoze.domino.AbstractItem |
|---|
m_props, m_session |
| Method Summary | |
|---|---|
java.util.Date |
getDeliveryDate()
Gets the delivery date. |
java.lang.String |
getDeliveryDateString(java.text.DateFormat dateFormat)
Gets the delivery date for the document formatted with the specified date format. |
java.lang.String |
getIntendedRecipient()
Gets the intended recipient. |
java.lang.String |
getOriginalSubject()
Gets the original subject. |
java.lang.String |
getSubject()
Gets the subject of the delivery report. |
java.lang.String |
getSubject(java.util.Locale locale)
Gets the subject of the delivery report. |
| 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 |
| Field Detail |
|---|
public static final PropertyKey[] ALL_PROPS
| Method Detail |
|---|
public java.lang.String getSubject()
throws DominoException
getSubject in class MemoDominoExceptionPropertyKey.SUBJECT
public java.lang.String getSubject(java.util.Locale locale)
throws DominoException
getSubject in class Memolocale - the locale
DominoExceptionPropertyKey.SUBJECT
public java.lang.String getOriginalSubject()
throws DominoException
DominoExceptionPropertyKey.ORIGINAL_SUBJECT,
PropertyKey.SUBJECT
public java.lang.String getIntendedRecipient()
throws DominoException
DominoExceptionPropertyKey.INTENDED_RECIPIENT
public java.util.Date getDeliveryDate()
throws DominoException
DominoExceptionPropertyKey.DELIVERY_DATE
public java.lang.String getDeliveryDateString(java.text.DateFormat dateFormat)
throws DominoException
dateFormat - the date format (may not be null)
null
DominoExceptionPropertyKey.DELIVERY_DATE
|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||