|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message | |
---|---|
org.wso2.carbon.registry.social.api.message |
Uses of Message in org.wso2.carbon.registry.social.api.message |
---|
Methods in org.wso2.carbon.registry.social.api.message that return Message | |
---|---|
Message[] |
MessageManager.getMessages(String userId,
String msgCollectionId,
Set<String> fields,
List<String> msgIds,
FilterOptions options)
Returns an array of messages that correspond to the passed in data |
Methods in org.wso2.carbon.registry.social.api.message with parameters of type Message | |
---|---|
void |
MessageManager.createMessage(String userId,
String msgCollectionId,
Message message)
Posts a message to the user's specified message collection, to be sent to the set of recipients specified in the message |
void |
MessageManager.createMessage(String userId,
String appId,
String msgCollectionId,
Message message)
Posts a message to the user's specified message collection, to be sent to the set of recipients specified in the message |
void |
MessageManager.modifyMessage(String userId,
String msgCollId,
String messageId,
Message message)
Modifies/Updates a specific message with new data |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |