| Package | Description |
|---|---|
| com.atlassian.confluence.rest.client | |
| com.atlassian.confluence.rest.client.impl | |
| com.atlassian.confluence.rest.client.remoteservice.lookandfeel.theme |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RemoteContentVersionService.RemoteVersionFinder |
| Modifier and Type | Method and Description |
|---|---|
RemoteSingleFetcher |
RemoteContentVersionService.RemoteVersionFinder.withIdAndVersion(ContentId contentId,
int version) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteContentVersionServiceImpl.RemoteVersionFinderImpl |
| Modifier and Type | Method and Description |
|---|---|
RemoteSingleFetcher |
RemoteContentVersionServiceImpl.RemoteVersionFinderImpl.withIdAndVersion(ContentId contentId,
int version) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteThemeServiceImpl.RemoteThemeFinderImpl |
| Modifier and Type | Method and Description |
|---|---|
RemoteSingleFetcher<Theme> |
RemoteThemeServiceImpl.RemoteThemeFinderImpl.globalTheme() |
RemoteSingleFetcher<Theme> |
RemoteThemeService.RemoteThemeFinder.globalTheme()
Restrict the fetched
Theme to be the one assigned globally. |
RemoteSingleFetcher<Theme> |
RemoteThemeServiceImpl.RemoteThemeFinderImpl.withSpace(String spaceKey) |
RemoteSingleFetcher<Theme> |
RemoteThemeService.RemoteThemeFinder.withSpace(String spaceKey)
|
RemoteSingleFetcher<Theme> |
RemoteThemeServiceImpl.RemoteThemeFinderImpl.withThemeKey(ThemeKey themeKey) |
RemoteSingleFetcher<Theme> |
RemoteThemeService.RemoteThemeFinder.withThemeKey(ThemeKey themeKey)
Restrict the fetched
Theme to be the one with specific key. |
Copyright © 2003–2017 Atlassian. All rights reserved.