Uses of Class
com.atlassian.application.api.ApplicationKey
-
Uses of ApplicationKey in com.atlassian.application.api
Methods in com.atlassian.application.api that return ApplicationKeyModifier and TypeMethodDescriptionApplicationAccess.getApplicationKey()Get theApplicationKeyof theApplicationwhose access control is managed by this instance.Application.getKey()Return theApplicationKeyassociated with the application.static ApplicationKeyCreate a newApplicationKey.Methods in com.atlassian.application.api with parameters of type ApplicationKeyModifier and TypeMethodDescriptionio.atlassian.fugue.Option<ApplicationAccess>ApplicationManager.getAccess(ApplicationKey key) Get theApplicationAccessassociated with the passed application, orOption.none()if there is noApplicationinstalled with the passed key.io.atlassian.fugue.Option<Application>ApplicationManager.getApplication(ApplicationKey key) Return the installedApplicationwith the passed key.<A extends Application>
io.atlassian.fugue.Option<A>ApplicationManager.getApplication(ApplicationKey key, Class<A> type) Return the installedApplicationassociated with the passedApplicationKeyif it is of the correct type.