| Package | Description |
|---|---|
| org.apache.shindig.social.core.model |
Core Social Model
|
| org.apache.shindig.social.opensocial.model |
The Social Model API package
|
| org.apache.shindig.social.opensocial.service |
The Social Service API package
|
| org.apache.shindig.social.opensocial.spi |
The Social Service Provider Interface package
|
| org.apache.shindig.social.sample.spi |
Sample SPI 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 |
|---|---|
protected MediaItem |
MediaItemHandler.getRequestMediaItem(SocialRequestItem request) |
| Modifier and Type | Method and Description |
|---|---|
Future<MediaItem> |
MediaItemService.getMediaItem(UserId userId,
String appId,
String albumId,
String mediaItemId,
Set<String> fields,
SecurityToken token)
Retrieves a MediaItem by ID.
|
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)
Retrieves MediaItems by users and groups.
|
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)
Retrieves MediaItems by Album.
|
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)
Retrieves MediaItems by IDs.
|
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)
Create a MediaItem in the given album for the given user.
|
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)
Updates a MediaItem for the given user.
|
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)
Retrieves a MediaItem by ID.
|
Future<RestfulCollection<MediaItem>> |
JsonDbOpensocialService.getMediaItems(Set<UserId> userIds,
GroupId groupId,
String appId,
Set<String> fields,
CollectionOptions options,
SecurityToken token)
Retrieves MediaItems by users and groups.
|
Future<RestfulCollection<MediaItem>> |
JsonDbOpensocialService.getMediaItems(UserId userId,
String appId,
String albumId,
Set<String> fields,
CollectionOptions options,
SecurityToken token)
Retrieves MediaItems by Album.
|
Future<RestfulCollection<MediaItem>> |
JsonDbOpensocialService.getMediaItems(UserId userId,
String appId,
String albumId,
Set<String> mediaItemIds,
Set<String> fields,
CollectionOptions options,
SecurityToken token)
Retrieves MediaItems by IDs.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
JsonDbOpensocialService.createMediaItem(UserId userId,
String appId,
String albumId,
MediaItem mediaItem,
SecurityToken token)
Create a MediaItem in the given album for the given user.
|
Future<Void> |
JsonDbOpensocialService.updateMediaItem(UserId userId,
String appId,
String albumId,
String mediaItemId,
MediaItem mediaItem,
SecurityToken token)
Updates a MediaItem for the given user.
|
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.