|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMessagingItem
Classes that implement this interface are items in the messaging schema (contain a body).
| Field Summary | |
|---|---|
static Key |
BODY
Represents the plain text body of a groupware item. |
static Key |
BODY_HTML
Represents the HTML body of a groupware item. |
static int |
KEYID_BODY
The int ID for the BODY key. |
static int |
KEYID_BODY_HTML
The int ID for the BODY_HTML key. |
| Fields inherited from interface com.compoze.collab.IItem |
|---|
CLASS, ID, ITEM_CLASS, KEYID_ID, KEYID_ITEM_CLASS, KEYID_PARENT_ID, MINIMUM_ITEM_KEYS, PARENT_ID |
| Method Summary | |
|---|---|
String |
getBody()
Gets the plain text body. |
String |
getBodyHtml()
Gets the HTML body. |
void |
setBody(String sBody)
Sets the plain text body. |
void |
setBodyHtml(String sBody)
Sets the HTML body. |
| Methods inherited from interface com.compoze.collab.IItem |
|---|
commit, containsKey, containsKey, copyProperties, copyTo, delete, fetchProperties, getAttribute, getEnum, getID, getInputStream, getItemClass, getOutputStream, getParent, getParent, getParentID, getProperties, getProperties, getProperties, getProperty, getProperty, getProperty, getReader, getRootContainer, getSession, getWriter, isMissing, moveTo, removeAttribute, removeProperty, setAttribute, setProperties, setProperty, setProperty, setProperty |
| Field Detail |
|---|
static final int KEYID_BODY
int ID for the BODY key.
static final int KEYID_BODY_HTML
int ID for the BODY_HTML key.
static final Key BODY
static final Key BODY_HTML
| Method Detail |
|---|
String getBody()
throws CollaborationException
CollaborationExceptionBODY
void setBody(String sBody)
throws CollaborationException
sBody - the body
CollaborationExceptionBODY
String getBodyHtml()
throws CollaborationException
CollaborationException
void setBodyHtml(String sBody)
throws CollaborationException
sBody - the HTML body
CollaborationException
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||