|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AppId | |
|---|---|
| com.atlassian.gadgets.opensocial.spi | Contains the service provider interfaces (SPIs) that host applications must implement in order to use the dashboard plugin(s). |
| com.atlassian.gadgets.opensocial.spi.model | |
| com.atlassian.gadgets.refimpl | Provides an implementation of the SPI for the refapp. |
| Uses of AppId in com.atlassian.gadgets.opensocial.spi |
|---|
| Methods in com.atlassian.gadgets.opensocial.spi with parameters of type AppId | |
|---|---|
Activity |
ActivityService.createActivity(Person person,
AppId appId,
Activity activity,
OpenSocialRequestContext requestContext)
Creates the passed in activity for the passed in user and group. |
void |
ActivityService.deleteActivities(Person person,
AppId appId,
Set<String> activityIds,
OpenSocialRequestContext token)
Deletes the activity for the passed in person that corresponds to the activityIds. |
void |
AppDataService.deletePersonData(Person person,
AppId appId,
Set<String> fields,
OpenSocialRequestContext requestContext)
Delete all application data for the specified person |
List<Activity> |
ActivityService.getActivities(Person person,
AppId appId,
Set<String> fields,
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<Person> people,
AppId appId,
Set<String> fields,
OpenSocialRequestContext requestContext)
Returns a list of activities that correspond to the passed in users |
Activity |
ActivityService.getActivity(Person person,
AppId appId,
Set<String> fields,
String activityId,
OpenSocialRequestContext requestContext)
Returns an activity for the passed in person that corresponds to an activityId |
Map<Person,Map<String,String>> |
AppDataService.getPeopleData(Set<Person> people,
AppId appId,
Set<String> fields,
OpenSocialRequestContext requestContext)
Fetch the application data for the specified people |
void |
AppDataService.updatePersonData(Person person,
AppId appId,
Map<String,String> values,
OpenSocialRequestContext requestContext)
Update application data for the specified person. |
| Uses of AppId in com.atlassian.gadgets.opensocial.spi.model |
|---|
| Methods in com.atlassian.gadgets.opensocial.spi.model that return AppId | |
|---|---|
AppId |
Activity.getAppId()
Get the app id this activity is associated with. |
static AppId |
AppId.valueOf(String id)
Convert the String value to a AppId object. |
| Methods in com.atlassian.gadgets.opensocial.spi.model with parameters of type AppId | |
|---|---|
Activity.Builder |
Activity.Builder.appId(AppId appId)
Set the application (gadget type) id of the Activity under construction and return this Builder
to allow further construction to be done. |
| Uses of AppId in com.atlassian.gadgets.refimpl |
|---|
| Methods in com.atlassian.gadgets.refimpl with parameters of type AppId | |
|---|---|
Activity |
PluginSettingsActivityService.createActivity(Person person,
AppId appId,
Activity activity,
OpenSocialRequestContext requestContext)
|
void |
PluginSettingsActivityService.deleteActivities(Person person,
AppId appId,
Set<String> activityIds,
OpenSocialRequestContext requestContext)
|
void |
PluginSettingsAppDataService.deletePersonData(Person person,
AppId appId,
Set<String> fields,
OpenSocialRequestContext requestContext)
|
List<Activity> |
PluginSettingsActivityService.getActivities(Person person,
AppId appId,
Set<String> fields,
Set<String> activityIds,
OpenSocialRequestContext requestContext)
|
List<Activity> |
PluginSettingsActivityService.getActivities(Set<Person> people,
AppId appId,
Set<String> fields,
OpenSocialRequestContext requestContext)
|
Activity |
PluginSettingsActivityService.getActivity(Person person,
AppId appId,
Set<String> fields,
String activityId,
OpenSocialRequestContext requestContext)
|
Map<Person,Map<String,String>> |
PluginSettingsAppDataService.getPeopleData(Set<Person> people,
AppId appId,
Set<String> fields,
OpenSocialRequestContext requestContext)
|
void |
PluginSettingsAppDataService.updatePersonData(Person person,
AppId appId,
Map<String,String> values,
OpenSocialRequestContext requestContext)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||