A B C D E F G H I L M N O P R S T U V W

A

aboutMe(String) - Method in class com.atlassian.gadgets.opensocial.model.Person.Builder
Sets the value of the "about me" string for the Person being constructed
Activity - Class in com.atlassian.gadgets.opensocial.model
Represents an activity, such as the creation of a wiki page
Activity.Builder - Class in com.atlassian.gadgets.opensocial.model
A builder that facilitates construction of Activity objects.
Activity.Builder(Activity) - Constructor for class com.atlassian.gadgets.opensocial.model.Activity.Builder
Create a new Activity.Builder with the same field values as the passed in Activity
Activity.Builder(String) - Constructor for class com.atlassian.gadgets.opensocial.model.Activity.Builder
Create a new Activity.Builder that can be used to create an Activity
Activity.Field - Enum in com.atlassian.gadgets.opensocial.model
Activity fields that can be loaded when retrieving an activity
ActivityId - Class in com.atlassian.gadgets.opensocial.model
Representation of the unique identifier for a particular activity.
ActivityId(String) - Constructor for class com.atlassian.gadgets.opensocial.model.ActivityId
Creates a new ActivityId that wraps the id passed in
AddGadgetEvent - Class in com.atlassian.gadgets.event
When a gadget is added to the directory, this event will be fired.
AddGadgetEvent(URI) - Constructor for class com.atlassian.gadgets.event.AddGadgetEvent
 
AddGadgetFeedEvent - Class in com.atlassian.gadgets.event
This event is fired when a gadget subscription is added by an administrator.
AddGadgetFeedEvent(URI) - Constructor for class com.atlassian.gadgets.event.AddGadgetFeedEvent
 
Address - Class in com.atlassian.gadgets.opensocial.model
Representation of a Person's address
Address(String) - Constructor for class com.atlassian.gadgets.opensocial.model.Address
 
addresses(List<Address>) - Method in class com.atlassian.gadgets.opensocial.model.Person.Builder
Set the list of addresses for the Person being constructed
addViewParam(String, String) - Method in class com.atlassian.gadgets.view.View.Builder
Add a view parameter as a name value pair
addViewParams(Map<String, String>) - Method in class com.atlassian.gadgets.view.View.Builder
Add a number of view parameters as name value pairs
ALL - Static variable in class com.atlassian.gadgets.opensocial.model.Group
 
appendGadgetToColumn(GadgetState, DashboardState.ColumnIndex) - Method in class com.atlassian.gadgets.dashboard.DashboardState
Returns a new DashboardState built with the same data as this, except that the column with index index has had a new gadget added to its bottom
appId(AppId) - Method in class com.atlassian.gadgets.opensocial.model.Activity.Builder
Set the application (gadget type) id of the Activity under construction and return this Builder to allow further construction to be done.
AppId - Class in com.atlassian.gadgets.opensocial.model
Representation of the identifier for a particular application, e.g.
AppId(String) - Constructor for class com.atlassian.gadgets.opensocial.model.AppId
Creates a new AppId that wraps the id passed in
assertRenderable(String) - Method in interface com.atlassian.gadgets.GadgetSpecUrlChecker
Returns normally if the specified gadget spec is permitted to render.
author(String) - Method in class com.atlassian.gadgets.spec.GadgetSpec.Builder
Set the author of the GadgetSpec under construction and return this Builder to allow further construction to be done.
authorEmail(String) - Method in class com.atlassian.gadgets.spec.GadgetSpec.Builder
Set the author email of the GadgetSpec under construction and return this Builder to allow further construction to be done.

B

body(String) - Method in class com.atlassian.gadgets.opensocial.model.Activity.Builder
Set the body of the Activity under construction and return this Builder to allow further construction to be done.
build() - Method in class com.atlassian.gadgets.dashboard.DashboardState.Builder
Returns the final constructed DashboardState
build() - Method in class com.atlassian.gadgets.GadgetRequestContext.Builder
Returns the final constructed GadgetRequestContext.
build() - Method in class com.atlassian.gadgets.GadgetState.Builder
Returns the final constructed GadgetState
build() - Method in class com.atlassian.gadgets.opensocial.model.Activity.Builder
Returns the final constructed Activity
build() - Method in class com.atlassian.gadgets.opensocial.model.MediaItem.Builder
Returns the final constructed MediaItem
build() - Method in class com.atlassian.gadgets.opensocial.model.Person.Builder
Build the Person
build() - Method in class com.atlassian.gadgets.spec.GadgetSpec.Builder
Returns the final constructed GadgetSpec
build() - Method in class com.atlassian.gadgets.spec.UserPrefSpec.Builder
Returns the final constructed UserPrefSpec
build(GadgetState, View, GadgetRequestContext) - Method in interface com.atlassian.gadgets.view.RenderedGadgetUriBuilder
Deprecated. as of 2.0, use RenderedGadgetUriBuilder.build(GadgetState, ModuleId, View, GadgetRequestContext)
build(GadgetState, ModuleId, View, GadgetRequestContext) - Method in interface com.atlassian.gadgets.view.RenderedGadgetUriBuilder
Returns the URL to the rendered gadget.
build() - Method in class com.atlassian.gadgets.view.View.Builder
Returns a new ViewSettings object using the values in this Builder.

C

canRenderInViewType(GadgetState, ViewType, GadgetRequestContext) - Method in interface com.atlassian.gadgets.view.GadgetViewFactory
Returns true if the gadget represented by state can be rendered with the given ViewType for the locale specified in the GadgetRequestContext.
CANVAS - Static variable in class com.atlassian.gadgets.view.ViewType
 
Category - Enum in com.atlassian.gadgets.directory
 
checkContentsNotNull(Iterable<T>) - Static method in class com.atlassian.gadgets.dashboard.util.Iterables
Checks every element of an Iterable to make sure that none of the elements are null
ClearHttpCacheEvent - Class in com.atlassian.gadgets.event
An event that a host application can throw to clear shindig's cache.
ClearHttpCacheEvent() - Constructor for class com.atlassian.gadgets.event.ClearHttpCacheEvent
 
Color - Enum in com.atlassian.gadgets.dashboard
The possible colors that can be used to customize dashboards and gadgets.
color(Color) - Method in class com.atlassian.gadgets.GadgetState.Builder
Set the Color of the GadgetState under construction and return this Builder to allow further construction to be done.
columns(Iterable<? extends Iterable<GadgetState>>) - Method in class com.atlassian.gadgets.dashboard.DashboardState.Builder
Set the columns of the DashboardState under construction and return this Builder to allow further construction to be done.
com.atlassian.gadgets - package com.atlassian.gadgets
This package contains the main APIs for interacting with gadgets.
com.atlassian.gadgets.dashboard - package com.atlassian.gadgets.dashboard
This package contains the main APIs for interacting with dashboards and gadgets.
com.atlassian.gadgets.dashboard.util - package com.atlassian.gadgets.dashboard.util
Contains utility classes.
com.atlassian.gadgets.dashboard.view - package com.atlassian.gadgets.dashboard.view
 
com.atlassian.gadgets.directory - package com.atlassian.gadgets.directory
 
com.atlassian.gadgets.event - package com.atlassian.gadgets.event
 
com.atlassian.gadgets.feed - package com.atlassian.gadgets.feed
 
com.atlassian.gadgets.opensocial - package com.atlassian.gadgets.opensocial
 
com.atlassian.gadgets.opensocial.model - package com.atlassian.gadgets.opensocial.model
 
