public interface FormDefinitionManager
This interface provides methods for managing form definitions
| Modifier and Type | Method and Description | 
|---|---|
Map<String,Object> | 
getFormDefinition(String formKey,
                 Locale locale)
Find form definition according to formKey 
 | 
Map<String,Object> getFormDefinition(String formKey, Locale locale)
Find form definition according to formKey
formKey - key of the for to findlocale - the locale defining the display languageRuntimeException - in the case when form was not found for the given formKeyCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.