Package | Description |
---|---|
org.wso2.carbon.registry.social.api.message |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2024 WSO2. All Rights Reserved.