Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-2687

Expose Translator override property definitions through Admin API

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 8.6
    • None
    • AdminApi
    • Low

      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;
      

            rhn-engineering-rareddy Ramesh Reddy
            rhn-engineering-rareddy Ramesh Reddy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: