|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Message | |
|---|---|
| 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 Message in org.apache.shindig.social.core.model |
|---|
| Classes in org.apache.shindig.social.core.model that implement Message | |
|---|---|
class |
MessageImpl
Default implementation for a Message |
| Uses of Message in org.apache.shindig.social.opensocial.spi |
|---|
| Methods in org.apache.shindig.social.opensocial.spi that return types with arguments of type Message | |
|---|---|
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)
|
| Methods in org.apache.shindig.social.opensocial.spi with parameters of type Message | |
|---|---|
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)
|
| Uses of Message in org.apache.shindig.social.sample.spi |
|---|
| Methods in org.apache.shindig.social.sample.spi that return types with arguments of type Message | |
|---|---|
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 |
| Methods in org.apache.shindig.social.sample.spi with parameters of type Message | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||