Package com.flowable.core.app.api
Interface PageDefinition
- All Known Subinterfaces:
PageDefinitionEntity
- All Known Implementing Classes:
PageDefinitionEntityImpl
public interface PageDefinition
-
Method Summary
Modifier and TypeMethodDescriptiongetAppId()
reference to the app definitionreference to the app definition keythe deployment in which this page definition is contained.getId()
unique identifiergetKey()
unique value for all versions of this page definitiongetName()
page namethe page url of this page definition.the tenant identifier of this page definition
-
Method Details
-
getId
String getId()unique identifier -
getAppId
String getAppId()reference to the app definition -
getAppKey
String getAppKey()reference to the app definition key -
getName
String getName()page name -
getKey
String getKey()unique value for all versions of this page definition -
getPageUrl
String getPageUrl()the page url of this page definition. -
getDeploymentId
String getDeploymentId()the deployment in which this page definition is contained. -
getTenantId
String getTenantId()the tenant identifier of this page definition
-