| Package | Description |
|---|---|
| org.teiid.adminapi | |
| org.teiid.adminapi.impl | |
| org.teiid.adminapi.jboss | |
| org.teiid.adminshell |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends PropertyDefinition> |
Admin.getTemplatePropertyDefinitions(String templateName)
Get all of the available configuration Properties for the specified connector
|
Collection<? extends PropertyDefinition> |
Admin.getTranslatorPropertyDefinitions(String translatorName)
Deprecated.
|
Collection<? extends PropertyDefinition> |
Admin.getTranslatorPropertyDefinitions(String translatorName,
Admin.TranlatorPropertyType type)
Get all of the available configuration Properties for the specified translator
|
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyDefinitionMetadata |
| Modifier and Type | Method and Description |
|---|---|
Collection<PropertyDefinition> |
AdminFactory.AdminImpl.getTemplatePropertyDefinitions(String templateName)
pattern on CLI
/subsystem=datasources/data-source=foo:read-resource-description
|
Collection<? extends PropertyDefinition> |
AdminFactory.AdminImpl.getTranslatorPropertyDefinitions(String translatorName)
Deprecated.
|
Collection<? extends PropertyDefinition> |
AdminFactory.AdminImpl.getTranslatorPropertyDefinitions(String translatorName,
Admin.TranlatorPropertyType type) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<? extends PropertyDefinition> |
AdminShell.getTemplatePropertyDefinitions(String templateName) |
static Collection<? extends PropertyDefinition> |
AdminShell.getTranslatorPropertyDefinitions(String translatorName) |
static Collection<? extends PropertyDefinition> |
AdminShell.getTranslatorPropertyDefinitions(String translatorName,
String type) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.