- 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
-
- GadgetId - Class in com.atlassian.gadgets
-
Representation of the identifier for a particular gadget.
- gadgetId(GadgetId) - Method in class com.atlassian.gadgets.LocalDashboardItemState.Builder
-
- GadgetLocationTranslator - Interface in com.atlassian.gadgets.plugins
-
Version 3.4 added the ability to define a custom
URI location for gadget specs.
- 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.User - Class in com.atlassian.gadgets
-
- 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 extension of DashboardItemState.
- 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.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
- getAmdModule() - Method in class com.atlassian.gadgets.dashboard.DashboardItemRepresentation
-
Returns a JavaScript AMD module that renders the dashboard item.
- getAMDModule() - Method in interface com.atlassian.gadgets.plugins.DashboardItemModule
-
- 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 interface com.atlassian.gadgets.plugins.DashboardItemModule.DirectoryDefinition
-
Author/Vendor of the dashboard item.
- 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.
- getBuilder(HttpServletRequest) - Method in interface com.atlassian.gadgets.GadgetRequestContextFactory
-
Returns a GadgetRequestContext.Builder based on the values in
the specified request.
- 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.
- getCategories() - Method in interface com.atlassian.gadgets.plugins.DashboardItemModule.DirectoryDefinition
-
Returns categories of this directory definition.
- getColor() - Method in interface com.atlassian.gadgets.DashboardItemState
-
- getColor() - Method in class com.atlassian.gadgets.GadgetState
-
Returns the Color scheme that should be used to decorate the chrome surrounding the gadget.
- getColor() - Method in class com.atlassian.gadgets.LocalDashboardItemState
-
- getColumnIndex() - Method in class com.atlassian.gadgets.dashboard.DashboardItemRepresentationService.RenderingContext
-
- 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.DashboardColumns
-
Returns an immutable List of all columns represented as a list of items.
- getColumns() - Method in class com.atlassian.gadgets.dashboard.DashboardState
-
Deprecated.
- getCondition() - Method in interface com.atlassian.gadgets.plugins.DashboardItemModule
-
- getCurrentLocation() - Method in class com.atlassian.gadgets.opensocial.model.Person
-
- getDashboardColumns() - Method in class com.atlassian.gadgets.dashboard.DashboardState
-
- getDashboardForGadget(GadgetId, String) - Method in interface com.atlassian.gadgets.dashboard.DashboardService
-
Gets dashboard state which contains the specified gadget
- getDashboardId() - Method in class com.atlassian.gadgets.dashboard.DashboardItemRepresentationService.RenderingContext
-
- getDashboardId() - Method in exception com.atlassian.gadgets.dashboard.DashboardNotFoundException
-
- getDashboardId() - Method in class com.atlassian.gadgets.dashboard.DashboardTab
-
- getDashboardItemForModuleKey(ModuleCompleteKey) - Method in interface com.atlassian.gadgets.dashboard.DashboardItemModules
-
- getDashboardItemModuleDescriptor(String) - Method in interface com.atlassian.gadgets.dashboard.DashboardItemModules
-
Returns an optional DashboardItemModuleDescriptor for a given OpenSocial gadget URI identifier.
- getDashboardItemModuleId() - Method in class com.atlassian.gadgets.LocalDashboardItemState
-
- getDashboardItemsWithDirectoryDefinition() - Method in interface com.atlassian.gadgets.dashboard.DashboardItemModules
-
Returns all dashboard items which declared a specification.
- getDataType() - Method in class com.atlassian.gadgets.spec.UserPrefSpec
-
- 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
- getDirectoryDefinition() - Method in interface com.atlassian.gadgets.plugins.DashboardItemModule
-
Returns the description of this dashboard item.
- getDirectoryDefinition() - Method in interface com.atlassian.gadgets.plugins.DashboardItemModuleDescriptor
-
- 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.
- getEmail() - Method in interface com.atlassian.gadgets.plugins.DashboardItemModule.Author
-
- getEmailAddresses() - Method in class com.atlassian.gadgets.opensocial.model.Person
-
- getEnabledCondition() - Method in class com.atlassian.gadgets.plugins.PluginGadgetSpec
-
- getEntries(GadgetRequestContext) - Method in interface com.atlassian.gadgets.directory.Directory
-
Returns all the entries available, localized by the locale.
- getEntries(GadgetRequestContext, Directory.EntryScope) - Method in interface com.atlassian.gadgets.directory.Directory
-
Returns all entries with the given scope.
- 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
-
- getFullModuleKey() - Method in class com.atlassian.gadgets.LocalDashboardItemModuleId
-
- getFullname() - Method in interface com.atlassian.gadgets.plugins.DashboardItemModule.Author
-
Fullname of the author.
- getGadgetId() - Method in exception com.atlassian.gadgets.GadgetNotFoundException
-
- getGadgetsInColumn(DashboardState.ColumnIndex) - Method in class com.atlassian.gadgets.dashboard.DashboardState
-
Deprecated.
- 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 class com.atlassian.gadgets.GadgetState
-
- getGadgetSpecUriToReplace() - Method in interface com.atlassian.gadgets.plugins.DashboardItemModuleDescriptor
-
- getGadgetState() - Method in exception com.atlassian.gadgets.view.GadgetRenderingException
-
- getGadgetUri() - Method in class com.atlassian.gadgets.event.AddGadgetEvent
-
- getGadgetUrl() - Method in class com.atlassian.gadgets.dashboard.DashboardItemRepresentation
-
Open social gadget URL
- getHeight() - Method in class com.atlassian.gadgets.spec.GadgetSpec
-
Get the height of the gadget in this spec
- getHtml() - Method in class com.atlassian.gadgets.dashboard.DashboardItemRepresentation
-
Returns a verbatim html which represents the dashboard item.
- 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 interface com.atlassian.gadgets.DashboardItemModuleId
-
- getId() - Method in interface com.atlassian.gadgets.DashboardItemState
-
- getId() - Method in interface com.atlassian.gadgets.directory.Directory.Entry
-
Returns the id of the directory entry.
- 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.LocalDashboardItemModuleId
-
- getId() - Method in class com.atlassian.gadgets.LocalDashboardItemState
-
- getId() - Method in class com.atlassian.gadgets.opensocial.model.Activity
-
Get the activity id that is permanently associated with this activity.
- getId() - Method in class com.atlassian.gadgets.OpenSocialDashboardItemModuleId
-
- 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.
- getItemsInColumn(DashboardState.ColumnIndex) - Method in class com.atlassian.gadgets.dashboard.DashboardColumns
-
Returns an immutable List of the DashboardStateItems in the given column.
- getJsonRepresentation() - Method in class com.atlassian.gadgets.dashboard.DashboardItemRepresentation
-
It is defined in case of local dashboard items and contains a stringified JSON object.
- 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.
- getLocalCondition() - Method in class com.atlassian.gadgets.plugins.PluginGadgetSpec
-
- 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.DashboardItemType
-
- 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
-
- getProperties() - Method in class com.atlassian.gadgets.LocalDashboardItemState
-
- getPublishLocation() - Method in class com.atlassian.gadgets.plugins.PluginGadgetSpec
-
- getReplacedGadgetId() - Method in class com.atlassian.gadgets.LocalDashboardItemModuleId
-
- getRepresentation(DashboardItemState, DashboardItemRepresentationService.RenderingContext) - Method in interface com.atlassian.gadgets.dashboard.DashboardItemRepresentationService
-
Returns a dashboard item representation.
- getRequestContext() - Method in class com.atlassian.gadgets.dashboard.DashboardItemRepresentationService.RenderingContext
-
- getSelf() - Method in interface com.atlassian.gadgets.directory.Directory.Entry
-
Returns the unique URI of the directory entry.
- getSpecUri() - Method in class com.atlassian.gadgets.OpenSocialDashboardItemModuleId
-
- 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 interface com.atlassian.gadgets.plugins.DashboardItemModule.DirectoryDefinition
-
Returns an absolute URL of the thumbnail.
- 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 interface com.atlassian.gadgets.plugins.DashboardItemModule.DirectoryDefinition
-
The title of the dashboard item.
- getTitle() - Method in class com.atlassian.gadgets.spec.GadgetSpec
-
Get the title of the gadget in this spec
- getTitleI18nKey() - Method in interface com.atlassian.gadgets.plugins.DashboardItemModule.DirectoryDefinition
-
The optional i18n key of the title of the dashboard item.
- 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 interface com.atlassian.gadgets.DashboardItemModuleId
-
- getType() - Method in class com.atlassian.gadgets.LocalDashboardItemModuleId
-
- getType() - Method in class com.atlassian.gadgets.opensocial.model.MediaItem
-
- getType() - Method in class com.atlassian.gadgets.OpenSocialDashboardItemModuleId
-
- 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
-
- getUser() - Method in class com.atlassian.gadgets.GadgetRequestContext
-
Returns the current user or none if user is anonymous.
- getUserId() - Method in class com.atlassian.gadgets.opensocial.model.Activity
-
Get the id of the user who this activity is for.
- getUserKey() - Method in class com.atlassian.gadgets.GadgetRequestContext.User
-
- getUsername() - Method in class com.atlassian.gadgets.GadgetRequestContext.User
-
- 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
- getView() - Method in class com.atlassian.gadgets.GadgetRequestContext
-
Returns the dashboard view.
- 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.
- getWebResourceKey() - Method in interface com.atlassian.gadgets.plugins.DashboardItemModule
-
- 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.
- 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.DashboardItemType
-
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 enum com.atlassian.gadgets.directory.Directory.EntryScope
-
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.DashboardItemType
-
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.directory.Directory.EntryScope
-
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(View) - Method in class com.atlassian.gadgets.GadgetRequestContext.Builder
-
Set the current view of the GadgetRequestContext 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.
- ViewComponent - Interface in com.atlassian.gadgets.view
-
A ViewComponent represents a view of an entity in the gadgets system.
- 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.
- visit(OpenSocialDashboardItemModuleId) - Method in interface com.atlassian.gadgets.DashboardItemModuleIdVisitor
-
- visit(LocalDashboardItemModuleId) - Method in interface com.atlassian.gadgets.DashboardItemModuleIdVisitor
-
- visit(GadgetState) - Method in interface com.atlassian.gadgets.DashboardItemStateVisitor
-
- visit(LocalDashboardItemState) - Method in interface com.atlassian.gadgets.DashboardItemStateVisitor
-
- visit(Directory.OpenSocialDirectoryEntry) - Method in interface com.atlassian.gadgets.directory.DirectoryEntryVisitor
-
- visit(Directory.DashboardDirectoryEntry) - Method in interface com.atlassian.gadgets.directory.DirectoryEntryVisitor
-
- 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.