| Package | Description |
|---|---|
| org.apache.shindig.social.core.model |
Core Social Model
Default implementations of the Social Model.
|
| org.apache.shindig.social.opensocial.spi |
The Social Service Provider Interface package
Interface and supporting classes that specify the service
provider interface between Shindig and the deployed SNS infrastructure.
|
| org.apache.shindig.social.sample.spi |
Sample SPI implementation
A Sample implementation of the SPI, using a JSON DB
implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageCollectionImpl
Default representation of a MessageCollection
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2007-2012. All Rights Reserved.