Uses of Class
com.atlassian.gadgets.opensocial.spi.ActivityServiceException

Packages that use ActivityServiceException
com.atlassian.gadgets.opensocial.spi Contains the service provider interfaces (SPIs) for OpenSocial requests. 
 

Uses of ActivityServiceException in com.atlassian.gadgets.opensocial.spi
 

Methods in com.atlassian.gadgets.opensocial.spi that throw ActivityServiceException
 com.atlassian.gadgets.opensocial.model.Activity ActivityService.createActivity(com.atlassian.gadgets.opensocial.model.PersonId personId, com.atlassian.gadgets.opensocial.model.AppId appId, com.atlassian.gadgets.opensocial.model.Activity activity, com.atlassian.gadgets.opensocial.OpenSocialRequestContext requestContext)
          Creates the passed in activity for the passed in user and group.
 void ActivityService.deleteActivities(com.atlassian.gadgets.opensocial.model.PersonId personId, com.atlassian.gadgets.opensocial.model.AppId appId, Set<String> activityIds, com.atlassian.gadgets.opensocial.OpenSocialRequestContext token)
          Deletes the activity for the passed in person that corresponds to the activityIds.
 List<com.atlassian.gadgets.opensocial.model.Activity> ActivityService.getActivities(com.atlassian.gadgets.opensocial.model.PersonId personId, com.atlassian.gadgets.opensocial.model.AppId appId, Set<String> activityIds, com.atlassian.gadgets.opensocial.OpenSocialRequestContext requestContext)
          Returns a list of activities for the passed in person that corresponds to a list of activityIds.
 List<com.atlassian.gadgets.opensocial.model.Activity> ActivityService.getActivities(Set<com.atlassian.gadgets.opensocial.model.PersonId> peopleIds, com.atlassian.gadgets.opensocial.model.AppId appId, com.atlassian.gadgets.opensocial.OpenSocialRequestContext requestContext)
          Returns a list of activities that correspond to the passed in users
 com.atlassian.gadgets.opensocial.model.Activity ActivityService.getActivity(com.atlassian.gadgets.opensocial.model.PersonId personId, com.atlassian.gadgets.opensocial.model.AppId appId, String activityId, com.atlassian.gadgets.opensocial.OpenSocialRequestContext requestContext)
          Returns an activity for the passed in person that corresponds to an activityId
 



Copyright © 2011 Atlassian. All Rights Reserved.