Skip navigation links
A B C E G H I P T V 

A

Application - Interface in com.atlassian.application.api
Represents an Application (e.g.
ApplicationAccess - Interface in com.atlassian.application.api
Represents the access control to a Application (e.g.
ApplicationAccess.AccessError - Enum in com.atlassian.application.api
Represents the different types of access error.
ApplicationKey - Class in com.atlassian.application.api
Represents the identifier to an Application.
ApplicationManager - Interface in com.atlassian.application.api
Interface into the Applications (e.g.
ApplicationPlugin - Interface in com.atlassian.application.api
Representation of a plugin in an Application.
ApplicationPlugin.PluginType - Enum in com.atlassian.application.api
An enumeration holding the different types of plugins.

B

buildDate() - Method in interface com.atlassian.application.api.Application
Return the build date of the application.

C

canUserAccessApplication(UserKey) - Method in interface com.atlassian.application.api.ApplicationAccess
Returns true if the user actually able to use the associated Application.
clearConfiguration() - Method in interface com.atlassian.application.api.Application
Clear (remove) application's configuration.
com.atlassian.application.api - package com.atlassian.application.api
The atlassian-application is a library for accessing information about Applications (e.g.

E

equals(Object) - Method in class com.atlassian.application.api.ApplicationKey
 

G

getAccess() - Method in interface com.atlassian.application.api.Application
Return the ApplicationAccess associated with the application.
getAccess(ApplicationKey) - Method in interface com.atlassian.application.api.ApplicationManager
Get the ApplicationAccess associated with the passed application, or Option.none() if there is no Application installed with the passed key.
getAccessError(UserKey) - Method in interface com.atlassian.application.api.ApplicationAccess
Returns the most important reason why the passed user cannot access the Application.
getActiveUserCount() - Method in interface com.atlassian.application.api.ApplicationAccess
Returns the number of users who are currently able to access the associated Application.
getApplication(ApplicationKey) - Method in interface com.atlassian.application.api.ApplicationManager
Return the installed Application with the passed key.
getApplication(ApplicationKey, Class<A>) - Method in interface com.atlassian.application.api.ApplicationManager
Return the installed Application associated with the passed ApplicationKey if it is of the correct type.
getApplicationKey() - Method in interface com.atlassian.application.api.ApplicationAccess
Get the ApplicationKey of the Application whose access control is managed by this instance.
getApplicationPlugins() - Method in interface com.atlassian.application.api.PluginApplication
Return all the application plugins in the application.
getApplications() - Method in interface com.atlassian.application.api.ApplicationManager
Return all the Applications installed on the platform.
getConfigurationURI() - Method in interface com.atlassian.application.api.Application
Get the relative URI for the configuration of the application.
getDefaultGroup() - Method in interface com.atlassian.application.api.Application
Get the default user group defined for the application.
getDefinitionModuleKey() - Method in interface com.atlassian.application.api.PluginApplication
Return the module key for the module in the Primary plugin that defines the application.
getDescription() - Method in interface com.atlassian.application.api.Application
Get the description of the application.
getKey() - Method in interface com.atlassian.application.api.Application
Return the ApplicationKey associated with the application.
getLicense() - Method in interface com.atlassian.application.api.Application
Return the license associated with the application.
getManagementPage() - Method in interface com.atlassian.application.api.ApplicationAccess
Returns a relative URI to a screen where administrators can manage application access.
getMaximumUserCount() - Method in interface com.atlassian.application.api.ApplicationAccess
Return the maximum number of users that can be given access to the Application.
getName() - Method in interface com.atlassian.application.api.Application
Get the name of the application.
getPlatform() - Method in interface com.atlassian.application.api.ApplicationManager
Return the PlatformApplication that represents the Platform.
getPluginKey() - Method in interface com.atlassian.application.api.ApplicationPlugin
The key of the plugin.
getPlugins() - Method in interface com.atlassian.application.api.PluginApplication
Get the primary, application and utility plugins associated with the application.
getPostInstallURI() - Method in interface com.atlassian.application.api.Application
Get the relative URI to show after the application is installed.
getPostUpdateURI() - Method in interface com.atlassian.application.api.Application
Get the relative URI to show after the application is updated.
getPrimaryPlugin() - Method in interface com.atlassian.application.api.PluginApplication
Get the primary plugin associated in the application.
getProductHelpCloudSpaceURI() - Method in interface com.atlassian.application.api.Application
Returns relative URI to use as target space for product user helplinks in cloud.
getProductHelpServerSpaceURI() - Method in interface com.atlassian.application.api.Application
Returns relative URI to use as target space for product user helplinks.
getType() - Method in interface com.atlassian.application.api.ApplicationPlugin
Return the type of this plugin.
getUserCountDescription(Option<Integer>) - Method in interface com.atlassian.application.api.Application
Returns the internationalised description for the passed number of users.
getUtilityPlugins() - Method in interface com.atlassian.application.api.PluginApplication
Return all the utility plugins in the application.
getVersion() - Method in interface com.atlassian.application.api.Application
Get the version of the application.

H

hashCode() - Method in class com.atlassian.application.api.ApplicationKey
 

I

isValid(String) - Static method in class com.atlassian.application.api.ApplicationKey
Indicate if the passed key is valid.

P

PlatformApplication - Interface in com.atlassian.application.api
The Application provided by the platform directly.
PluginApplication - Interface in com.atlassian.application.api
A Application provided by a set of plugins.

T

toString() - Method in class com.atlassian.application.api.ApplicationKey
 

V

value() - Method in class com.atlassian.application.api.ApplicationKey
Return the String key used to create the ApplicationKey.
valueOf(String) - Static method in enum com.atlassian.application.api.ApplicationAccess.AccessError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.atlassian.application.api.ApplicationKey
Create a new ApplicationKey.
valueOf(String) - Static method in enum com.atlassian.application.api.ApplicationPlugin.PluginType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.atlassian.application.api.ApplicationAccess.AccessError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.application.api.ApplicationPlugin.PluginType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C E G H I P T V 
Skip navigation links

Copyright © 2018 Atlassian. All rights reserved.