Interface ApplicationMenu

All Superinterfaces:
BaseElement, BonitaObject, Serializable
All Known Implementing Classes:
ApplicationMenuImpl

public interface ApplicationMenu extends BaseElement
Represents an Application menu
Since:
6.4
Author:
Elias Ricken de Medeiros
See Also:
  • Method Details

    • getDisplayName

      String getDisplayName()
      Retrieves the ApplicationMenu display name
      Returns:
      the ApplicationMenu display name
    • getApplicationPageId

      Long getApplicationPageId()
      Retrieves the identifier of related ApplicationPage. If the ApplicationMenu is not related to an ApplicationPage, this method will return null.
      Returns:
      the identifier of related ApplicationPage or null if the menu is not related to ApplicationPage
      See Also:
    • getApplicationId

      long getApplicationId()
      Retrieves the identifier of related Application
      Returns:
      the identifier of related Application
      See Also:
    • getParentId

      Long getParentId()
      Retrieves the identifier of the parent ApplicationMenu. If the menu does not have a parent menu, this method will return null.
      Returns:
      the identifier of the parent ApplicationMenu or null if the menu has no parent.
    • getIndex

      int getIndex()
      Retrieves the ApplicationMenu index
      Returns:
      the ApplicationMenu index