| Constructor and Description |
|---|
DirectoryMappingsEntity(List<DirectoryMappingEntity> mappings) |
| Modifier and Type | Method and Description |
|---|---|
DirectoryMappingEntity |
ApplicationAdminController.getApplicationDirectoryMapping(long appId,
long dirId,
com.atlassian.plugins.rest.common.expand.parameter.ExpandParameter expandParameter) |
| Modifier and Type | Method and Description |
|---|---|
RestPage<DirectoryMappingEntity> |
ApplicationAdminController.getApplicationDirectoryMappings(long appId,
com.atlassian.plugins.rest.common.expand.parameter.ExpandParameter expandParameter,
RestPageRequest pageRequest) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationDirectoryMapping |
ApplicationAdminController.addApplicationDirectoryMapping(long appId,
DirectoryMappingEntity entity) |
void |
ApplicationAdminController.updateApplicationDirectoryMapping(long appId,
long dirId,
DirectoryMappingEntity entity) |
| Modifier and Type | Field and Description |
|---|---|
static DirectoryMappingEntity |
ApplicationAdminResourceExamples.ADD_DIRECTORY_MAPPING |
static DirectoryMappingEntity |
ApplicationAdminResourceExamples.GET_DIRECTORY_MAPPING |
| Modifier and Type | Method and Description |
|---|---|
DirectoryMappingEntity |
ApplicationAdminResource.getApplicationDirectoryMapping(long appId,
long dirId) |
DirectoryMappingEntity |
ApplicationAdminResource.updateApplicationDirectoryMapping(long appId,
long dirId,
DirectoryMappingEntity directoryMappingEntity)
Updates the specified directory mapping.
|
| Modifier and Type | Method and Description |
|---|---|
RestPage<DirectoryMappingEntity> |
ApplicationAdminResource.getApplicationDirectoryMappings(long appId,
RestPageRequest pageRequest) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ApplicationAdminResource.addApplicationDirectoryMapping(long appId,
DirectoryMappingEntity directoryMappingEntity)
Adds a directory mapping to the specified application.
|
DirectoryMappingEntity |
ApplicationAdminResource.updateApplicationDirectoryMapping(long appId,
long dirId,
DirectoryMappingEntity directoryMappingEntity)
Updates the specified directory mapping.
|
| Modifier and Type | Method and Description |
|---|---|
static DirectoryMappingEntity |
RestUtils.getApplicationDirectoryMapping(String baseUrl,
long appId,
long directoryId) |
| Modifier and Type | Method and Description |
|---|---|
static List<DirectoryMappingEntity> |
RestUtils.getApplicationDirectoryMappings(String baseUrl,
long appId) |
Copyright © 2018 Atlassian. All rights reserved.