| Modifier and Type | Method and Description |
|---|---|
protected Reference<Theme> |
AbstractSpaceFactory.getSpaceTheme(String spaceKey,
Expansions expansions) |
| Modifier and Type | Method and Description |
|---|---|
Theme |
ThemeModelFactory.buildFrom(ThemeModuleDescriptor themeMd,
Expansion... expansions) |
Theme |
ThemeFactory.buildFrom(ThemeModuleDescriptor themeMd,
Expansion... expansions) |
Theme |
ThemeFactory.buildFrom(ThemeModuleDescriptor themeMd,
Expansions expansions) |
Theme |
ThemeServiceImpl.setThemeForSpace(Theme themeToSet,
String spaceKey,
Expansion... expansions) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Theme> |
ThemeModelFactory.buildFrom(Iterable<? extends ThemeModuleDescriptor> themeMds,
Expansion... expansions) |
Iterable<Theme> |
ThemeFactory.buildFrom(Iterable<? extends ThemeModuleDescriptor> themeMds,
Expansion... expansions) |
PageResponse<Theme> |
ThemeServiceImpl.ThemeFinderImpl.fetchMany(PageRequest request) |
com.atlassian.fugue.Option<Theme> |
ThemeServiceImpl.ThemeFinderImpl.fetchOne() |
SingleFetcher<Theme> |
ThemeServiceImpl.ThemeFinderImpl.globalTheme() |
SingleFetcher<Theme> |
ThemeServiceImpl.ThemeFinderImpl.withSpace(String spaceKey) |
SingleFetcher<Theme> |
ThemeServiceImpl.ThemeFinderImpl.withThemeKey(ThemeKey themeKey) |
ManyFetcher<Theme> |
ThemeServiceImpl.ThemeFinderImpl.withThemeKey(ThemeKey themeKey,
ThemeKey... moreThemeKeys) |
| Modifier and Type | Method and Description |
|---|---|
Theme |
ThemeServiceImpl.setThemeForSpace(Theme themeToSet,
String spaceKey,
Expansion... expansions) |
ValidationResult |
DefaultThemeServiceValidator.validateSetThemeForSpace(Theme themeToSet,
String spaceKey,
Expansion... expansions) |
| Modifier and Type | Method and Description |
|---|---|
Theme |
Space.getTheme() |
| Modifier and Type | Method and Description |
|---|---|
Reference<Theme> |
Space.getThemeRef() |
| Modifier and Type | Method and Description |
|---|---|
Space.SpaceBuilder |
Space.SpaceBuilder.theme(Theme theme) |
| Modifier and Type | Method and Description |
|---|---|
Space.SpaceBuilder |
Space.SpaceBuilder.theme(Reference<Theme> theme) |
| Modifier and Type | Method and Description |
|---|---|
Theme |
Theme.ThemeBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
static Theme.ThemeBuilder |
Theme.builder(Theme otherTheme) |
| Modifier and Type | Method and Description |
|---|---|
static Reference<Space> |
Theme.getSpaceReference(Reference<Theme> reference) |
| Modifier and Type | Method and Description |
|---|---|
Theme |
ThemeService.setThemeForSpace(Theme themeToSet,
String spaceKey,
Expansion... expansions)
|
| Modifier and Type | Method and Description |
|---|---|
SingleFetcher<Theme> |
ThemeService.ThemeFinder.globalTheme()
Restrict the fetched
Theme to be the one assigned globally. |
SingleFetcher<Theme> |
ThemeService.ThemeFinder.withSpace(String spaceKey)
|
SingleFetcher<Theme> |
ThemeService.ThemeFinder.withThemeKey(ThemeKey themeKey)
Restrict the fetched
Theme to be the one with specific key. |
ManyFetcher<Theme> |
ThemeService.ThemeFinder.withThemeKey(ThemeKey themeKey,
ThemeKey... moreThemeKeys)
Restrict the fetched
Themes to be the ones with the keys specified. |
| Modifier and Type | Method and Description |
|---|---|
Theme |
ThemeService.setThemeForSpace(Theme themeToSet,
String spaceKey,
Expansion... expansions)
|
ValidationResult |
ThemeService.Validator.validateSetThemeForSpace(Theme themeToSet,
String spaceKey,
Expansion... expansions)
Validates input parameters as well as whether currently-logged-in user has enough permissions to perform the operation
|
| Modifier and Type | Method and Description |
|---|---|
Theme |
ExperimentalSpaceThemeResource.getSpaceTheme(String spaceKey,
String expand)
|
Theme |
ExperimentalThemeResource.getThemeById(String themeKeyString,
String expand)
Returns the
Theme with specific themeKey if one is available within the Confluence instance. |
Theme |
ExperimentalSpaceThemeResource.setSpaceTheme(String spaceKey,
String expand,
Theme themeToSet)
|
| Modifier and Type | Method and Description |
|---|---|
PageResponse<Theme> |
ExperimentalThemeResource.getAllThemes(String expand,
javax.ws.rs.core.UriInfo uriInfo,
int start,
int limit)
Returns all the
Themes available within the Confluence instance. |
| Modifier and Type | Method and Description |
|---|---|
Theme |
ExperimentalSpaceThemeResource.setSpaceTheme(String spaceKey,
String expand,
Theme themeToSet)
|
| Modifier and Type | Method and Description |
|---|---|
Theme |
ThemeResource.getSelected(String expand)
Returns the globally assigned
Theme (if any). |
Theme |
SpaceThemeResource.getSpaceTheme(String spaceKey,
String expand)
|
Theme |
ThemeResource.getThemeById(String themeKeyString,
String expand)
Returns the
Theme with specific themeKey if one is available within the Confluence instance. |
Theme |
SpaceThemeResource.setSpaceTheme(String spaceKey,
String expand,
Theme themeToSet)
|
| Modifier and Type | Method and Description |
|---|---|
PageResponse<Theme> |
ThemeResource.getAllThemes(String expand,
javax.ws.rs.core.UriInfo uriInfo,
int start,
int limit)
Returns all the
Themes available within the Confluence instance. |
| Modifier and Type | Method and Description |
|---|---|
Theme |
SpaceThemeResource.setSpaceTheme(String spaceKey,
String expand,
Theme themeToSet)
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.util.concurrent.Promise<PageResponse<Theme>> |
RemoteThemeServiceImpl.RemoteThemeFinderImpl.fetchMany(PageRequest request) |
com.atlassian.util.concurrent.Promise<PageResponse<Theme>> |
RemoteThemeService.RemoteThemeFinder.fetchMany(PageRequest request)
Attempts to fetch a Page of
Theme objects which match the filters specified. |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Theme>> |
RemoteThemeServiceImpl.RemoteThemeFinderImpl.fetchOne() |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Theme>> |
RemoteThemeService.RemoteThemeFinder.fetchOne()
Attempts to fetch a single
Theme objects which matches the filters specified. |
com.atlassian.util.concurrent.Promise<Theme> |
RemoteThemeServiceImpl.RemoteThemeFinderImpl.fetchOneOrNull() |
RemoteSingleFetcher<Theme> |
RemoteThemeServiceImpl.RemoteThemeFinderImpl.globalTheme() |
RemoteSingleFetcher<Theme> |
RemoteThemeService.RemoteThemeFinder.globalTheme()
Restrict the fetched
Theme to be the one assigned globally. |
com.atlassian.util.concurrent.Promise<Theme> |
RemoteThemeServiceImpl.setThemeForSpace(Theme themeToSet,
String spaceKey,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<Theme> |
RemoteThemeService.setThemeForSpace(Theme themeToSet,
String spaceKey,
Expansion... expansions)
|
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. |
RemoteManyFetcher<Theme> |
RemoteThemeServiceImpl.RemoteThemeFinderImpl.withThemeKey(ThemeKey themeKey,
ThemeKey... moreThemeKeys) |
RemoteManyFetcher<Theme> |
RemoteThemeService.RemoteThemeFinder.withThemeKey(ThemeKey themeKey,
ThemeKey... moreThemeKeys)
Restrict the fetched
Themes to be the ones with the keys specified. |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.util.concurrent.Promise<Theme> |
RemoteThemeServiceImpl.setThemeForSpace(Theme themeToSet,
String spaceKey,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<Theme> |
RemoteThemeService.setThemeForSpace(Theme themeToSet,
String spaceKey,
Expansion... expansions)
|
Copyright © 2003–2017 Atlassian. All rights reserved.