Uses of Class
com.atlassian.gadgets.opensocial.model.Activity

Packages that use Activity
com.atlassian.gadgets.opensocial.model   
com.atlassian.gadgets.opensocial.spi Contains the service provider interfaces (SPIs) for OpenSocial requests. 
com.atlassian.gadgets.refimpl Provides an implementation of the SPI for the refapp. 
 

Uses of Activity in com.atlassian.gadgets.opensocial.model
 

Methods in com.atlassian.gadgets.opensocial.model that return Activity
 Activity Activity.Builder.build()
          Returns the final constructed Activity
 

Constructors in com.atlassian.gadgets.opensocial.model with parameters of type Activity
Activity.Builder(Activity activity)
          Create a new Activity.Builder with the same field values as the passed in Activity
 

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

Methods in com.atlassian.gadgets.opensocial.spi that return Activity
 Activity ActivityService.createActivity(PersonId personId, AppId appId, Activity activity, OpenSocialRequestContext requestContext)
          Creates the passed in activity for the passed in user and group.
 Activity ActivityService.getActivity(PersonId personId, AppId appId, String activityId, OpenSocialRequestContext requestContext)
          Returns an activity for the passed in person that corresponds to an activityId
 

Methods in com.atlassian.gadgets.opensocial.spi that return types with arguments of type Activity
 List<Activity> ActivityService.getActivities(PersonId personId, AppId appId, Set<String> activityIds, OpenSocialRequestContext requestContext)
          Returns a list of activities for the passed in person that corresponds to a list of activityIds.
 List<Activity> ActivityService.getActivities(Set<PersonId> peopleIds, AppId appId, OpenSocialRequestContext requestContext)
          Returns a list of activities that correspond to the passed in users
 

Methods in com.atlassian.gadgets.opensocial.spi with parameters of type Activity
 Activity ActivityService.createActivity(PersonId personId, AppId appId, Activity activity, OpenSocialRequestContext requestContext)
          Creates the passed in activity for the passed in user and group.
 

Uses of Activity in com.atlassian.gadgets.refimpl
 

Methods in com.atlassian.gadgets.refimpl that return Activity
 Activity PluginSettingsActivityService.createActivity(PersonId personId, AppId appId, Activity activity, OpenSocialRequestContext requestContext)
           
 Activity PluginSettingsActivityService.getActivity(PersonId personId, AppId appId, String activityId, OpenSocialRequestContext requestContext)
           
static Activity ActivityPropertyAdapter.propertiesToActivity(Properties properties)
          Convert a properties object to an activity
 

Methods in com.atlassian.gadgets.refimpl that return types with arguments of type Activity
 List<Activity> PluginSettingsActivityService.getActivities(PersonId personId, AppId appId, Set<String> activityIds, OpenSocialRequestContext requestContext)
           
 List<Activity> PluginSettingsActivityService.getActivities(Set<PersonId> people, AppId appId, OpenSocialRequestContext requestContext)
           
 

Methods in com.atlassian.gadgets.refimpl with parameters of type Activity
static Properties ActivityPropertyAdapter.activityToProperties(Activity activity)
          Convert an activity to a properties object
 Activity PluginSettingsActivityService.createActivity(PersonId personId, AppId appId, Activity activity, OpenSocialRequestContext requestContext)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.