Interface ApplicationMenu
- All Superinterfaces:
BaseElement,BonitaObject,Serializable
- All Known Implementing Classes:
ApplicationMenuImpl
Represents an
Application menu- Since:
- 6.4
- Author:
- Elias Ricken de Medeiros
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionlongRetrieves the identifier of relatedApplicationRetrieves the identifier of relatedApplicationPage.Retrieves theApplicationMenudisplay nameintgetIndex()Retrieves theApplicationMenuindexRetrieves the identifier of the parentApplicationMenu.Methods inherited from interface org.bonitasoft.engine.bpm.BaseElement
getId
-
Method Details
-
getDisplayName
String getDisplayName()Retrieves theApplicationMenudisplay name- Returns:
- the
ApplicationMenudisplay name
-
getApplicationPageId
Long getApplicationPageId()Retrieves the identifier of relatedApplicationPage. If theApplicationMenuis not related to anApplicationPage, this method will return null.- Returns:
- the identifier of related
ApplicationPageor null if the menu is not related toApplicationPage - See Also:
-
getApplicationId
long getApplicationId()Retrieves the identifier of relatedApplication- Returns:
- the identifier of related
Application - See Also:
-
getParentId
Long getParentId()Retrieves the identifier of the parentApplicationMenu. If the menu does not have a parent menu, this method will return null.- Returns:
- the identifier of the parent
ApplicationMenuor null if the menu has no parent.
-
getIndex
int getIndex()Retrieves theApplicationMenuindex- Returns:
- the
ApplicationMenuindex
-