Currently in the admin api
public Collection<PropertyDefinition> getTemplatePropertyDefinitions(String templateName) throws AdminException;
only works with resource-adapters and data sources in terms of returning the properties that can be configured on them.
This request is to extend the functionality to return the "overridable" properties for "translators", such as
public Collection<PropertyDefinition> getTemplatePropertyDefinitions(String templateName, boolean isTranslator) throws AdminException;
- is related to
-
TEIIDDES-1879 Translator Override Properties dialog box show the properties for the data sources, it should show override properties for translator
- Closed