com.atlassian.gadgets.plugins - package com.atlassian.gadgets.plugins
Contains classes related to plugins that contain gadgets.
com.atlassian.gadgets.spec - package com.atlassian.gadgets.spec
Contains classes related to Gadgets' Specification XML.
com.atlassian.gadgets.view - package com.atlassian.gadgets.view
Contains classes related to the rendering and display of gadgets.
contains(DashboardState.ColumnIndex) - Method in enum com.atlassian.gadgets.dashboard.Layout
Checks if the column exists in this layout.
contains(URI) - Method in interface com.atlassian.gadgets.directory.Directory
 
contains(URI) - Method in interface com.atlassian.gadgets.feed.GadgetFeedReader
Determines if the provided gadget spec exists in the gadget feed.
contains(URI) - Method in interface com.atlassian.gadgets.GadgetSpecProvider
Returns true if the URI is in the store, false otherwise.
createDashboardView(Iterable<DashboardTab>, DashboardState, String, int, GadgetRequestContext) - Method in interface com.atlassian.gadgets.dashboard.view.DashboardTabViewFactory
Returns a ViewComponent that will render the DashboardState and DashboardTabs customizing the view based on the permissions the user has to view/edit the dashboard and the specified Locale.
createGadgetView(GadgetState, View, GadgetRequestContext) - Method in interface com.atlassian.gadgets.view.GadgetViewFactory
Deprecated. as of 2.0, use GadgetViewFactory.createGadgetView(com.atlassian.gadgets.GadgetState, ModuleId, View,com.atlassian.gadgets.GadgetRequestContext)
createGadgetView(GadgetState, ModuleId, View, GadgetRequestContext) - Method in interface com.atlassian.gadgets.view.GadgetViewFactory
Returns a ViewComponent that will render the GadgetState, customizing the view based on the Locale specified in the GadgetRequestContext and the desired ViewType.
createViewType(String, String...) - Static method in class com.atlassian.gadgets.view.ViewType
Creates a ViewType with the given canonical name and optional aliases.
currentLocation(Address) - Method in class com.atlassian.gadgets.opensocial.model.Person.Builder
Sets the current location for the person.

D

dashboard(DashboardState) - Static method in class com.atlassian.gadgets.dashboard.DashboardState
Factory method which allows you to create a new DashboardState object based on an existing DashboardState.
dashboard(DashboardId) - Static method in class com.atlassian.gadgets.dashboard.DashboardState
Factory method to create a new builder which can be used to create DashboardState objects.
DashboardId - Class in com.atlassian.gadgets.dashboard
Representation of the identifier for a particular dashboard.
DashboardNotFoundException - Exception in com.atlassian.gadgets.dashboard
Thrown if the dashboard identified by the DashboardId does not exist.
DashboardNotFoundException(DashboardId) - Constructor for exception com.atlassian.gadgets.dashboard.DashboardNotFoundException
 
DashboardService - Interface in com.atlassian.gadgets.dashboard
Service that saves or fetches the DashboardState, after checking to make sure that the user has access to the dashboard.
DashboardState - Class in com.atlassian.gadgets.dashboard
An immutable representation of a dashboard.
DashboardState.Builder - Class in com.atlassian.gadgets.dashboard
A builder that allows the Layout or the columns of the DashboardState under construction to be set.
DashboardState.ColumnIndex - Enum in com.atlassian.gadgets.dashboard
There are a predetermined number of columns that a dashboard can contain, and ColumnIndex is the enumeration of those columns.
DashboardState.TitleBuilder - Class in com.atlassian.gadgets.dashboard
A builder that allows you to set the title of the DashboardState object under construction.
DashboardTab - Class in com.atlassian.gadgets.dashboard
Represents a Dashboard Tab
DashboardTab(DashboardId, String, URI) - Constructor for class com.atlassian.gadgets.dashboard.DashboardTab
 
DashboardTabViewFactory - Interface in com.atlassian.gadgets.dashboard.view
A factory which provides a way to create ViewComponents for dashboards displaying other dashboards available as tabs.
DataType - Enum in com.atlassian.gadgets.spec
Represents the data type of a user preference.
dataType(DataType) - Method in class com.atlassian.gadgets.spec.UserPrefSpec.Builder
Set the DataType of the UserPrefSpec under construction and return this Builder to allow further construction to be done.
dateOfBirth(Date) - Method in class com.atlassian.gadgets.opensocial.model.Person.Builder
Sets the person's date of birth
debug(boolean) - Method in class com.atlassian.gadgets.GadgetRequestContext.Builder
Sets whether debugging should be enabled when rendering the gadget.
DEFAULT - Static variable in class com.atlassian.gadgets.view.View
Default View, which uses the default ViewType and is writable.
DEFAULT - Static variable in class com.atlassian.gadgets.view.ViewType
 
defaultValue(String) - Method in class com.atlassian.gadgets.spec.UserPrefSpec.Builder
Set the default value of the UserPrefSpec under construction and return this Builder to allow further construction to be done.
description(String) - Method in class com.atlassian.gadgets.spec.GadgetSpec.Builder
Set the description of the GadgetSpec under construction and return this Builder to allow further construction to be done.
Directory - Interface in com.atlassian.gadgets.directory
 
Directory.Entry - Interface in com.atlassian.gadgets.directory
A single entry in the directory.
DIRECTORY_FEATURE_CATEGORIES_NAME - Static variable in interface com.atlassian.gadgets.directory.Directory
 
DIRECTORY_FEATURE_NAME - Static variable in interface com.atlassian.gadgets.directory.Directory
 
directoryTitle(String) - Method in class com.atlassian.gadgets.spec.GadgetSpec.Builder
Set the directory title of the GadgetSpec under construction and return this Builder to allow further construction to be done.
displayName(String) - Method in class com.atlassian.gadgets.spec.UserPrefSpec.Builder
Set the display name of the UserPrefSpec under construction and return this Builder to allow further construction to be done.

E

elementsEqual(Iterable<?>, Iterable<?>) - Static method in class com.atlassian.gadgets.dashboard.util.Iterables
Compares two Iterables to determine if they are of equal lengths and contain equal elements in the same order.
EmailAddress - Class in com.atlassian.gadgets.opensocial.model
Representation of a Person's e-mail address
EmailAddress(String) - Constructor for class com.atlassian.gadgets.opensocial.model.EmailAddress
 
emailAddresses(List<EmailAddress>) - Method in class com.atlassian.gadgets.opensocial.model.Person.Builder
Sets the list of email addressees for the Person being constructed
entries() - Method in interface com.atlassian.gadgets.feed.GadgetFeedReader
Get all of the gadget spec URI available in the feed.
entries() - Method in interface com.atlassian.gadgets.GadgetSpecProvider
Returns all the gadget URIs contained by this store.
enumValues(Map<String, String>) - Method in class com.atlassian.gadgets.spec.UserPrefSpec.Builder
Set the Map of the possible values for an enumerated UserPrefSpec under construction and return this Builder to allow further construction to be done.
equals(Object) - Method in class com.atlassian.gadgets.dashboard.DashboardId
 
equals(Object) - Method in class com.atlassian.gadgets.dashboard.DashboardState
 
equals(Object) - Method in class com.atlassian.gadgets.dashboard.DashboardTab
 
equals(Object) - Method in class com.atlassian.gadgets.GadgetId
 
equals(Object) - Method in class com.atlassian.gadgets.GadgetState
 
equals(Object) - Method in class com.atlassian.gadgets.opensocial.model.Activity
 
equals(Object) - Method in class com.atlassian.gadgets.opensocial.model.ActivityId
 
equals(Object) - Method in class com.atlassian.gadgets.opensocial.model.Address
 
