Interface ApplicationPage
- All Superinterfaces:
BaseElement,BonitaObject,Serializable
- All Known Implementing Classes:
ApplicationPageImpl
Represents the association between a
Page and an Application- Author:
- Elias Ricken de Medeiros
-
Method Summary
Modifier and TypeMethodDescriptionlongRetrieves theApplicationidentifierlongRetrieves thePageidentifiergetToken()Retrieves theApplicationPagetokenMethods inherited from interface org.bonitasoft.engine.bpm.BaseElement
getId
-
Method Details
-
getApplicationId
long getApplicationId()Retrieves theApplicationidentifier- Returns:
- the
Applicationidentifier - See Also:
-
getPageId
long getPageId()Retrieves thePageidentifier- Returns:
- the
Pageidentifier - See Also:
-
- "org.bonitasoft.engine.page.Page"
-
getToken
String getToken()Retrieves theApplicationPagetoken- Returns:
- the
ApplicationPagetoken
-