Package org.bonitasoft.engine.api.impl
Class ThemeAPIImpl
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.ThemeAPIImpl
-
- All Implemented Interfaces:
org.bonitasoft.engine.api.ThemeAPI
@Deprecated(since="7.13.0") public class ThemeAPIImpl extends java.lang.Object implements org.bonitasoft.engine.api.ThemeAPIDeprecated.since 7.13.0, this API does nothing. There is no replacement, as it used to serve old removed feature. This API will be removed in a future version.- Author:
- Celine Souchet, Laurent Leseigneur
-
-
Constructor Summary
Constructors Constructor Description ThemeAPIImpl()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.bonitasoft.engine.theme.ThemegetCurrentTheme(org.bonitasoft.engine.theme.ThemeType type)Deprecated.org.bonitasoft.engine.theme.ThemegetDefaultTheme(org.bonitasoft.engine.theme.ThemeType type)Deprecated.java.util.DategetLastUpdateDate(org.bonitasoft.engine.theme.ThemeType type)Deprecated.
-
-
-
Method Detail
-
getCurrentTheme
public org.bonitasoft.engine.theme.Theme getCurrentTheme(org.bonitasoft.engine.theme.ThemeType type)
Deprecated.- Specified by:
getCurrentThemein interfaceorg.bonitasoft.engine.api.ThemeAPI
-
getDefaultTheme
public org.bonitasoft.engine.theme.Theme getDefaultTheme(org.bonitasoft.engine.theme.ThemeType type)
Deprecated.- Specified by:
getDefaultThemein interfaceorg.bonitasoft.engine.api.ThemeAPI
-
getLastUpdateDate
public java.util.Date getLastUpdateDate(org.bonitasoft.engine.theme.ThemeType type)
Deprecated.- Specified by:
getLastUpdateDatein interfaceorg.bonitasoft.engine.api.ThemeAPI
-
-