Interface Form
- All Known Implementing Classes:
FormImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.longDeprecated.Deprecated.Deprecated.intDeprecated.
-
Method Details
-
getFormId
String getFormId()Deprecated.- Returns:
- the form ID, as parsed during deployment; together with the versions forms a unique identifier for a specific form
-
getVersion
int getVersion()Deprecated.- Returns:
- the assigned form version
-
getFormKey
long getFormKey()Deprecated.- Returns:
- the assigned form key, which acts as a unique identifier for this form
-
getResourceName
String getResourceName()Deprecated.- Returns:
- the resource name of the form, as parsed during deployment
-
getTenantId
String getTenantId()Deprecated.- Returns:
- the tenant identifier that owns this form
-
Form