equals(Object) - Method in class com.atlassian.gadgets.opensocial.model.AppId
 
equals(Object) - Method in class com.atlassian.gadgets.opensocial.model.EmailAddress
 
equals(Object) - Method in class com.atlassian.gadgets.opensocial.model.MediaItem
 
equals(Object) - Method in class com.atlassian.gadgets.opensocial.model.Name
 
equals(Object) - Method in class com.atlassian.gadgets.opensocial.model.Person
 
equals(Object) - Method in class com.atlassian.gadgets.opensocial.model.PersonId
 
equals(Object) - Method in class com.atlassian.gadgets.opensocial.model.PhoneNumber
 
equals(Object) - Method in class com.atlassian.gadgets.plugins.PluginGadgetSpec
 
equals(Object) - Method in class com.atlassian.gadgets.plugins.PluginGadgetSpec.Key
 
equals(Object) - Method in class com.atlassian.gadgets.view.ModuleId
 
externalId(String) - Method in class com.atlassian.gadgets.opensocial.model.Activity.Builder
Set the externalId of the Activity under construction and return this Builder to allow further construction to be done.

F

Feature - Interface in com.atlassian.gadgets.spec
Represents a feature that is declared to be used in a gadget spec.
features(Map<String, Feature>) - Method in class com.atlassian.gadgets.spec.GadgetSpec.Builder
Set the Map of Feature for the GadgetSpec under construction and return this Builder to allow further construction to be done.
FRIENDS - Static variable in class com.atlassian.gadgets.opensocial.model.Group
 
from(int) - Static method in enum com.atlassian.gadgets.dashboard.DashboardState.ColumnIndex
Returns the column index as an instance of ColumnIndex.

G

gadget(GadgetState) - Static method in class com.atlassian.gadgets.GadgetState
Factory method which allows you to create a new GadgetState object based on an existing GadgetState.
gadget(GadgetId) - Static method in class com.atlassian.gadgets.GadgetState
Factory method to create a new builder which can be used to create GadgetState objects.
GadgetFeedHostConnectionException - Exception in com.atlassian.gadgets.feed
Exception thrown if the reader cannot connect to the host of the gadget spec feed cannot.
GadgetFeedHostConnectionException(String, URI, Throwable) - Constructor for exception com.atlassian.gadgets.feed.GadgetFeedHostConnectionException
 
GadgetFeedParsingException - Exception in com.atlassian.gadgets.feed
Exception thrown if the gadget spec feed cannot be parsed
GadgetFeedParsingException(String, URI, Throwable) - Constructor for exception com.atlassian.gadgets.feed.GadgetFeedParsingException
 
GadgetFeedReader - Interface in com.atlassian.gadgets.feed
Reads a gadget feed and provides access to the feed's properties.
GadgetFeedReaderFactory - Interface in com.atlassian.gadgets.feed
Factory for creating GadgetFeedReader
GadgetId - Class in com.atlassian.gadgets
Representation of the identifier for a particular gadget.
GadgetNotFoundException - Exception in com.atlassian.gadgets
Thrown if the gadget identified by the GadgetId does not exist.
GadgetNotFoundException(GadgetId) - Constructor for exception com.atlassian.gadgets.GadgetNotFoundException
 
GadgetParsingException - Exception in com.atlassian.gadgets
Thrown when the gadget spec is malformed or cannot be parsed for other reasons.
GadgetParsingException(String) - Constructor for exception com.atlassian.gadgets.GadgetParsingException
 
GadgetParsingException(Throwable) - Constructor for exception com.atlassian.gadgets.GadgetParsingException
 
GadgetRenderingException - Exception in com.atlassian.gadgets.view
Thrown if there is a problem trying to render a gadget (for example, if the request view is not defined)
GadgetRenderingException(String, GadgetState, Throwable) - Constructor for exception com.atlassian.gadgets.view.GadgetRenderingException
 
GadgetRenderingException(String, GadgetState) - Constructor for exception com.atlassian.gadgets.view.GadgetRenderingException
 
GadgetRenderingException(GadgetState, Throwable) - Constructor for exception com.atlassian.gadgets.view.GadgetRenderingException
 
GadgetRequestContext - Class in com.atlassian.gadgets
Holds information associated with a gadget request that the system will need to use.
gadgetRequestContext() - Static method in class com.atlassian.gadgets.GadgetRequestContext.Builder
Get a new GadgetRequestContext Builder.
GadgetRequestContext.Builder - Class in com.atlassian.gadgets
A builder that facilitates construction of GadgetRequestContext objects.
GadgetRequestContext.Builder() - Constructor for class com.atlassian.gadgets.GadgetRequestContext.Builder
 
GadgetRequestContextFactory - Interface in com.atlassian.gadgets
Provides methods for constructing GadgetRequestContext instances from various sources.
GadgetSpec - Class in com.atlassian.gadgets.spec
Represents a gadget specification
gadgetSpec(URI) - Static method in class com.atlassian.gadgets.spec.GadgetSpec
Factory method to create a new builder which can be used to create GadgetSpec objects.
gadgetSpec(GadgetSpec) - Static method in class com.atlassian.gadgets.spec.GadgetSpec
Factory method which allows you to create a new GadgetSpec object based on an existing GadgetSpec.
GadgetSpec.Builder - Class in com.atlassian.gadgets.spec
A builder that facilitates construction of GadgetSpec objects.
GadgetSpecFactory - Interface in com.atlassian.gadgets.spec
Factory for creating GadgetSpecs
GadgetSpecProvider - Interface in com.atlassian.gadgets
A simple representation of a container of gadget spec URIs.
GadgetSpecUriNotAllowedException - Exception in com.atlassian.gadgets
Thrown when a gadget spec URI is not valid for rendering on the dashboard.
GadgetSpecUriNotAllowedException(Throwable) - Constructor for exception com.atlassian.gadgets.GadgetSpecUriNotAllowedException
 
GadgetSpecUriNotAllowedException(String) - Constructor for exception com.atlassian.gadgets.GadgetSpecUriNotAllowedException
 
GadgetSpecUrlChecker - Interface in com.atlassian.gadgets
Models permission and validation checks on gadget specs.
GadgetState - Class in com.atlassian.gadgets
An immutable representation of a gadget.
GadgetState.Builder - Class in com.atlassian.gadgets
A builder that allows you to set the Color and the user preferences of the GadgetState under construction.
GadgetState.Builder(GadgetState) - Constructor for class com.atlassian.gadgets.GadgetState.Builder
 
GadgetState.SpecUriBuilder - Class in com.atlassian.gadgets
A builder that allows you to set the spec URI of the gadget state under construction
GadgetViewFactory - Interface in com.atlassian.gadgets.view
A factory which provides a way to create ViewComponents for gadgets.
get(DashboardId, String) - Method in interface com.atlassian.gadgets.dashboard.DashboardService
Fetch the DashboardState if the user has permission.
get(HttpServletRequest) - Method in interface com.atlassian.gadgets.GadgetRequestContextFactory
Returns a GadgetRequestContext based on the values in the specified request.
getAboutMe() - Method in class com.atlassian.gadgets.opensocial.model.Person
An "about me" blurb
getActiveUrl() - Method in interface com.atlassian.gadgets.opensocial.OpenSocialRequestContext
 
