MessageSocialComponent instead.@Deprecated public interface Message extends Adaptable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NT_MESSAGE_NODE_TYPE
Deprecated.
node type for message Nodes.
|
static java.lang.String |
PN_MESSAGE_CONTENT
Deprecated.
property to specify message content.
|
static java.lang.String |
PN_MESSAGE_DELETED
Deprecated.
property to specify trashed or not.
|
static java.lang.String |
PN_MESSAGE_ID
Deprecated.
property to specify message id.
|
static java.lang.String |
PN_MESSAGE_READ
Deprecated.
property to specify to specify read or unread.
|
static java.lang.String |
PN_MESSAGE_RECIPIENT_NAMES
Deprecated.
property to specify recipients' names.
|
static java.lang.String |
PN_MESSAGE_RECIPIENTS
Deprecated.
property to specify recipients.
|
static java.lang.String |
PN_MESSAGE_SENDER
Deprecated.
property to specify sender id.
|
static java.lang.String |
PN_MESSAGE_SENDER_NAME
Deprecated.
property to specify sender name.
|
static java.lang.String |
PN_MESSAGE_SIZE
Deprecated.
property name for size of message.
|
static java.lang.String |
PN_MESSAGE_SUBJECT
Deprecated.
property to specify message subject.
|
static java.lang.String |
PN_MESSAGE_TIMESTAMP
Deprecated.
property to specify time stamp of message.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContent()
Deprecated.
get content of message.
|
java.lang.Object |
getCustomProperty(java.lang.String propertyName)
Deprecated.
get a custom property stored on message.
|
java.lang.String |
getId()
Deprecated.
get message id.
|
java.util.List<java.lang.String> |
getRecipientIdList()
Deprecated.
get list of ids of recipients.
|
java.util.List<java.lang.String> |
getRecipientNameList()
Deprecated.
get list of recipient names.
|
java.lang.String |
getSenderId()
Deprecated.
get id of sender.
|
java.lang.String |
getSenderName()
Deprecated.
get name of sender.
|
java.lang.String |
getSubject()
Deprecated.
get subject of message.
|
java.util.Calendar |
getTimestamp()
Deprecated.
time at which message had been sent.
|
boolean |
isDeleted()
Deprecated.
tells if the message has been trashed.
|
boolean |
isRead()
Deprecated.
tells if message has been read.
|
java.lang.Object |
setCustomProperty(java.lang.String name,
java.lang.Object value)
Deprecated.
change the value of an existing custom property on message.
|
boolean |
setDeleted(boolean value)
Deprecated.
mark the message as trashed or un-trashed.
|
boolean |
setRead(boolean value)
Deprecated.
mark the message as read or unread.
|
static final java.lang.String PN_MESSAGE_ID
static final java.lang.String PN_MESSAGE_RECIPIENTS
static final java.lang.String PN_MESSAGE_SENDER_NAME
static final java.lang.String PN_MESSAGE_RECIPIENT_NAMES
static final java.lang.String PN_MESSAGE_SUBJECT
static final java.lang.String PN_MESSAGE_CONTENT
static final java.lang.String PN_MESSAGE_SENDER
static final java.lang.String PN_MESSAGE_READ
static final java.lang.String PN_MESSAGE_DELETED
static final java.lang.String PN_MESSAGE_TIMESTAMP
static final java.lang.String NT_MESSAGE_NODE_TYPE
static final java.lang.String PN_MESSAGE_SIZE
java.lang.String getId()
java.lang.String getSenderId()
java.lang.String getSenderName()
java.lang.String getSubject()
java.lang.String getContent()
java.util.List<java.lang.String> getRecipientIdList()
java.util.List<java.lang.String> getRecipientNameList()
java.lang.Object getCustomProperty(java.lang.String propertyName)
propertyName - name of property to be searched forboolean isRead()
boolean isDeleted()
java.util.Calendar getTimestamp()
boolean setDeleted(boolean value)
value - true if the message is to be trashed, false otherwise.boolean setRead(boolean value)
value - true if the message is to be marked read, false otherwise.java.lang.Object setCustomProperty(java.lang.String name,
java.lang.Object value)
name - name of propertyvalue - value to be setnull if the property is not an existing custom
property of the message and hence could not be set."Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"