public interface ThemeAPI
| Modifier and Type | Method and Description |
|---|---|
Theme |
getCurrentTheme(ThemeType type)
Get the current theme for the specific type.
|
Theme |
getDefaultTheme(ThemeType type)
Get the default theme for the specific type.
|
Date |
getLastUpdateDate(ThemeType type)
Get the last updated date of the current theme for the specific type.
|
Theme getCurrentTheme(ThemeType type)
type - The type of the themeRetrieveException - If an exception occurs while retrieving the themeInvalidSessionException - If the session is invalid (expired, unknown, ...)Theme getDefaultTheme(ThemeType type)
type - The type of the themeRetrieveException - If an exception occurs while retrieving the themeInvalidSessionException - If the session is invalid (expired, unknown, ...)Date getLastUpdateDate(ThemeType type)
type - The type of themeInvalidSessionException - If the session is invalid (expired, unknown, ...)Copyright © 2018 Bonitasoft S.A.. All rights reserved.