Uses of Interface
org.wso2.carbon.registry.social.api.message.MessageCollection
-
Packages that use MessageCollection Package Description org.wso2.carbon.registry.social.api.message -
-
Uses of MessageCollection in org.wso2.carbon.registry.social.api.message
Methods in org.wso2.carbon.registry.social.api.message that return MessageCollection Modifier and Type Method Description MessageCollection[]
MessageManager. getMessageCollections(String userId, Set<String> fields, FilterOptions options)
Returns an array of message collections corresponding to the given user detailsMethods in org.wso2.carbon.registry.social.api.message with parameters of type MessageCollection Modifier and Type Method Description void
MessageManager. createMessageCollection(String userId, MessageCollection msgCollection, String messageCollectionId)
Creates a MessageCollection of the the user with given id and attributesvoid
MessageManager. modifyMessageCollection(String userId, MessageCollection msgCollection, String messageCollectionId)
Modifies/Updates a message collection for the given arguments
-