Interface Application

All Superinterfaces:
BaseElement, BonitaObject, IApplication, Serializable
All Known Implementing Classes:
ApplicationImpl

public interface Application extends IApplication
Contains the meta information of a legacy Bonita Living Application.
Since:
6.4.0
Author:
Elias Ricken de Medeiros
  • Method Details

    • getHomePageId

      Long getHomePageId()
      Retrieves the identifier of the ApplicationPage defined as home page for this application
      Returns:
      the identifier of the ApplicationPage defined as home page for this application
      See Also:
    • getLayoutId

      Long getLayoutId()
      Retrieves the identifier of the Page used as Application layout. If no layout is associated to the current Application the result will be null.
      Returns:
      the identifier of the Page used as Application layout or null if the current Application has no layout.
      Since:
      7.0.0
      See Also:
      • "org.bonitasoft.engine.page.Page"
    • getThemeId

      Long getThemeId()
      Retrieves the identifier of the Page used as Application theme. If no theme is associated to the current Application the result will be null.
      Returns:
      the identifier of the Page used as Application theme or null if the current Application has no theme.
      Since:
      7.0.0
      See Also:
      • "org.bonitasoft.engine.page.Page"