public class ThemeAPIImpl
extends java.lang.Object
implements org.bonitasoft.engine.api.ThemeAPI
Constructor and Description |
---|
ThemeAPIImpl() |
Modifier and Type | Method and Description |
---|---|
org.bonitasoft.engine.theme.Theme |
getCurrentTheme(org.bonitasoft.engine.theme.ThemeType type) |
org.bonitasoft.engine.theme.Theme |
getDefaultTheme(org.bonitasoft.engine.theme.ThemeType type) |
java.util.Date |
getLastUpdateDate(org.bonitasoft.engine.theme.ThemeType type) |
TenantServiceAccessor |
getTenantAccessor() |
public TenantServiceAccessor getTenantAccessor()
public org.bonitasoft.engine.theme.Theme getCurrentTheme(org.bonitasoft.engine.theme.ThemeType type)
getCurrentTheme
in interface org.bonitasoft.engine.api.ThemeAPI
public org.bonitasoft.engine.theme.Theme getDefaultTheme(org.bonitasoft.engine.theme.ThemeType type)
getDefaultTheme
in interface org.bonitasoft.engine.api.ThemeAPI
public java.util.Date getLastUpdateDate(org.bonitasoft.engine.theme.ThemeType type)
getLastUpdateDate
in interface org.bonitasoft.engine.api.ThemeAPI