Uses of Interface
org.wso2.carbon.registry.social.api.message.Message
-
Packages that use Message Package Description 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 Modifier and Type Method 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 dataMethods in org.wso2.carbon.registry.social.api.message with parameters of type Message Modifier and Type Method Description 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 messagevoid
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 messagevoid
MessageManager. modifyMessage(String userId, String msgCollId, String messageId, Message message)
Modifies/Updates a specific message with new data
-