Interface IPluginFormElementCatalogParams
- 
- All Known Implementing Classes:
 DefaultPluginFormElementCatalogParams
public interface IPluginFormElementCatalogParamsParameters for the form element catalog plugin (IPluginFormElementCatalogue). Can be used, for example, to offer different catalog contents for different forms.- Since:
 - 8.0.1
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MandantgetClient()IEntityContextgetEntityContext()FormVersiongetFormVersion()LocalegetLocale()ProjektgetProject() 
 - 
 
- 
- 
Method Detail
- 
getEntityContext
IEntityContext getEntityContext()
- Returns:
 - The current entity context for accessing the database.
 
 
- 
getFormVersion
FormVersion getFormVersion()
- Returns:
 - The form version for which the catalog contents should be found.
 
 
- 
getLocale
Locale getLocale()
- Returns:
 - The current locale for which the list of catalogs is shown.
 
 
- 
getProject
Projekt getProject()
- Returns:
 - The form containing the 
form version. 
 
 - 
 
 -