| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.connectors.properties | |
| org.odpi.openmetadata.frameworks.connectors.properties.beans |
| Modifier and Type | Field and Description |
|---|---|
protected SchemaAttribute |
AssetSchemaAttribute.schemaAttributeBean |
| Modifier and Type | Method and Description |
|---|---|
protected SchemaAttribute |
AssetSchemaAttribute.getSchemaAttributeBean()
Return the bean with all of the properties.
|
| Constructor and Description |
|---|
AssetSchemaAttribute(AssetDescriptor parentAsset,
SchemaAttribute schemaAttributeBean)
Bean constructor with parent asset
|
AssetSchemaAttribute(AssetDescriptor parentAsset,
SchemaAttribute schemaAttributeBean,
AssetSchemaLink externalSchemaLink)
Bean constructor with parent asset and fully constructed link to external schema type.
|
AssetSchemaAttribute(AssetDescriptor parentAsset,
SchemaAttribute schemaAttributeBean,
AssetSchemaType localSchemaType)
Bean constructor with parent asset and fully constructed local schema type.
|
AssetSchemaAttribute(SchemaAttribute schemaAttributeBean)
Bean constructor used by subclasses
|
AssetSchemaAttribute(SchemaAttribute schemaAttributeBean,
AssetSchemaLink externalSchemaLink)
Bean constructor with fully constructed link to external schema type.
|
AssetSchemaAttribute(SchemaAttribute schemaAttributeBean,
AssetSchemaType localSchemaType)
Bean constructor with fully constructed local schema type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DerivedSchemaAttribute
Derived schema elements are used in views to define elements that are calculated using data from other sources.
|
| Modifier and Type | Field and Description |
|---|---|
protected SchemaAttribute |
SchemaImplementationQuery.queryTargetElement |
| Modifier and Type | Method and Description |
|---|---|
SchemaAttribute |
SchemaImplementationQuery.getQueryTargetElement()
Return the SchemaAttribute that describes the type of the data source that will be queried to get the
derived value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaImplementationQuery.setQueryTargetElement(SchemaAttribute queryTargetElement)
Set up the SchemaAttribute that describes the type of the data source that will be queried to get the
derived value.
|
| Constructor and Description |
|---|
SchemaAttribute(SchemaAttribute template)
Copy/clone constructor.
|
Copyright © 2018–2020 ODPi. All rights reserved.