|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageCollection | |
|---|---|
| org.apache.shindig.social.core.model | Core Social Model |
| org.apache.shindig.social.opensocial.spi | The Social Service Provider Interface package |
| org.apache.shindig.social.sample.spi | Sample SPI implementation |
| Uses of MessageCollection in org.apache.shindig.social.core.model |
|---|
| Classes in org.apache.shindig.social.core.model that implement MessageCollection | |
|---|---|
class |
MessageCollectionImpl
Default representation of a MessageCollection |
| Uses of MessageCollection in org.apache.shindig.social.opensocial.spi |
|---|
| Methods in org.apache.shindig.social.opensocial.spi that return types with arguments of type MessageCollection | |
|---|---|
Future<MessageCollection> |
MessageService.createMessageCollection(UserId userId,
MessageCollection msgCollection,
SecurityToken token)
Creates a new message collection for the given arguments |
Future<MessageCollection> |
MessageService.NotImplementedMessageService.createMessageCollection(UserId userId,
MessageCollection msgCollection,
SecurityToken token)
|
Future<RestfulCollection<MessageCollection>> |
MessageService.getMessageCollections(UserId userId,
Set<String> fields,
CollectionOptions options,
SecurityToken token)
Returns a list of message collections corresponding to the given user |
Future<RestfulCollection<MessageCollection>> |
MessageService.NotImplementedMessageService.getMessageCollections(UserId userId,
Set<String> fields,
CollectionOptions options,
SecurityToken token)
|
| Methods in org.apache.shindig.social.opensocial.spi with parameters of type MessageCollection | |
|---|---|
Future<MessageCollection> |
MessageService.createMessageCollection(UserId userId,
MessageCollection msgCollection,
SecurityToken token)
Creates a new message collection for the given arguments |
Future<MessageCollection> |
MessageService.NotImplementedMessageService.createMessageCollection(UserId userId,
MessageCollection msgCollection,
SecurityToken token)
|
Future<Void> |
MessageService.modifyMessageCollection(UserId userId,
MessageCollection msgCollection,
SecurityToken token)
Modifies/Updates a message collection for the given arguments |
Future<Void> |
MessageService.NotImplementedMessageService.modifyMessageCollection(UserId userId,
MessageCollection msgCollection,
SecurityToken token)
|
| Uses of MessageCollection in org.apache.shindig.social.sample.spi |
|---|
| Methods in org.apache.shindig.social.sample.spi that return types with arguments of type MessageCollection | |
|---|---|
Future<MessageCollection> |
JsonDbOpensocialService.createMessageCollection(UserId userId,
MessageCollection msgCollection,
SecurityToken token)
Creates a new message collection for the given arguments |
Future<RestfulCollection<MessageCollection>> |
JsonDbOpensocialService.getMessageCollections(UserId userId,
Set<String> fields,
CollectionOptions options,
SecurityToken token)
Returns a list of message collections corresponding to the given user |
| Methods in org.apache.shindig.social.sample.spi with parameters of type MessageCollection | |
|---|---|
Future<MessageCollection> |
JsonDbOpensocialService.createMessageCollection(UserId userId,
MessageCollection msgCollection,
SecurityToken token)
Creates a new message collection for the given arguments |
Future<Void> |
JsonDbOpensocialService.modifyMessageCollection(UserId userId,
MessageCollection msgCollection,
SecurityToken token)
Modifies/Updates a message collection for the given arguments |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||