getAddresses() - Method in class com.atlassian.gadgets.opensocial.model.Person
A list of the person's addresses
getAliases() - Method in class com.atlassian.gadgets.view.ViewType
Gets the aliases for this ViewType
getAppId() - Method in class com.atlassian.gadgets.opensocial.model.Activity
Get the app id this activity is associated with.
getApplicationName() - Method in interface com.atlassian.gadgets.feed.GadgetFeedReader
Get the name of the application providing the feed.
getAuthor() - Method in class com.atlassian.gadgets.spec.GadgetSpec
Get the author of the gadget in this spec
getAuthorEmail() - Method in interface com.atlassian.gadgets.directory.Directory.Entry
Returns the email address of the author of the gadget for this directory entry.
getAuthorEmail() - Method in class com.atlassian.gadgets.spec.GadgetSpec
Get the email for the author of the gadget in this spec
getAuthorName() - Method in interface com.atlassian.gadgets.directory.Directory.Entry
Returns the name of the author of the gadget for this directory entry.
getBaseUri() - Method in interface com.atlassian.gadgets.feed.GadgetFeedReader
Get the base URI of the applications
getBody() - Method in class com.atlassian.gadgets.opensocial.model.Activity
Get a body string specifying an optional expanded version of an activity.
getCanonicalName() - Method in class com.atlassian.gadgets.view.ViewType
Gets the canonical name of this ViewType
getCategories() - Method in interface com.atlassian.gadgets.directory.Directory.Entry
Returns the directory categories of this entry.
getColor() - Method in class com.atlassian.gadgets.GadgetState
Returns the Color scheme that should be used to decorate the chrome surrounding the gadget.
getColumnRange() - Method in enum com.atlassian.gadgets.dashboard.Layout
Return an immutable Iterable over the ColumnIndexes that exist in this layout.
getColumns() - Method in class com.atlassian.gadgets.dashboard.DashboardState
Returns an immutable Iterable of the columns in this DashboardState (which contain the GadgetStates).
getCurrentLocation() - Method in class com.atlassian.gadgets.opensocial.model.Person
 
getDashboardId() - Method in exception com.atlassian.gadgets.dashboard.DashboardNotFoundException
 
getDashboardId() - Method in class com.atlassian.gadgets.dashboard.DashboardTab
 
getDataType() - Method in class com.atlassian.gadgets.spec.UserPrefSpec
Returns the DataType of this pref.
getDateLoaded() - Method in class com.atlassian.gadgets.plugins.PluginGadgetSpec
 
getDateOfBirth() - Method in class com.atlassian.gadgets.opensocial.model.Person
 
getDefaultValue() - Method in class com.atlassian.gadgets.spec.UserPrefSpec
Returns the pref's default value.
getDescription() - Method in interface com.atlassian.gadgets.directory.Directory.Entry
Returns a textual description of the gadget for this directory entry.
getDescription() - Method in class com.atlassian.gadgets.spec.GadgetSpec
Get the description of the gadget in this spec
getDirectoryTitle() - Method in class com.atlassian.gadgets.spec.GadgetSpec
Get the title for the directory of the gadget in this spec
getDisplayName() - Method in class com.atlassian.gadgets.spec.UserPrefSpec
Returns the display name of this parameter.
getEmailAddresses() - Method in class com.atlassian.gadgets.opensocial.model.Person
 
getEntries(GadgetRequestContext) - Method in interface com.atlassian.gadgets.directory.Directory
Returns all the entries available, localized by the locale.
getEnumValues() - Method in class com.atlassian.gadgets.spec.UserPrefSpec
Returns the possible values for an enumerated pref.
getExternalId() - Method in class com.atlassian.gadgets.opensocial.model.Activity
Get an optional string ID generated by the posting application.
getFeatures() - Method in class com.atlassian.gadgets.spec.GadgetSpec
Get the features in this spec
getFeedReader(URI) - Method in interface com.atlassian.gadgets.feed.GadgetFeedReaderFactory
Get a feed reader for the provided URI
getFeedUri() - Method in class com.atlassian.gadgets.event.AddGadgetFeedEvent
 
getFeedUri() - Method in exception com.atlassian.gadgets.feed.GadgetFeedHostConnectionException
 
getFeedUri() - Method in exception com.atlassian.gadgets.feed.GadgetFeedParsingException
 
getFeedUri() - Method in exception com.atlassian.gadgets.feed.NonAtomGadgetSpecFeedException
 
getGadgetId() - Method in exception com.atlassian.gadgets.GadgetNotFoundException
 
getGadgetsInColumn(DashboardState.ColumnIndex) - Method in class com.atlassian.gadgets.dashboard.DashboardState
Returns an immutable Iterable of the GadgetStates in the given column.
getGadgetSpec(GadgetState, GadgetRequestContext) - Method in interface com.atlassian.gadgets.spec.GadgetSpecFactory
Create a GadgetSpec from a GadgetState
getGadgetSpec(URI, GadgetRequestContext) - Method in interface com.atlassian.gadgets.spec.GadgetSpecFactory
Create a GadgetSpec from a spec URI
getGadgetSpecUri() - Method in interface com.atlassian.gadgets.directory.Directory.Entry
Returns the URI of the gadget spec file for this directory entry.
getGadgetSpecUri() - Method in class com.atlassian.gadgets.GadgetState
Returns the URI of the gadget spec, which defines the gadget as described in the gadget spec reference.
getGadgetState() - Method in exception com.atlassian.gadgets.view.GadgetRenderingException
 
getGadgetUri() - Method in class com.atlassian.gadgets.event.AddGadgetEvent
 
getHeight() - Method in class com.atlassian.gadgets.spec.GadgetSpec
Get the height of the gadget in this spec
getIcon() - Method in interface com.atlassian.gadgets.feed.GadgetFeedReader
Get the icon of the gadget feed.
getId() - Method in class com.atlassian.gadgets.dashboard.DashboardState
Returns the unique identifier, represented by a DashboardId, for the dashboard's state.
getId() - Method in class com.atlassian.gadgets.GadgetState
Returns the unique identifier, represented by a GadgetId, for the gadget's state.
getId() - Method in class com.atlassian.gadgets.opensocial.model.Activity
Get the activity id that is permanently associated with this activity.
getIgnoreCache() - Method in class com.atlassian.gadgets.GadgetRequestContext
Returns the cache setting used for this request.
getInputStream() - Method in class com.atlassian.gadgets.plugins.PluginGadgetSpec
Returns the spec resource as an input stream, for processing.
getKey() - Method in class com.atlassian.gadgets.plugins.PluginGadgetSpec
Returns a unique identifier for this spec.
getLastModified(URI) - Method in interface com.atlassian.gadgets.LocalGadgetSpecProvider
Return the date the gadget spec was last modified.
getLayout() - Method in class com.atlassian.gadgets.dashboard.DashboardState
Returns the Layout of the dashboard.
getLocale() - Method in class com.atlassian.gadgets.GadgetRequestContext
Returns the locale used for this request.
getLocation() - Method in class com.atlassian.gadgets.plugins.PluginGadgetSpec
If isHostedExternally() returns true, this method returns the absolute URL of the gadget spec file, beginning with http or https.
getLocation() - Method in class com.atlassian.gadgets.plugins.PluginGadgetSpec.Key
Returns the location of the spec this key is for.
getMediaItems() - Method in class com.atlassian.gadgets.opensocial.model.Activity
Get the media items associated with the activity.
getMimeType() - Method in class com.atlassian.gadgets.opensocial.model.MediaItem
 
getModuleKey() - Method in class com.atlassian.gadgets.plugins.PluginGadgetSpec
Returns the module key for this spec.
getName() - Method in enum com.atlassian.gadgets.directory.Category
 
