|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ApplicationLink | |
|---|---|
| com.atlassian.applinks.api | API classes and components for interacting with the AppLinks plugin. |
| com.atlassian.applinks.api.auth | |
| com.atlassian.applinks.api.event | Events fired from applinks to indicate key changes. |
| Uses of ApplicationLink in com.atlassian.applinks.api |
|---|
| Methods in com.atlassian.applinks.api that return ApplicationLink | |
|---|---|
ApplicationLink |
EntityLink.getApplicationLink()
|
ApplicationLink |
ApplicationLinkService.getApplicationLink(ApplicationId id)
Retrieves an ApplicationLink by its ApplicationId. |
ApplicationLink |
ApplicationLinkService.getPrimaryApplicationLink(Class<? extends ApplicationType> type)
Retrieves the primary ApplicationLink of a particular ApplicationType. |
| Methods in com.atlassian.applinks.api that return types with arguments of type ApplicationLink | |
|---|---|
Iterable<ApplicationLink> |
ApplicationLinkService.getApplicationLinks()
Retrieves all ApplicationLinks. |
Iterable<ApplicationLink> |
ApplicationLinkService.getApplicationLinks(Class<? extends ApplicationType> type)
Retrieves all ApplicationLinks of a particular ApplicationType. |
| Methods in com.atlassian.applinks.api with parameters of type ApplicationLink | |
|---|---|
ApplicationLinkUIService.MessageBuilder |
ApplicationLinkUIService.authorisationRequest(ApplicationLink appLink)
Returns a ApplicationLinkUIService.MessageBuilder to construct an HTML fragment with a
"please authenticate with [application]" message, and a link that lets the
user begin authentication. |
URI |
EntityType.getDisplayUrl(ApplicationLink link,
String entityKey)
Given an ApplicationLink and the key
of an entity on that peer, this method returns that entity's "display
URL". |
| Uses of ApplicationLink in com.atlassian.applinks.api.auth |
|---|
| Methods in com.atlassian.applinks.api.auth with parameters of type ApplicationLink | |
|---|---|
static com.atlassian.sal.api.net.Request |
Anonymous.createAnonymousRequest(ApplicationLink link,
com.atlassian.sal.api.net.Request.MethodType methodType,
String url)
This is a convenience method for creating anonymous (unauthenticated) requests without having to catch the CredentialsRequiredException declared on the ApplicationLinkRequestFactory interface |
| Uses of ApplicationLink in com.atlassian.applinks.api.event |
|---|
| Fields in com.atlassian.applinks.api.event declared as ApplicationLink | |
|---|---|
protected ApplicationLink |
ApplicationLinkEvent.applicationLink
|
| Methods in com.atlassian.applinks.api.event that return ApplicationLink | |
|---|---|
ApplicationLink |
ApplicationLinkEvent.getApplicationLink()
|
| Constructors in com.atlassian.applinks.api.event with parameters of type ApplicationLink | |
|---|---|
ApplicationLinkAddedEvent(ApplicationLink applicationLink)
|
|
ApplicationLinkAuthConfigChangedEvent(ApplicationLink applicationLink)
|
|
ApplicationLinkDeletedEvent(ApplicationLink applicationLink)
|
|
ApplicationLinkDetailsChangedEvent(ApplicationLink applicationLink)
|
|
ApplicationLinkEvent(ApplicationLink applicationLink)
|
|
ApplicationLinkMadePrimaryEvent(ApplicationLink applicationLink)
|
|
ApplicationLinksIDChangedEvent(ApplicationLink applicationLink,
ApplicationId oldApplicationId)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||