[teiid-issues] [JBoss JIRA] (TEIID-2687) Expose Translator override property definitions through Admin API

Steven Hawkins (JIRA) issues at jboss.org
Tue Oct 21 09:17:44 EDT 2014


     [ https://issues.jboss.org/browse/TEIID-2687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins closed TEIID-2687.
---------------------------------


> Expose Translator override property definitions through Admin API
> -----------------------------------------------------------------
>
>                 Key: TEIID-2687
>                 URL: https://issues.jboss.org/browse/TEIID-2687
>             Project: Teiid
>          Issue Type: Enhancement
>          Components: AdminApi
>            Reporter: Ramesh Reddy
>            Assignee: Ramesh Reddy
>              Labels: alpha3
>             Fix For: 8.6
>
>
> Currently in the admin api 
> {code}
> public Collection<PropertyDefinition> getTemplatePropertyDefinitions(String templateName) throws AdminException;
> {code}
> 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  
> {code}
> public Collection<PropertyDefinition> getTemplatePropertyDefinitions(String templateName, boolean isTranslator) throws AdminException;
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the teiid-issues mailing list