See: Description
| Interface | Description |
|---|---|
| ActivityService |
The ActivityService interface defines the service provider interface to retrieve activities from
the underlying SNS.
|
| ActivityStreamService |
The ActivityStreamService interface defines the service provider interface to retrieve activities from
the underlying SNS.
|
| AlbumService |
The AlbumService interface defines the service provider interface for
creating, retrieving, updating, and deleting OpenSocial albums.
|
| AppDataService |
Data Service SPI interface.
|
| GroupService |
A service for gathering group information for specific users.
|
| MediaItemService |
The MediaItemService interface defines the service provider interface for
creating, retrieving, updating, and deleting OpenSocial MediaItems.
|
| MessageService |
The MessageService interface defines the service provider interface to post messages to
the underlying SNS.
|
| PersonService |
Interface that defines how shindig gathers people information.
|
| Class | Description |
|---|---|
| AlbumService.NotImplementedAlbumService | |
| CollectionOptions |
Data structure representing many of the RPC/REST requests we receive.
|
| CollectionOptionsFactory |
Factory for
CollectionOptions. |
| DomainName |
Domain-Name as defined by the OpenSocial 2.0.1 Spec
|
| GlobalId |
GlobalId as defined by the OpenSocial 2.0.1 Spec
|
| GroupId |
GroupId as defined by the OpenSocial 2.0.1 Spec
|
| LocalId |
LocalId as defined by the OpenSocial 2.0.1 Spec
|
| MediaItemService.NotImplementedMediaItemService | |
| MessageService.NotImplementedMessageService | |
| ObjectId |
ObjectId as defined by the OpenSocial 2.0.1 Spec
|
| UserId |
Data structure representing a userid
|
| Enum | Description |
|---|---|
| GroupId.Type | |
| UserId.Type |
Interface and supporting classes that specify the service provider interface between Shindig and the deployed SNS infrastructure. Implementors will almost certainly want to implement their own versions of these services and override the @ImplementedBy Guice annotations by providing their own Guice module.
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.