Interface Application
- All Superinterfaces:
BaseElement,BonitaObject,IApplication,Serializable
- All Known Implementing Classes:
ApplicationImpl
Contains the meta information of a legacy Bonita Living Application.
- Since:
- 6.4.0
- Author:
- Elias Ricken de Medeiros
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the identifier of theApplicationPagedefined as home page for this applicationRetrieves the identifier of thePageused asApplicationlayout.Retrieves the identifier of thePageused asApplicationtheme.Methods inherited from interface org.bonitasoft.engine.bpm.BaseElement
getIdMethods inherited from interface org.bonitasoft.engine.business.application.IApplication
getCreatedBy, getCreationDate, getDescription, getDisplayName, getIconPath, getLastUpdateDate, getProfileId, getState, getToken, getUpdatedBy, getVersion, getVisibility, hasIcon, isEditable
-
Method Details
-
getHomePageId
Long getHomePageId()Retrieves the identifier of theApplicationPagedefined as home page for this application- Returns:
- the identifier of the
ApplicationPagedefined as home page for this application - See Also:
-
getLayoutId
Long getLayoutId()Retrieves the identifier of thePageused asApplicationlayout. If no layout is associated to the currentApplicationthe result will benull.- Returns:
- the identifier of the
Pageused asApplicationlayout ornullif the currentApplicationhas no layout. - Since:
- 7.0.0
- See Also:
-
- "org.bonitasoft.engine.page.Page"
-
getThemeId
Long getThemeId()Retrieves the identifier of thePageused asApplicationtheme. If no theme is associated to the currentApplicationthe result will benull.- Returns:
- the identifier of the
Pageused asApplicationtheme ornullif the currentApplicationhas no theme. - Since:
- 7.0.0
- See Also:
-
- "org.bonitasoft.engine.page.Page"
-