getName() - Method in class com.atlassian.gadgets.opensocial.model.Person
The full name for this person
getName() - Method in interface com.atlassian.gadgets.spec.Feature
Get the name of this feature
getName() - Method in class com.atlassian.gadgets.spec.UserPrefSpec
Returns the pref name.
getNumberOfColumns() - Method in enum com.atlassian.gadgets.dashboard.Layout
Returns the number of columns in this layout.
getOwnerId() - Method in interface com.atlassian.gadgets.opensocial.OpenSocialRequestContext
 
getParameter(String) - Method in class com.atlassian.gadgets.plugins.PluginGadgetSpec
 
getParameterValue(String) - Method in interface com.atlassian.gadgets.spec.Feature
Get the value for this parameter passed in the spec
getPersonId() - Method in class com.atlassian.gadgets.opensocial.model.Person
A (unique) username/id for this person
getPhoneNumbers() - Method in class com.atlassian.gadgets.opensocial.model.Person
 
getPluginKey() - Method in class com.atlassian.gadgets.plugins.PluginGadgetSpec
Returns the plugin key for this spec.
getPluginKey() - Method in class com.atlassian.gadgets.plugins.PluginGadgetSpec.Key
Returns the key of the plugin that the spec this key is for is contained in.
getPostedTime() - Method in class com.atlassian.gadgets.opensocial.model.Activity
Get the time at which this activity took place in milliseconds since the epoch.
getPriority() - Method in class com.atlassian.gadgets.opensocial.model.Activity
Get the priority, a number between 0 and 1 representing the relative priority of this activity in relation to other activities from the same source.
getProfileUrl() - Method in class com.atlassian.gadgets.opensocial.model.Person
 
getSelf() - Method in interface com.atlassian.gadgets.directory.Directory.Entry
Returns the unique URI of the directory entry.
getStatus() - Method in class com.atlassian.gadgets.opensocial.model.Person
 
getStreamFaviconUrl() - Method in class com.atlassian.gadgets.opensocial.model.Activity
Get a string specifying the URL for the stream's favicon.
getStreamSourceUrl() - Method in class com.atlassian.gadgets.opensocial.model.Activity
Get a string specifying the stream's source URL.
getStreamTitle() - Method in class com.atlassian.gadgets.opensocial.model.Activity
Get a string specifing the title of the stream.
getStreamUrl() - Method in class com.atlassian.gadgets.opensocial.model.Activity
Get a string specifying the stream's URL.
getTabUri() - Method in class com.atlassian.gadgets.dashboard.DashboardTab
 
getThumbnail() - Method in class com.atlassian.gadgets.spec.GadgetSpec
Get the URI for the thumbnail image representing the gadget
getThumbnailUri() - Method in interface com.atlassian.gadgets.directory.Directory.Entry
Returns the URI of an image to display as a thumbnail or icon in the directory for this entry.
getThumbnailUrl() - Method in class com.atlassian.gadgets.opensocial.model.Person
 
getTimeZone() - Method in class com.atlassian.gadgets.opensocial.model.Person
 
getTitle() - Method in class com.atlassian.gadgets.dashboard.DashboardState
Returns the title of the dashboard.
getTitle() - Method in class com.atlassian.gadgets.dashboard.DashboardTab
 
getTitle() - Method in interface com.atlassian.gadgets.directory.Directory.Entry
Returns the title of the directory entry.
getTitle() - Method in interface com.atlassian.gadgets.feed.GadgetFeedReader
Get the title of the gadget feed.
getTitle() - Method in class com.atlassian.gadgets.opensocial.model.Activity
Get a string specifying the primary text of an activity.
getTitle() - Method in class com.atlassian.gadgets.spec.GadgetSpec
Get the title of the gadget in this spec
getTitleUri() - Method in interface com.atlassian.gadgets.directory.Directory.Entry
Returns a URI of the gadget author's choosing that is displayed as a link in the directory, with the title as the link text.
getTitleUrl() - Method in class com.atlassian.gadgets.spec.GadgetSpec
Get the url that the title of the gadget in this spec should link to
getType() - Method in class com.atlassian.gadgets.opensocial.model.MediaItem
 
getUnsupportedFeatureNames() - Method in class com.atlassian.gadgets.spec.GadgetSpec
Get the features that are needed (required, not optional) but aren't available
getUpdated() - Method in class com.atlassian.gadgets.opensocial.model.Activity
Get the last updated date of the activity.
getUrl() - Method in class com.atlassian.gadgets.opensocial.model.Activity
Get a string specifying the URL that represents this activity.
getUrl() - Method in class com.atlassian.gadgets.opensocial.model.MediaItem
 
getUrl() - Method in class com.atlassian.gadgets.spec.GadgetSpec
Get the uri for this gadget spec
getUrls() - Method in class com.atlassian.gadgets.opensocial.model.Person
 
getUserId() - Method in class com.atlassian.gadgets.opensocial.model.Activity
Get the id of the user who this activity is for.
getUserPrefs() - Method in class com.atlassian.gadgets.GadgetState
An immutable Map of the user preference values for the gadget, keyed by the name of the user preference.
getUserPrefs() - Method in class com.atlassian.gadgets.spec.GadgetSpec
Get the user prefs in this spec
getVersion() - Method in class com.atlassian.gadgets.dashboard.DashboardState
Returns this state's version so that it can be used by implementations when storing DashboardStates, to make sure the same object is stored and retrieved
getViewer() - Method in class com.atlassian.gadgets.GadgetRequestContext
Returns the viewer (the current user) for this request.
getViewerId() - Method in interface com.atlassian.gadgets.opensocial.OpenSocialRequestContext
 
getViewType() - Method in class com.atlassian.gadgets.view.View
Returns the ViewType of this gadget which will be rendered.
getWidth() - Method in class com.atlassian.gadgets.spec.GadgetSpec
Get the width of the gadget in this spec
Group - Class in com.atlassian.gadgets.opensocial.model
Represents a group name.

H

hashCode() - Method in class com.atlassian.gadgets.dashboard.DashboardId
 
hashCode() - Method in class com.atlassian.gadgets.dashboard.DashboardState
 
hashCode() - Method in class com.atlassian.gadgets.dashboard.DashboardTab
 
hashCode() - Method in class com.atlassian.gadgets.GadgetId
 
hashCode() - Method in class com.atlassian.gadgets.GadgetState
 
hashCode() - Method in class com.atlassian.gadgets.opensocial.model.Activity
 
hashCode() - Method in class com.atlassian.gadgets.opensocial.model.ActivityId
 
hashCode() - Method in class com.atlassian.gadgets.opensocial.model.Address
 
hashCode() - Method in class com.atlassian.gadgets.opensocial.model.AppId
 
hashCode() - Method in class com.atlassian.gadgets.opensocial.model.EmailAddress
 
hashCode() - Method in class com.atlassian.gadgets.opensocial.model.MediaItem
 
hashCode() - Method in class com.atlassian.gadgets.opensocial.model.Name
 
hashCode() - Method in class com.atlassian.gadgets.opensocial.model.Person
 
hashCode() - Method in class com.atlassian.gadgets.opensocial.model.PersonId
 
hashCode() - Method in class com.atlassian.gadgets.opensocial.model.PhoneNumber
 
hashCode() - Method in class com.atlassian.gadgets.plugins.PluginGadgetSpec
 
hashCode() - Method in class com.atlassian.gadgets.plugins.PluginGadgetSpec.Key
 
hashCode() - Method in class com.atlassian.gadgets.view.ModuleId
 
hasNext() - Method in enum com.atlassian.gadgets.dashboard.DashboardState.ColumnIndex
Returns true if there are more possible columns after this one, false otherwise.
hasParameter(String) - Method in class com.atlassian.gadgets.plugins.PluginGadgetSpec
 
