|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class is a Domino notice.
Field Summary | |
static int |
KEYID_NOTICE_TYPE
The int ID for the NOTICE_TYPE key. |
static int |
KEYID_STATUS_UPDATE
The int ID for the STATUS_UPDATE key. |
static int |
KEYID_TOPIC
The int ID for the TOPIC key. |
static Key |
NOTICE_TYPE
Key that represents the notice type. |
static Key |
STATUS_UPDATE
Key that represents the status update. |
static Key |
TOPIC
Key that represents the topic. |
Method Summary | |
NoticeType |
getNoticeType()
Gets the notice type. |
java.lang.String |
getStatusUpdate()
Gets the status update (comment) for the notice. |
java.lang.String |
getTitle()
Gets the title for the notice using the default locale. |
java.lang.String |
getTopic()
Gets the topic of the notice. |
Field Detail |
public static final int KEYID_NOTICE_TYPE
int
ID for the NOTICE_TYPE
key.public static final int KEYID_STATUS_UPDATE
int
ID for the STATUS_UPDATE
key.public static final int KEYID_TOPIC
int
ID for the TOPIC
key.public static final Key NOTICE_TYPE
public static final Key STATUS_UPDATE
public static final Key TOPIC
Method Detail |
public NoticeType getNoticeType() throws CollaborationException
null
if not recognized// * @see #CHAIR
public java.lang.String getTitle() throws CollaborationException
// * @see #PRINCIPAL
public java.lang.String getStatusUpdate() throws CollaborationException
STATUS_UPDATE
public java.lang.String getTopic() throws CollaborationException
TOPIC
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |