| 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 |
MessageImpl
Default implementation for a
Message |
| Modifier and Type | Method and Description |
|---|---|
Future<RestfulCollection<Message>> |
MessageService.getMessages(UserId userId,
String msgCollId,
Set<String> fields,
List<String> msgIds,
CollectionOptions options,
SecurityToken token)
Returns a list of messages that correspond to the passed in data
|
Future<RestfulCollection<Message>> |
MessageService.NotImplementedMessageService.getMessages(UserId userId,
String msgCollId,
Set<String> fields,
List<String> msgIds,
CollectionOptions options,
SecurityToken token) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
MessageService.createMessage(UserId userId,
String appId,
String msgCollId,
Message message,
SecurityToken token)
Posts a message to the user's specified message collection, to be sent to the set of recipients specified in
the message.
|
Future<Void> |
MessageService.NotImplementedMessageService.createMessage(UserId userId,
String appId,
String msgCollId,
Message message,
SecurityToken token) |
Future<Void> |
MessageService.modifyMessage(UserId userId,
String msgCollId,
String messageId,
Message message,
SecurityToken token)
Modifies/Updates a specific message with new data
|
Future<Void> |
MessageService.NotImplementedMessageService.modifyMessage(UserId userId,
String msgCollId,
String messageId,
Message message,
SecurityToken token) |
| Modifier and Type | Method and Description |
|---|---|
Future<RestfulCollection<Message>> |
JsonDbOpensocialService.getMessages(UserId userId,
String msgCollId,
Set<String> fields,
List<String> msgIds,
CollectionOptions options,
SecurityToken token)
Returns a list of messages that correspond to the passed in data
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
JsonDbOpensocialService.createMessage(UserId userId,
String appId,
String msgCollId,
Message message,
SecurityToken token)
Posts a message to the user's specified message collection, to be sent to the set of recipients specified in
the message.
|
Future<Void> |
JsonDbOpensocialService.modifyMessage(UserId userId,
String msgCollId,
String messageId,
Message message,
SecurityToken token)
Modifies/Updates a specific message with new data
|
Copyright © 2007-2012. All Rights Reserved.