| Package | Description |
|---|---|
| org.bonitasoft.engine.theme | |
| org.bonitasoft.engine.theme.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
ThemeService.deleteTheme(long id)
Delete theme by its id
|
void |
ThemeService.deleteTheme(STheme theme)
Delete theme by the given theme
|
STheme |
ThemeService.getLastModifiedTheme(SThemeType type)
Get the last modified theme for the specific type.
|
STheme |
ThemeService.getTheme(long id)
Get theme by its id
|
STheme |
ThemeService.getTheme(SThemeType type,
boolean isDefault)
Get the default or current theme for the specific type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThemeServiceImpl.deleteTheme(long id) |
STheme |
ThemeServiceImpl.getLastModifiedTheme(SThemeType type) |
STheme |
ThemeServiceImpl.getTheme(long id) |
STheme |
ThemeServiceImpl.getTheme(SThemeType type,
boolean isDefault) |
Copyright © 2019 Bonitasoft S.A.. All rights reserved.