MessageSocialComponent
instead.@Deprecated public interface Message extends Adaptable
Modifier and Type | Field and Description |
---|---|
static String |
NT_MESSAGE_NODE_TYPE
Deprecated.
node type for message Nodes.
|
static String |
PN_MESSAGE_CONTENT
Deprecated.
property to specify message content.
|
static String |
PN_MESSAGE_DELETED
Deprecated.
property to specify trashed or not.
|
static String |
PN_MESSAGE_ID
Deprecated.
property to specify message id.
|
static String |
PN_MESSAGE_READ
Deprecated.
property to specify to specify read or unread.
|
static String |
PN_MESSAGE_RECIPIENT_NAMES
Deprecated.
property to specify recipients' names.
|
static String |
PN_MESSAGE_RECIPIENTS
Deprecated.
property to specify recipients.
|
static String |
PN_MESSAGE_SENDER
Deprecated.
property to specify sender id.
|
static String |
PN_MESSAGE_SENDER_NAME
Deprecated.
property to specify sender name.
|
static String |
PN_MESSAGE_SIZE
Deprecated.
property name for size of message.
|
static String |
PN_MESSAGE_SUBJECT
Deprecated.
property to specify message subject.
|
static String |
PN_MESSAGE_TIMESTAMP
Deprecated.
property to specify time stamp of message.
|
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Deprecated.
get content of message.
|
Object |
getCustomProperty(String propertyName)
Deprecated.
get a custom property stored on message.
|
String |
getId()
Deprecated.
get message id.
|
List<String> |
getRecipientIdList()
Deprecated.
get list of ids of recipients.
|
List<String> |
getRecipientNameList()
Deprecated.
get list of recipient names.
|
String |
getSenderId()
Deprecated.
get id of sender.
|
String |
getSenderName()
Deprecated.
get name of sender.
|
String |
getSubject()
Deprecated.
get subject of message.
|
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.
|
Object |
setCustomProperty(String name,
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 String PN_MESSAGE_ID
static final String PN_MESSAGE_RECIPIENTS
static final String PN_MESSAGE_SENDER_NAME
static final String PN_MESSAGE_RECIPIENT_NAMES
static final String PN_MESSAGE_SUBJECT
static final String PN_MESSAGE_CONTENT
static final String PN_MESSAGE_SENDER
static final String PN_MESSAGE_READ
static final String PN_MESSAGE_DELETED
static final String PN_MESSAGE_TIMESTAMP
static final String NT_MESSAGE_NODE_TYPE
static final String PN_MESSAGE_SIZE
String getId()
String getSenderId()
String getSenderName()
String getSubject()
String getContent()
List<String> getRecipientIdList()
List<String> getRecipientNameList()
Object getCustomProperty(String propertyName)
propertyName
- name of property to be searched forboolean isRead()
boolean isDeleted()
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.Object setCustomProperty(String name, 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 - 2017 Adobe Systems Incorporated. All Rights Reserved"