height(int) - Method in class com.atlassian.gadgets.spec.GadgetSpec.Builder
Set the height of the GadgetSpec under construction and return this Builder to allow further construction to be done.

I

id(ActivityId) - Method in class com.atlassian.gadgets.opensocial.model.Activity.Builder
Set the id of the Activity under construction and return this Builder to allow further construction to be done.
ignoreCache(boolean) - Method in class com.atlassian.gadgets.GadgetRequestContext.Builder
Set the cache setting of the GadgetRequestContext under construction and return this Builder to allow further construction to be done.
index() - Method in enum com.atlassian.gadgets.dashboard.DashboardState.ColumnIndex
Returns the actual value of the ColumnIndex as an int.
INSTANCE - Static variable in class com.atlassian.gadgets.event.ClearHttpCacheEvent
 
isAnonymous() - Method in interface com.atlassian.gadgets.opensocial.OpenSocialRequestContext
 
isColumnSizingFair(DashboardState.ColumnIndex) - Method in enum com.atlassian.gadgets.dashboard.Layout
Checks if the column shares the space with the other columns on the screen equally or if it is greedy and should take up more space.
isDebuggingEnabled() - Method in class com.atlassian.gadgets.GadgetRequestContext
Returns true if the gadget should be rendered with debugging enabled, otherwise.
isDeletable() - Method in interface com.atlassian.gadgets.directory.Directory.Entry
Can this Gadget Spec File be removed from the directory?
isHostedExternally() - Method in class com.atlassian.gadgets.plugins.PluginGadgetSpec
Returns true if this spec is hosted externally (meaning it is not part of a plugin served by the Gadgets Publisher plugin), false otherwise.
isRequired() - Method in class com.atlassian.gadgets.spec.UserPrefSpec
Returns true if the pref is required.
isScrolling() - Method in class com.atlassian.gadgets.spec.GadgetSpec
Get the scrolling setting of the gadget in this spec
isWritable() - Method in class com.atlassian.gadgets.view.View
Returns true if the viewer is allowed to make changes to the gadget state.
Iterables - Class in com.atlassian.gadgets.dashboard.util
Convenience methods for dealing with Iterables, since we want to avoid introducing a dependency on Google Collections in our public API

L

layout(Layout) - Method in class com.atlassian.gadgets.dashboard.DashboardState.Builder
Set the Layout of the DashboardState under construction and return this Builder to allow further construction to be done.
Layout - Enum in com.atlassian.gadgets.dashboard
Dashboards can be laid out in multiple ways: with a single column (A), with two columns of equal size (AA), with two columns where one is smaller and the other is larger (AB), etc.
locale(Locale) - Method in class com.atlassian.gadgets.GadgetRequestContext.Builder
Set the Locale of the GadgetRequestContext under construction and return this Builder to allow further construction to be done.
LocalGadgetSpecProvider - Interface in com.atlassian.gadgets
A provider of gadget specs that are avaiable locally, without making an HTTP request to fetch them.

M

MediaItem - Class in com.atlassian.gadgets.opensocial.model
 
MediaItem(MediaItem.Builder) - Constructor for class com.atlassian.gadgets.opensocial.model.MediaItem
 
MediaItem.Builder - Class in com.atlassian.gadgets.opensocial.model
A builder that facilitates construction of MediaItem objects.
MediaItem.Builder(URI) - Constructor for class com.atlassian.gadgets.opensocial.model.MediaItem.Builder
 
MediaItem.Type - Enum in com.atlassian.gadgets.opensocial.model
An enumeration of potential media types.
mediaItems(List<MediaItem>) - Method in class com.atlassian.gadgets.opensocial.model.Activity.Builder
Set the mediaItems associated with the Activity under construction and return this Builder to allow further construction to be done.
mimeType(String) - Method in class com.atlassian.gadgets.opensocial.model.MediaItem.Builder
Set the mime type of the MediaItem under construction and return this Builder to allow further construction to be done.
ModuleId - Class in com.atlassian.gadgets.view
Representation of the identifier for an instance of a gadget rendered on a page.

N

Name - Class in com.atlassian.gadgets.opensocial.model
Representation of a Person's full name
Name(String) - Constructor for class com.atlassian.gadgets.opensocial.model.Name
 
name(Name) - Method in class com.atlassian.gadgets.opensocial.model.Person.Builder
Set the Name of the Person being constructed
named(String) - Static method in enum com.atlassian.gadgets.directory.Category
 
newSecurityToken(GadgetState, String) - Method in interface com.atlassian.gadgets.view.SecurityTokenFactory
Create a new security token for the gadget.
next() - Method in enum com.atlassian.gadgets.dashboard.DashboardState.ColumnIndex
Returns the next column index after this one if there is one, equivalent to doing i+1 when the index is an int.
NO_CURRENT_REQUEST - Static variable in class com.atlassian.gadgets.GadgetRequestContext
 
NonAtomGadgetSpecFeedException - Exception in com.atlassian.gadgets.feed
Thrown if the feed that we are trying to use as a gadget spec feed is not an Atom feed.
NonAtomGadgetSpecFeedException(URI) - Constructor for exception com.atlassian.gadgets.feed.NonAtomGadgetSpecFeedException
 

O

of(String) - Static method in class com.atlassian.gadgets.opensocial.model.Group
Retrieve the group corresponding to the specified name
OpenSocialRequestContext - Interface in com.atlassian.gadgets.opensocial
An adapter for Shindig's SecurityToken interface.

P

paramsAsMap() - Method in class com.atlassian.gadgets.view.View
Returns an unmodifiable Map of all view parameters.
parse(String) - Static method in enum com.atlassian.gadgets.spec.DataType
Parses a data type from the input string.
PermissionException - Exception in com.atlassian.gadgets.dashboard
Thrown if a user tries a non-permissible operation on a dashboard or gadget.
PermissionException() - Constructor for exception com.atlassian.gadgets.dashboard.PermissionException
 
Person - Class in com.atlassian.gadgets.opensocial.model
Immutable container class encapsulating social data for a person.
Person.Builder - Class in com.atlassian.gadgets.opensocial.model
A builder that facilitates construction of Person objects.
Person.Builder(Person) - Constructor for class com.atlassian.gadgets.opensocial.model.Person.Builder
Create a builder initialized with the values from the specified person argument
Person.Builder(PersonId) - Constructor for class com.atlassian.gadgets.opensocial.model.Person.Builder
Create a builder with the given the PersonId for the Person to be constructed
PersonId - Class in com.atlassian.gadgets.opensocial.model
Representation of the unique identifier for a person.
PersonId(String) - Constructor for class com.atlassian.gadgets.opensocial.model.PersonId
Creates a new PersonId that wraps the id passed in
PhoneNumber - Class in com.atlassian.gadgets.opensocial.model
Representation of a Person's phone number
PhoneNumber(String) - Constructor for class com.atlassian.gadgets.opensocial.model.PhoneNumber
 
