Interface ApplicationPage

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

public interface ApplicationPage extends BaseElement
Represents the association between a Page and an Application
Author:
Elias Ricken de Medeiros
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Retrieves the Application identifier
    long
    Retrieves the Page identifier
    Retrieves the ApplicationPage token

    Methods inherited from interface org.bonitasoft.engine.bpm.BaseElement

    getId
  • Method Details

    • getApplicationId

      long getApplicationId()
      Retrieves the Application identifier
      Returns:
      the Application identifier
      See Also:
    • getPageId

      long getPageId()
      Retrieves the Page identifier
      Returns:
      the Page identifier
      See Also:
      • "org.bonitasoft.engine.page.Page"
    • getToken

      String getToken()
      Retrieves the ApplicationPage token
      Returns:
      the ApplicationPage token