Uses of Class
com.atlassian.applinks.api.ApplicationId

Packages that use ApplicationId
com.atlassian.applinks.api API classes and components for interacting with the AppLinks plugin. 
com.atlassian.applinks.api.event Events fired from applinks to indicate key changes. 
 

Uses of ApplicationId in com.atlassian.applinks.api
 

Methods in com.atlassian.applinks.api that return ApplicationId
 ApplicationId ApplicationLink.getId()
          This ApplicationId is subject to change if an administrator: upgrades the remote application to use Unified Application Links (and this link was created prior to the upgrade); or the remote application does not have Unified Application Links deployed, and its RPC URL changes. If you are storing the ApplicationId for any reason, your plugin should listen for the ApplicationLinksIDChangedEvent.
 

Methods in com.atlassian.applinks.api with parameters of type ApplicationId
 ApplicationLink ApplicationLinkService.getApplicationLink(ApplicationId id)
          Retrieves an ApplicationLink by its ApplicationId.
 

Uses of ApplicationId in com.atlassian.applinks.api.event
 

Methods in com.atlassian.applinks.api.event that return ApplicationId
 ApplicationId EntityLinkEvent.getApplicationId()
           
 ApplicationId ApplicationLinkEvent.getApplicationId()
           
 ApplicationId ApplicationLinksIDChangedEvent.getOldApplicationId()
          The ApplicationId that this ApplicationLink was formerly known as.
 

Constructors in com.atlassian.applinks.api.event with parameters of type ApplicationId
ApplicationLinksIDChangedEvent(ApplicationLink applicationLink, ApplicationId oldApplicationId)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.