public interface Application extends BaseElement
| Modifier and Type | Method and Description |
|---|---|
long |
getCreatedBy()
Retrieves the identifier of the user that created this
Application |
Date |
getCreationDate()
Retrieves the
Application creation date |
String |
getDescription()
Retrieves the
Application description |
String |
getDisplayName()
Retrieves the
Application display name |
Long |
getHomePageId()
Retrieves the identifier of the
ApplicationPage defined as home page for this application |
String |
getIconPath()
Retrieves the icon path of this
Application |
Date |
getLastUpdateDate()
Retrieves the
Application last updated date |
Long |
getLayoutId()
Retrieves the identifier of the
Page used as Application layout. |
Long |
getProfileId()
Retrieves the identifier of the associated
Profile or null if there is no profile is associated to this application. |
String |
getState()
Retrieves the
Application state. |
Long |
getThemeId()
Retrieves the identifier of the
Page used as Application theme. |
String |
getToken()
Retrieves the
Application token |
long |
getUpdatedBy()
Retrieves the identifier of the user that updated this
Application |
String |
getVersion()
Retrieves the
Application version |
getIdString getToken()
Application tokenApplication tokenString getDisplayName()
Application display nameApplication display nameString getVersion()
Application versionApplication versionString getDescription()
Application descriptionApplication descriptionString getIconPath()
ApplicationApplicationDate getCreationDate()
Application creation dateApplication creation datelong getCreatedBy()
ApplicationApplicationDate getLastUpdateDate()
Application last updated dateApplication last updated datelong getUpdatedBy()
ApplicationApplicationString getState()
Application state. The possible values are ApplicationState#ACTIVATED#name() and #name()Application stateApplicationStateLong getHomePageId()
ApplicationPage defined as home page for this applicationApplicationPage defined as home page for this applicationApplicationPageLong getProfileId()
Profile or null if there is no profile is associated to this application.Long getLayoutId()
Page used as Application layout. If no layout is associated to the current
Application the result will be null.Copyright © 2018 Bonitasoft S.A.. All rights reserved.