| Package | Description |
|---|---|
| org.apache.shindig.social.core.model |
Core Social Model
Default implementations of the Social Model.
|
| org.apache.shindig.social.opensocial.model |
The Social Model API package
Model interfaces that are used throughout the Social Component to transfer the 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 |
MediaItemImpl
|
| Modifier and Type | Method and Description |
|---|---|
List<MediaItem> |
ActivityImpl.getMediaItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityImpl.setMediaItems(List<MediaItem> mediaItems)
Set any photos, videos, or images that should be associated with the activity.
|
| Modifier and Type | Method and Description |
|---|---|
List<MediaItem> |
Activity.getMediaItems()
Get any photos, videos, or images that should be associated with the activity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Activity.setMediaItems(List<MediaItem> mediaItems)
Set any photos, videos, or images that should be associated with the activity.
|
| Modifier and Type | Method and Description |
|---|---|
Future<MediaItem> |
MediaItemService.getMediaItem(UserId userId,
String appId,
String albumId,
String mediaItemId,
Set<String> fields,
SecurityToken token) |
Future<MediaItem> |
MediaItemService.NotImplementedMediaItemService.getMediaItem(UserId userId,
String appId,
String albumId,
String mediaItemId,
Set<String> fields,
SecurityToken token) |
Future<RestfulCollection<MediaItem>> |
MediaItemService.getMediaItems(Set<UserId> userIds,
GroupId groupId,
String appId,
Set<String> fields,
CollectionOptions options,
SecurityToken token) |
Future<RestfulCollection<MediaItem>> |
MediaItemService.NotImplementedMediaItemService.getMediaItems(Set<UserId> userIds,
GroupId groupId,
String appId,
Set<String> fields,
CollectionOptions options,
SecurityToken token) |
Future<RestfulCollection<MediaItem>> |
MediaItemService.getMediaItems(UserId userId,
String appId,
String albumId,
Set<String> fields,
CollectionOptions options,
SecurityToken token) |
Future<RestfulCollection<MediaItem>> |
MediaItemService.NotImplementedMediaItemService.getMediaItems(UserId userId,
String appId,
String albumId,
Set<String> fields,
CollectionOptions options,
SecurityToken token) |
Future<RestfulCollection<MediaItem>> |
MediaItemService.getMediaItems(UserId userId,
String appId,
String albumId,
Set<String> mediaItemIds,
Set<String> fields,
CollectionOptions options,
SecurityToken token) |
Future<RestfulCollection<MediaItem>> |
MediaItemService.NotImplementedMediaItemService.getMediaItems(UserId userId,
String appId,
String albumId,
Set<String> mediaItemIds,
Set<String> fields,
CollectionOptions options,
SecurityToken token) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
MediaItemService.createMediaItem(UserId userId,
String appId,
String albumId,
MediaItem mediaItem,
SecurityToken token) |
Future<Void> |
MediaItemService.NotImplementedMediaItemService.createMediaItem(UserId userId,
String appId,
String albumId,
MediaItem mediaItem,
SecurityToken token) |
Future<Void> |
MediaItemService.updateMediaItem(UserId userId,
String appId,
String albumId,
String mediaItemId,
MediaItem mediaItem,
SecurityToken token) |
Future<Void> |
MediaItemService.NotImplementedMediaItemService.updateMediaItem(UserId userId,
String appId,
String albumId,
String mediaItemId,
MediaItem mediaItem,
SecurityToken token) |
| Modifier and Type | Method and Description |
|---|---|
Future<MediaItem> |
JsonDbOpensocialService.getMediaItem(UserId userId,
String appId,
String albumId,
String mediaItemId,
Set<String> fields,
SecurityToken token) |
Future<RestfulCollection<MediaItem>> |
JsonDbOpensocialService.getMediaItems(Set<UserId> userIds,
GroupId groupId,
String appId,
Set<String> fields,
CollectionOptions options,
SecurityToken token) |
Future<RestfulCollection<MediaItem>> |
JsonDbOpensocialService.getMediaItems(UserId userId,
String appId,
String albumId,
Set<String> fields,
CollectionOptions options,
SecurityToken token) |
Future<RestfulCollection<MediaItem>> |
JsonDbOpensocialService.getMediaItems(UserId userId,
String appId,
String albumId,
Set<String> mediaItemIds,
Set<String> fields,
CollectionOptions options,
SecurityToken token) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
JsonDbOpensocialService.createMediaItem(UserId userId,
String appId,
String albumId,
MediaItem mediaItem,
SecurityToken token) |
Future<Void> |
JsonDbOpensocialService.updateMediaItem(UserId userId,
String appId,
String albumId,
String mediaItemId,
MediaItem mediaItem,
SecurityToken token) |
Copyright © 2007-2012. All Rights Reserved.