| Package | Description |
|---|---|
| org.bonitasoft.engine.api |
The Bonita project has a clear separation between the API the users should be interacting with and the actual implementation classes.
|
| org.bonitasoft.engine.theme | |
| org.bonitasoft.engine.theme.impl |
| Modifier and Type | Method and Description |
|---|---|
Theme |
ThemeAPI.getCurrentTheme(ThemeType type)
Get the current theme for the specific type.
|
Theme |
ThemeAPI.getDefaultTheme(ThemeType type)
Get the default theme for the specific type.
|
Date |
ThemeAPI.getLastUpdateDate(ThemeType type)
Get the last updated date of the current theme for the specific type.
|
| Modifier and Type | Method and Description |
|---|---|
ThemeType |
Theme.getType()
Get the type of this theme
|
static ThemeType |
ThemeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThemeType[] |
ThemeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ThemeType |
ThemeImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ThemeImpl.setType(ThemeType type) |
| Constructor and Description |
|---|
ThemeImpl(byte[] content,
byte[] cssContent,
boolean isDefault,
ThemeType type,
Date lastUpdateDate) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.