| 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 |