| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.connectors.properties |
| Modifier and Type | Class and Description |
|---|---|
class |
AssetDerivedSchemaElement
Derived schema elements are used in views to define elements that are calculated using data from other sources.
|
class |
AssetMapSchemaElement
MapSchemaElement describes a schema element of type map.
|
class |
AssetPrimitiveSchemaElement
PrimitiveSchemaElement describes a schema element that has a primitive type.
|
class |
AssetSchema
The Schema object provides information about how the asset structures the data it supports.
|
| Modifier and Type | Field and Description |
|---|---|
protected AssetSchemaElement |
AssetMapSchemaElement.mapFromElement |
protected AssetSchemaElement |
AssetMapSchemaElement.mapToElement |
| Modifier and Type | Method and Description |
|---|---|
protected AssetSchemaElement |
AssetPrimitiveSchemaElement.cloneAssetSchemaElement(AssetDescriptor parentAsset)
Return a clone of this schema element.
|
protected AssetSchemaElement |
AssetMapSchemaElement.cloneAssetSchemaElement(AssetDescriptor parentAsset)
Return a clone of this schema element.
|
protected AssetSchemaElement |
AssetSchema.cloneAssetSchemaElement(AssetDescriptor parentAsset)
Return a clone of this schema element.
|
AssetSchemaElement |
AssetDerivedSchemaElement.cloneAssetSchemaElement(AssetDescriptor parentAsset)
Returns a clone of this object as the abstract SchemaElement class.
|
protected abstract AssetSchemaElement |
AssetSchemaElement.cloneAssetSchemaElement(AssetDescriptor parentAsset)
Return a clone of this schema element.
|
AssetSchemaElement |
AssetMapSchemaElement.getMapFromElement()
Return the type of schema element that represents the key or property name for the map.
|
AssetSchemaElement |
AssetMapSchemaElement.getMapToElement()
Return the type of schema element that represents the property value for the map.
|
| Constructor and Description |
|---|
AssetMapSchemaElement(AssetDescriptor parentAsset,
MapSchemaElement mapSchemaElementBean,
AssetSchemaElement mapFromElement,
AssetSchemaElement mapToElement,
AssetMeanings assetMeanings)
Bean constructor with parent asset
|
AssetMapSchemaElement(MapSchemaElement mapSchemaElementBean,
AssetSchemaElement mapFromElement,
AssetSchemaElement mapToElement,
AssetMeanings assetMeanings)
Bean constructor
|
AssetSchemaElement(AssetDescriptor parentAsset,
AssetSchemaElement templateSchema)
Copy/clone Constructor - the parentAsset is passed separately to the template because it is also
likely to be being cloned in the same operation and we want the definitions clone to point to the
asset clone and not the original asset.
|
Copyright © 2018 ODPi. All rights reserved.