phoneNumbers(List<PhoneNumber>) - Method in class com.atlassian.gadgets.opensocial.model.Person.Builder
Set the list of phone numbers for the Person being constructed
PluginGadgetSpec - Class in com.atlassian.gadgets.plugins
A gadget spec provided by a plugin.
PluginGadgetSpec(Plugin, String, String, Map<String, String>) - Constructor for class com.atlassian.gadgets.plugins.PluginGadgetSpec
Constructs a new PluginGadgetSpec from the specified plugin and location.
PluginGadgetSpec.Key - Class in com.atlassian.gadgets.plugins
An immutable representation of a unique identifier for plugin gadget specs, composed of a plugin key and resource location path name.
PluginGadgetSpec.Key(String, String) - Constructor for class com.atlassian.gadgets.plugins.PluginGadgetSpec.Key
Constructs a new PluginGadgetSpec.Key from the specified plugin key and resource location.
pluginGadgetSpecDisabled(PluginGadgetSpec) - Method in interface com.atlassian.gadgets.plugins.PluginGadgetSpecEventListener
Called when a gadget spec is disabled from a plugin.
pluginGadgetSpecEnabled(PluginGadgetSpec) - Method in interface com.atlassian.gadgets.plugins.PluginGadgetSpecEventListener
Called when a gadget spec is enabled from a plugin.
PluginGadgetSpecEventListener - Interface in com.atlassian.gadgets.plugins
A listener for gadget spec modules that are enabled and disabled in plugins.
postedTime(Long) - Method in class com.atlassian.gadgets.opensocial.model.Activity.Builder
Set the postedTime of the Activity under construction and return this Builder to allow further construction to be done.
prependGadgetToColumn(GadgetState, DashboardState.ColumnIndex) - Method in class com.atlassian.gadgets.dashboard.DashboardState
Returns a new DashboardState built with the same data as this, except that the column with index index has had a new gadget added to its top
priority(Float) - Method in class com.atlassian.gadgets.opensocial.model.Activity.Builder
Set the priority of the Activity under construction and return this Builder to allow further construction to be done.
profileUri(URI) - Method in class com.atlassian.gadgets.opensocial.model.Person.Builder
Set the profile URI of the Person being constructed

R

range(DashboardState.ColumnIndex, DashboardState.ColumnIndex) - Static method in enum com.atlassian.gadgets.dashboard.DashboardState.ColumnIndex
Returns an immutable Iterable over ColumnIndexes starting from start and ending with end, inclusive.
removeViewType(ViewType) - Static method in class com.atlassian.gadgets.view.ViewType
Removes a ViewType.
RenderedGadgetUriBuilder - Interface in com.atlassian.gadgets.view
Builds URLs to the rendered gadget.
required(boolean) - Method in class com.atlassian.gadgets.spec.UserPrefSpec.Builder
Set the setting of the UserPrefSpec under construction whether it is required or not and return this Builder to allow further construction to be done.

S

save(DashboardState, String) - Method in interface com.atlassian.gadgets.dashboard.DashboardService
Save the DashboardState if the user has permission.
scrolling(boolean) - Method in class com.atlassian.gadgets.spec.GadgetSpec.Builder
Set the scrolling setting of the GadgetSpec under construction and return this Builder to allow further construction to be done.
SecurityTokenFactory - Interface in com.atlassian.gadgets.view
A factory for generating security tokens that is used when rendering gadgets.
SELF - Static variable in class com.atlassian.gadgets.opensocial.model.Group
 
specUri(String) - Method in class com.atlassian.gadgets.GadgetState.SpecUriBuilder
Sets the spec URI of the GadgetState under construction and returns a Builder to allow the Color and user prefs to be set.
specUri(URI) - Method in class com.atlassian.gadgets.GadgetState.SpecUriBuilder
Sets the spec URI of the GadgetState under construction and returns a Builder to allow the Color and user prefs to be set.
status(String) - Method in class com.atlassian.gadgets.opensocial.model.Person.Builder
Sets the value of the person's "status" text
streamFaviconUrl(String) - Method in class com.atlassian.gadgets.opensocial.model.Activity.Builder
Set the streamFaviconUrl of the Activity under construction and return this Builder to allow further construction to be done.
streamSourceUrl(String) - Method in class com.atlassian.gadgets.opensocial.model.Activity.Builder
Set the streamSourceUrl of the Activity under construction and return this Builder to allow further construction to be done.
streamTitle(String) - Method in class com.atlassian.gadgets.opensocial.model.Activity.Builder
Set the streamTitle of the Activity under construction and return this Builder to allow further construction to be done.
streamUrl(String) - Method in class com.atlassian.gadgets.opensocial.model.Activity.Builder
Set the streamUrl of the Activity under construction and return this Builder to allow further construction to be done.
supportsViewType(ViewType) - Method in class com.atlassian.gadgets.spec.GadgetSpec
Check if a particular view is supported in this spec

T

thumbnail(URI) - Method in class com.atlassian.gadgets.spec.GadgetSpec.Builder
Set the thumbnail URI of the GadgetSpec under construction and return this Builder to allow further construction to be done.
thumbnailUri(URI) - Method in class com.atlassian.gadgets.opensocial.model.Person.Builder
Set the thumbnail URI of the Person being constructed
timeZone(int) - Method in class com.atlassian.gadgets.opensocial.model.Person.Builder
Sets the time zone offset for the person.
title(String) - Method in class com.atlassian.gadgets.dashboard.DashboardState.Builder
Set the title of the DashboardState under construction and return this Builder to allow further construction to be done.
title(String) - Method in class com.atlassian.gadgets.dashboard.DashboardState.TitleBuilder
Sets the title of the DashboardState under construction and returns a Builder to allow the Layout and the columns to be set.
title(String) - Method in class com.atlassian.gadgets.spec.GadgetSpec.Builder
Set the title of the GadgetSpec under construction and return this Builder to allow further construction to be done.
titleUrl(URI) - Method in class com.atlassian.gadgets.spec.GadgetSpec.Builder
Set the title URI of the GadgetSpec under construction and return this Builder to allow further construction to be done.
toString() - Method in class com.atlassian.gadgets.dashboard.DashboardId
 
toString() - Method in class com.atlassian.gadgets.dashboard.DashboardState
 
toString() - Method in class com.atlassian.gadgets.dashboard.DashboardTab
 
toString() - Method in class com.atlassian.gadgets.GadgetId
 
toString() - Method in class com.atlassian.gadgets.GadgetState
 
toString() - Method in enum com.atlassian.gadgets.opensocial.model.Activity.Field
emit the field as a json element.
toString() - Method in class com.atlassian.gadgets.opensocial.model.Activity
 
toString() - Method in class com.atlassian.gadgets.opensocial.model.ActivityId
 
toString() - Method in class com.atlassian.gadgets.opensocial.model.Address
 
toString() - Method in class com.atlassian.gadgets.opensocial.model.AppId
 
toString() - Method in class com.atlassian.gadgets.opensocial.model.EmailAddress
 
toString() - Method in class com.atlassian.gadgets.opensocial.model.Group
The String representation of a group (its name)
toString() - Method in class com.atlassian.gadgets.opensocial.model.Name
 
toString() - Method in class com.atlassian.gadgets.opensocial.model.Person
 
toString() - Method in class com.atlassian.gadgets.opensocial.model.PersonId
 
toString() - Method in class com.atlassian.gadgets.opensocial.model.PhoneNumber
 
toString() - Method in class com.atlassian.gadgets.plugins.PluginGadgetSpec.Key
 
toString() - Method in class com.atlassian.gadgets.plugins.PluginGadgetSpec
 
toString() - Method in class com.atlassian.gadgets.spec.GadgetSpec
 
toString() - Method in class com.atlassian.gadgets.spec.UserPrefSpec
 
toString() - Method in class com.atlassian.gadgets.view.ModuleId
 
toString() - Method in class com.atlassian.gadgets.view.ViewType
 
type(MediaItem.Type) - Method in class com.atlassian.gadgets.opensocial.model.MediaItem.Builder
Set the type of the MediaItem under construction and return this Builder to allow further construction to be done.

U

