|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MediaItem | |
|---|---|
| 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.spi | The Social Service Provider Interface package |
| org.apache.shindig.social.sample.spi | Sample SPI implementation |
| Uses of MediaItem in org.apache.shindig.social.core.model |
|---|
| Classes in org.apache.shindig.social.core.model that implement MediaItem | |
|---|---|
class |
MediaItemImpl
see opensocial.MediaItem.Field |
| Methods in org.apache.shindig.social.core.model that return types with arguments of type MediaItem | |
|---|---|
List<MediaItem> |
ActivityImpl.getMediaItems()
|
| Method parameters in org.apache.shindig.social.core.model with type arguments of type MediaItem | |
|---|---|
void |
ActivityImpl.setMediaItems(List<MediaItem> mediaItems)
Set any photos, videos, or images that should be associated with the activity. |
| Uses of MediaItem in org.apache.shindig.social.opensocial.model |
|---|
| Methods in org.apache.shindig.social.opensocial.model that return types with arguments of type MediaItem | |
|---|---|
List<MediaItem> |
Activity.getMediaItems()
Get any photos, videos, or images that should be associated with the activity. |
| Method parameters in org.apache.shindig.social.opensocial.model with type arguments of type MediaItem | |
|---|---|
void |
Activity.setMediaItems(List<MediaItem> mediaItems)
Set any photos, videos, or images that should be associated with the activity. |
| Uses of MediaItem in org.apache.shindig.social.opensocial.spi |
|---|
| Methods in org.apache.shindig.social.opensocial.spi that return types with arguments of type MediaItem | |
|---|---|
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)
|
| Methods in org.apache.shindig.social.opensocial.spi with parameters of type MediaItem | |
|---|---|
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)
|
| Uses of MediaItem in org.apache.shindig.social.sample.spi |
|---|
| Methods in org.apache.shindig.social.sample.spi that return types with arguments of type MediaItem | |
|---|---|
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)
|
| Methods in org.apache.shindig.social.sample.spi with parameters of type MediaItem | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||