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

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

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

Methods in com.atlassian.gadgets.opensocial.spi that throw AppDataServiceException
 void AppDataService.deletePersonData(PersonId personId, AppId appId, OpenSocialRequestContext requestContext)
          Delete all application data for the specified person and all fields
 void AppDataService.deletePersonData(PersonId personId, AppId appId, Set<String> fields, OpenSocialRequestContext requestContext)
          Delete all application data for the specified person and fields
 Map<PersonId,Map<String,String>> AppDataService.getPeopleData(Set<PersonId> people, AppId appId, OpenSocialRequestContext requestContext)
          Fetch the application data for the specified people and all fields
 Map<PersonId,Map<String,String>> AppDataService.getPeopleData(Set<PersonId> people, AppId appId, Set<String> fields, OpenSocialRequestContext requestContext)
          Fetch the application data for the specified people
 void AppDataService.updatePersonData(PersonId personId, AppId appId, Map<String,String> values, OpenSocialRequestContext requestContext)
          Update (add or modify) application data for the specified person with the specified field / value pairs.
 



Copyright © 2013 Atlassian. All Rights Reserved.