Uses of Class
org.apache.shindig.social.opensocial.service.SocialRequestItem

Packages that use SocialRequestItem
org.apache.shindig.social.opensocial.service The Social Service API package 
 

Uses of SocialRequestItem in org.apache.shindig.social.opensocial.service
 

Methods in org.apache.shindig.social.opensocial.service with parameters of type SocialRequestItem
 java.util.concurrent.Future<?> AppDataHandler.create(SocialRequestItem request)
          /appdata/{userId}/{groupId}/{appId} - fields={field1, field2} examples: /appdata/john.doe/@friends/app?fields=count /appdata/john.doe/@self/app The post data should be a regular json object.
 java.util.concurrent.Future<?> MessageHandler.create(SocialRequestItem request)
          Creates a new message collection or message
 java.util.concurrent.Future<?> ActivityStreamHandler.create(SocialRequestItem request)
          Allowed end-points /activitystreams/{userId}/@self/{appId} Examples: /activitystreams/john.doe/@self/{appId} - postBody is an activity object
 java.util.concurrent.Future<?> ActivityHandler.create(SocialRequestItem request)
          Allowed end-points /activities/{userId}/@self examples: /activities/john.doe/@self - postBody is an activity object
 java.util.concurrent.Future<?> AlbumHandler.create(SocialRequestItem request)
           
 java.util.concurrent.Future<?> MediaItemHandler.create(SocialRequestItem request)
           
 java.util.concurrent.Future<?> AppDataHandler.delete(SocialRequestItem request)
          Allowed endpoints /appdata/{userId}/{groupId}/{appId} - fields={field1, field2} examples: /appdata/john.doe/@friends/app?fields=count /appdata/john.doe/@self/app The post data should be a regular json object.
 java.util.concurrent.Future<?> MessageHandler.delete(SocialRequestItem request)
           
 java.util.concurrent.Future<?> ActivityStreamHandler.delete(SocialRequestItem request)
          Allowed end-points /activitystreams/{userId}/@self/{appId}/{activityId}+ Examples: /activitystreams/john.doe/@self/1/object1,object2
 java.util.concurrent.Future<?> ActivityHandler.delete(SocialRequestItem request)
          Allowed end-points /activities/{userId}/@self/{actvityId}+ examples: /activities/john.doe/@self/1
 java.util.concurrent.Future<?> AlbumHandler.delete(SocialRequestItem request)
           
 java.util.concurrent.Future<?> MediaItemHandler.delete(SocialRequestItem request)
           
 java.util.concurrent.Future<?> AppDataHandler.get(SocialRequestItem request)
          /appdata/{userId}+/{groupId}/{appId} - fields={field1, field2} examples: /appdata/john.doe/@friends/app?fields=count /appdata/john.doe/@self/app
 java.util.concurrent.Future<?> MessageHandler.get(SocialRequestItem request)
           
 java.util.concurrent.Future<?> ActivityStreamHandler.get(SocialRequestItem request)
          Allowed end-points: /activitystreams/{userId}/{groupId}/{optionalActvityId}+ /activitystreams/{userId}+/{groupId} Examples: /activitystreams/john.doe/@self/1 /activitystreams/john.doe,jane.doe/@friends
 java.util.concurrent.Future<?> ActivityHandler.get(SocialRequestItem request)
          Allowed end-points /activities/{userId}/{groupId}/{optionalActvityId}+ /activities/{userId}+/{groupId} examples: /activities/john.doe/@self/1 /activities/john.doe/@self /activities/john.doe,jane.doe/@friends
 java.util.concurrent.Future<?> PersonHandler.get(SocialRequestItem request)
          Allowed end-points /people/{userId}+/{groupId} /people/{userId}/{groupId}/{optionalPersonId}+ examples: /people/john.doe/@all /people/john.doe/@friends /people/john.doe/@self
 java.util.concurrent.Future<?> AlbumHandler.get(SocialRequestItem request)
           
 java.util.concurrent.Future<?> MediaItemHandler.get(SocialRequestItem request)
           
 java.util.concurrent.Future<?> GroupHandler.get(SocialRequestItem request)
           
 java.util.concurrent.Future<?> MessageHandler.modify(SocialRequestItem request)
          Handles modifying a message or a message collection.
 java.util.concurrent.Future<?> AppDataHandler.update(SocialRequestItem request)
          Allowed endpoints /appdata/{userId}/{groupId}/{appId} - fields={field1, field2} examples: /appdata/john.doe/@friends/app?fields=count /appdata/john.doe/@self/app The post data should be a regular json object.
 java.util.concurrent.Future<?> ActivityStreamHandler.update(SocialRequestItem request)
          Allowed end-points /activitystreams/{userId}/@self/{appId}/{activityId} Examples: /activitystreams/john.doe/@self/1/object2 - postBody is an activity object
 java.util.concurrent.Future<?> ActivityHandler.update(SocialRequestItem request)
          Allowed end-points /activities/{userId}/@self examples: /activities/john.doe/@self - postBody is an activity object
 java.util.concurrent.Future<?> PersonHandler.update(SocialRequestItem request)
          Allowed end-points /people/{userId}/{groupId} examples: /people/john.doe/@all /people/john.doe/@friends /people/john.doe/@self
 java.util.concurrent.Future<?> AlbumHandler.update(SocialRequestItem request)
           
 java.util.concurrent.Future<?> MediaItemHandler.update(SocialRequestItem request)
           
 



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.