Uses of Interface
org.wso2.carbon.registry.social.api.message.MessageCollection

Packages that use MessageCollection
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
 MessageCollection[] MessageManager.getMessageCollections(String userId, Set<String> fields, FilterOptions options)
          Returns an array of message collections corresponding to the given user details
 

Methods in org.wso2.carbon.registry.social.api.message with parameters of type MessageCollection
 void MessageManager.createMessageCollection(String userId, MessageCollection msgCollection, String messageCollectionId)
          Creates a MessageCollection of the the user with given id and attributes
 void MessageManager.modifyMessageCollection(String userId, MessageCollection msgCollection, String messageCollectionId)
          Modifies/Updates a message collection for the given arguments
 



Copyright © 2015 WSO2. All Rights Reserved.