Modifier and Type | Method and Description |
---|---|
ApplicationEntity |
ApplicationEntityList.get(int index) |
Modifier and Type | Method and Description |
---|---|
Iterator<ApplicationEntity> |
ApplicationEntityList.iterator() |
Constructor and Description |
---|
ApplicationEntityList(List<ApplicationEntity> applications,
com.atlassian.plugins.rest.common.Link link) |
Modifier and Type | Method and Description |
---|---|
ApplicationEntity |
ApplicationController.getApplicationById(long id,
URI baseUri)
Finds an application by ID.
|
ApplicationEntity |
ApplicationController.getApplicationByName(String name,
URI baseUri)
Finds an application by name.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.plugins.rest.common.Link |
ApplicationController.addApplication(ApplicationEntity applicationEntity,
URI baseUri)
Adds a new application.
|
com.atlassian.plugins.rest.common.Link |
ApplicationController.addApplicationWithRequestAddress(ApplicationEntity applicationEntity,
javax.servlet.http.HttpServletRequest request,
URI baseUri)
Adds a new application with the request address.
|
void |
ApplicationController.updateApplication(ApplicationEntity applicationEntity)
Updates an existing application.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ApplicationResource.addApplication(boolean includeRequestAddress,
ApplicationEntity applicationEntity)
Adds a new application.
|
javax.ws.rs.core.Response |
ApplicationResource.updateApplication(long applicationId,
ApplicationEntity applicationEntity)
Updates the specified application.
|
Modifier and Type | Method and Description |
---|---|
static ApplicationEntity |
ApplicationEntityTranslator.toApplicationEntity(Application application,
com.atlassian.plugins.rest.common.Link link)
Translates from an Application to an ApplicationEntity.
|
static ApplicationEntity |
ApplicationEntityTranslator.toApplicationEntity(Application application,
com.atlassian.plugins.rest.common.Link link,
ApplicationEntityTranslator.PasswordMode passwordMode)
Translates from an Application to an ApplicationEntity.
|
Modifier and Type | Method and Description |
---|---|
static Application |
ApplicationEntityTranslator.toApplicationWithNoDirectoryMappings(ApplicationEntity applicationEntity)
Translates from an ApplicationEntity to an Application with no directory mappings.
|
Copyright © 2021 Atlassian. All rights reserved.