Interface IPluginFormResourcesFindParams
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
PluginFormResourcesFindParams
Parameters for the getResources method of a form resources plugin.
- Since:
- 8.5.1
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionThe form version for which to find additional resources, if available.The project containing the form version for which to find additional resources, if available.The client who owns the form for which to find additional resources, if available.booleanisInline()
-
Method Details
-
getTenant
Mandant getTenant()The client who owns the form for which to find additional resources, if available. May be null when no client is available, e.g. when the user opens a form/provide link without a valid identifier.- Returns:
- The client who owns the form for which to find additional resources.
-
getFormVersion
FormVersion getFormVersion()The form version for which to find additional resources, if available. May be null when no form version is available, e.g. when the user opens a form/provide link without a valid identifier.- Returns:
- The form version for which to find additional resources.
-
getProject
Projekt getProject()The project containing the form version for which to find additional resources, if available. May be null when no project is available, e.g. when the user opens a form/provide link without a valid identifier.- Returns:
- The project containing the form version for which to find additional resources.
-
isInline
boolean isInline()- Returns:
- Whether the form is rendered inline. In inline mode, all external URLs should be resolved and the data should contain all resources.
-