Class 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.ThemeAPI
    Deprecated.
    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.Theme getCurrentTheme​(org.bonitasoft.engine.theme.ThemeType type)
      Deprecated.
       
      org.bonitasoft.engine.theme.Theme getDefaultTheme​(org.bonitasoft.engine.theme.ThemeType type)
      Deprecated.
       
      java.util.Date getLastUpdateDate​(org.bonitasoft.engine.theme.ThemeType type)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ThemeAPIImpl

        public ThemeAPIImpl()
        Deprecated.
    • Method Detail

      • getCurrentTheme

        public org.bonitasoft.engine.theme.Theme getCurrentTheme​(org.bonitasoft.engine.theme.ThemeType type)
        Deprecated.
        Specified by:
        getCurrentTheme in interface org.bonitasoft.engine.api.ThemeAPI
      • getDefaultTheme

        public org.bonitasoft.engine.theme.Theme getDefaultTheme​(org.bonitasoft.engine.theme.ThemeType type)
        Deprecated.
        Specified by:
        getDefaultTheme in interface org.bonitasoft.engine.api.ThemeAPI
      • getLastUpdateDate

        public java.util.Date getLastUpdateDate​(org.bonitasoft.engine.theme.ThemeType type)
        Deprecated.
        Specified by:
        getLastUpdateDate in interface org.bonitasoft.engine.api.ThemeAPI