Package com.flowable.core.app.api
Interface PageDefinition
-
- All Known Subinterfaces:
PageDefinitionEntity
- All Known Implementing Classes:
PageDefinitionEntityImpl
public interface PageDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAppId()
reference to the app definitionString
getAppKey()
reference to the app definition keyString
getDeploymentId()
the deployment in which this page definition is contained.String
getId()
unique identifierString
getKey()
unique value for all versions of this page definitionString
getName()
page nameString
getPageUrl()
the page url of this page definition.String
getTenantId()
the tenant identifier of this page definition
-
-
-
Method Detail
-
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
-
-