Modifier and Type | Method and Description |
---|---|
RestPage<ApplicationEntity> |
ApplicationsRestAdminClient.fetchApplications() |
RestPage<ApplicationEntity> |
RestAdminClient.fetchApplications() |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationsRestAdminClient.updateApplication(ApplicationEntity applicationEntity) |
Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.ImmutableList<ApplicationEntity> |
ApplicationAdminResourceAcceptanceTest.APP_ENTITIES |
Modifier and Type | Method and Description |
---|---|
ApplicationEntity |
ApplicationEntity.Builder.build() |
ApplicationEntity |
ApplicationSessionsSearchResultEntity.getApplication() |
Modifier and Type | Method and Description |
---|---|
static ApplicationEntity.Builder |
ApplicationEntity.builder(ApplicationEntity applicationEntity) |
Constructor and Description |
---|
ApplicationSessionsSearchResultEntity(String randomHash,
Long id,
Date initialization,
Long lastAccess,
ApplicationEntity application) |
Modifier and Type | Method and Description |
---|---|
ApplicationEntity |
ApplicationAdminController.getApplication(long appId) |
ApplicationEntity |
ApplicationAdminController.updateApplication(long appId,
ApplicationEntity entity) |
Modifier and Type | Method and Description |
---|---|
RestPage<ApplicationEntity> |
ApplicationAdminController.getApplications(RestPageRequest pageRequest,
String name,
Boolean isActive) |
Modifier and Type | Method and Description |
---|---|
ApplicationEntity |
ApplicationAdminController.updateApplication(long appId,
ApplicationEntity entity) |
Modifier and Type | Field and Description |
---|---|
static ApplicationEntity |
ApplicationAdminResourceExamples.APPLICATION_ENTITY_EXAMPLE1 |
static ApplicationEntity |
ApplicationAdminResourceExamples.APPLICATION_ENTITY_EXAMPLE2 |
Modifier and Type | Field and Description |
---|---|
static RestPage<ApplicationEntity> |
ApplicationAdminResourceExamples.APPLICATION_ENTITIES_EXAMPLE |
Modifier and Type | Method and Description |
---|---|
ApplicationEntity |
ApplicationAdminResource.getApplication(long applicationId)
Returns the application with the specified id
|
ApplicationEntity |
ApplicationAdminResource.updateApplication(long applicationId,
ApplicationEntity applicationEntity)
Updates the specified application
|
Modifier and Type | Method and Description |
---|---|
RestPage<ApplicationEntity> |
ApplicationAdminResource.getApplications(RestPageRequest pageRequest,
String name,
Boolean isActive)
Returns a paged list of all applications
|
Modifier and Type | Method and Description |
---|---|
ApplicationEntity |
ApplicationAdminResource.updateApplication(long applicationId,
ApplicationEntity applicationEntity)
Updates the specified application
|
Modifier and Type | Method and Description |
---|---|
static ApplicationEntity |
RestUtils.getApplication(String baseUrl,
String applicationName) |
Copyright © 2021 Atlassian. All rights reserved.