@ParametersAreNonnullByDefault

Package com.atlassian.gadgets.opensocial.spi

Contains the service provider interfaces (SPIs) for OpenSocial requests.

See:
          Description

Interface Summary
ActivityService Interface for handling Activity requests.
AppDataService Interface for handling application data requests.
GadgetSpecUrlRenderPermission Used to check if a gadget spec URI is allowed to render on a dashboard.
PersonService Interface for handling Person requests.
Whitelist A whitelist to determine what remote systems an administrator has deemed appropriate to make requests to.
 

Exception Summary
ActivityServiceException Thrown if there is a problem while performing an operation in the ActivityService
AppDataServiceException Thrown if there is a problem while performing an operation in the AppDataService
PersonServiceException Thrown if there is a problem while performing an operation in the PersonService
 

Package com.atlassian.gadgets.opensocial.spi Description

Contains the service provider interfaces (SPIs) for OpenSocial requests. The interfaces in this subpackage are optional. The AG opensocial-plugin will successfully load if these services are not provided. However, certain features (in this case the opensocial feature) will not function properly.

Parameters are non-null by default, as declared by the package annotation. Return values should also be considered to be non-null unless they are annotated with Nullable.



Copyright © 2013 Atlassian. All Rights Reserved.