unsupportedFeatureNames(Iterable<String>) - Method in class com.atlassian.gadgets.spec.GadgetSpec.Builder
Set the list of unsupported features for the GadgetSpec under construction and return this Builder to allow further construction to be done.
updated(Date) - Method in class com.atlassian.gadgets.opensocial.model.Activity.Builder
Set the updated date of the Activity under construction and return this Builder to allow further construction to be done.
url(String) - Method in class com.atlassian.gadgets.opensocial.model.Activity.Builder
Set the url of the Activity under construction and return this Builder to allow further construction to be done.
url(URI) - Method in class com.atlassian.gadgets.opensocial.model.MediaItem.Builder
Set the url of the MediaItem under construction and return this Builder to allow further construction to be done.
urls(List<URI>) - Method in class com.atlassian.gadgets.opensocial.model.Person.Builder
Sets a list of interesting URLs for the person
userId(PersonId) - Method in class com.atlassian.gadgets.opensocial.model.Activity.Builder
Set the user id of the Activity under construction and return this Builder to allow further construction to be done.
userPrefs(Map<String, String>) - Method in class com.atlassian.gadgets.GadgetState.Builder
Set the Map of user preference values for the GadgetState under construction and return this Builder to allow further construction to be done.
userPrefs(Iterable<UserPrefSpec>) - Method in class com.atlassian.gadgets.spec.GadgetSpec.Builder
Set the list of UserPrefSpec objects for the GadgetSpec under construction and return this Builder to allow further construction to be done.
UserPrefSpec - Class in com.atlassian.gadgets.spec
Represents a user pref containing the details from the gadget spec XML
userPrefSpec(String) - Static method in class com.atlassian.gadgets.spec.UserPrefSpec
Factory method to create a new builder which can be used to create UserPrefSpec objects.
userPrefSpec(UserPrefSpec) - Static method in class com.atlassian.gadgets.spec.UserPrefSpec
Factory method which allows you to create a new UserPrefSpec object based on an existing UserPrefSpec.
UserPrefSpec.Builder - Class in com.atlassian.gadgets.spec
A builder that facilitates construction of UserPrefSpec objects.

V

value() - Method in class com.atlassian.gadgets.dashboard.DashboardId
Returns the value of the identifier as a String.
value() - Method in class com.atlassian.gadgets.GadgetId
Returns the value of the identifier as a String
value() - Method in class com.atlassian.gadgets.opensocial.model.ActivityId
Returns the value of the identifier as a String.
value() - Method in class com.atlassian.gadgets.opensocial.model.Address
 
value() - Method in class com.atlassian.gadgets.opensocial.model.AppId
Returns the value of the identifier as a String.
value() - Method in class com.atlassian.gadgets.opensocial.model.EmailAddress
 
value() - Method in class com.atlassian.gadgets.opensocial.model.Name
 
value() - Method in class com.atlassian.gadgets.opensocial.model.PersonId
Returns the value of the identifier as a String.
value() - Method in class com.atlassian.gadgets.opensocial.model.PhoneNumber
 
value() - Method in class com.atlassian.gadgets.view.ModuleId
Returns the value of the identifier as a long.
valueOf(String) - Static method in enum com.atlassian.gadgets.dashboard.Color
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.atlassian.gadgets.dashboard.DashboardId
Convert the String value to a DashboardId object.
valueOf(String) - Static method in enum com.atlassian.gadgets.dashboard.DashboardState.ColumnIndex
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.gadgets.dashboard.Layout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.gadgets.directory.Category
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.atlassian.gadgets.GadgetId
Converts the String value to a GadgetId object.
valueOf(String) - Static method in enum com.atlassian.gadgets.opensocial.model.Activity.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.atlassian.gadgets.opensocial.model.ActivityId
Convert the String value to a ActivityId object.
valueOf(String) - Static method in class com.atlassian.gadgets.opensocial.model.Address
 
valueOf(String) - Static method in class com.atlassian.gadgets.opensocial.model.AppId
Convert the String value to a AppId object.
valueOf(String) - Static method in class com.atlassian.gadgets.opensocial.model.EmailAddress
 
valueOf() - Method in class com.atlassian.gadgets.opensocial.model.Group
Fetch the (unique) name of this group
valueOf(String) - Static method in enum com.atlassian.gadgets.opensocial.model.MediaItem.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.atlassian.gadgets.opensocial.model.Name
 
valueOf(String) - Static method in class com.atlassian.gadgets.opensocial.model.PersonId
Convert the String value to a PersonId object.
valueOf(String) - Static method in class com.atlassian.gadgets.opensocial.model.PhoneNumber
 
valueOf(String) - Static method in enum com.atlassian.gadgets.spec.DataType
Returns the enum constant of this type with the specified name.
valueOf(long) - Static method in class com.atlassian.gadgets.view.ModuleId
Converts the long value to a ModuleId object.
valueOf(String) - Static method in class com.atlassian.gadgets.view.ModuleId
Converts the String value to a ModuleId object.
valueOf(String) - Static method in class com.atlassian.gadgets.view.ViewType
Returns the ViewType associated with the value.
valueOf(String) - Static method in enum com.atlassian.gadgets.Vote
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.atlassian.gadgets.dashboard.Color
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.gadgets.dashboard.DashboardState.ColumnIndex
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.gadgets.dashboard.Layout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.gadgets.directory.Category
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.gadgets.opensocial.model.Activity.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.gadgets.opensocial.model.MediaItem.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.gadgets.spec.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.gadgets.Vote
Returns an array containing the constants of this enum type, in the order they are declared.
version(long) - Method in class com.atlassian.gadgets.dashboard.DashboardState.Builder
Set the version of the DashboardState under construction and return this Builder to allow further construction to be done.
View - Class in com.atlassian.gadgets.view
Models information the renderer needs to know about a gadget to render it properly.
View.Builder - Class in com.atlassian.gadgets.view
Builder for View.
View.Builder() - Constructor for class com.atlassian.gadgets.view.View.Builder
 
ViewComponent - Interface in com.atlassian.gadgets.view
A ViewComponent represents a view of an entity in the gadgets system.
viewer(String) - Method in class com.atlassian.gadgets.GadgetRequestContext.Builder
Set the current user of the GadgetRequestContext under construction and return this Builder to allow further construction to be done.
viewsNames(Set<String>) - Method in class com.atlassian.gadgets.spec.GadgetSpec.Builder
Set the list of view names for the GadgetSpec under construction and return this Builder to allow further construction to be done.
viewType(ViewType) - Method in class com.atlassian.gadgets.view.View.Builder
Sets the ViewType to use
ViewType - Class in com.atlassian.gadgets.view
Represents a context under which a gadget will be viewed.
Vote - Enum in com.atlassian.gadgets
Votes are used in the gadget system to determine whether a user is allowed to perform certain actions, such as seeing a gadget in the gadget browser or being allowed to render a gadget on their dashboard.

W

width(int) - Method in class com.atlassian.gadgets.spec.GadgetSpec.Builder
Set the width of the GadgetSpec under construction and return this Builder to allow further construction to be done.
writable(boolean) - Method in class com.atlassian.gadgets.view.View.Builder
Sets whether this view is writable.
writeGadgetSpecTo(URI, OutputStream) - Method in interface com.atlassian.gadgets.LocalGadgetSpecProvider
Writes the gadget spec found at the specified URI, to the specified OutputStream.
writeTo(Writer) - Method in interface com.atlassian.gadgets.view.ViewComponent
Renders the component represented by this view and writes it to the Writer.

A B C D E F G H I L M N O P R S T U V W

Copyright © 2013 Atlassian. All Rights Reserved.