| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.connectors.properties |
| Modifier and Type | Class and Description |
|---|---|
class |
AssetComplexSchemaType
The Schema object provides information about how the asset structures the data it supports.
|
class |
AssetDerivedSchemaType
Derived schema elements are used in views to define elements that are calculated using data from other sources.
|
class |
AssetMapSchemaType
MapSchemaElement describes a schema element of type map.
|
class |
AssetPrimitiveSchemaType
PrimitiveSchemaElement describes a schema element that has a primitive type.
|
| Modifier and Type | Field and Description |
|---|---|
protected AssetSchemaType |
AssetSchemaAttribute.assetSchemaType |
protected AssetSchemaType |
AssetMapSchemaType.mapFromElement |
protected AssetSchemaType |
AssetMapSchemaType.mapToElement |
protected AssetSchemaType |
AssetUniverse.schema |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AssetSchemaType |
AssetSchemaType.cloneAssetSchemaElement(AssetDescriptor parentAsset)
Return a clone of this schema element.
|
protected AssetSchemaType |
AssetComplexSchemaType.cloneAssetSchemaElement(AssetDescriptor parentAsset)
Return a clone of this schema element.
|
protected AssetSchemaType |
AssetPrimitiveSchemaType.cloneAssetSchemaElement(AssetDescriptor parentAsset)
Return a clone of this schema element.
|
protected AssetSchemaType |
AssetMapSchemaType.cloneAssetSchemaElement(AssetDescriptor parentAsset)
Return a clone of this schema element.
|
AssetSchemaType |
AssetDerivedSchemaType.cloneAssetSchemaElement(AssetDescriptor parentAsset)
Returns a clone of this object as the abstract SchemaElement class.
|
AssetSchemaType |
AssetSchemaAttribute.getAttributeType()
Return the SchemaElement that relates to the type of this attribute.
|
AssetSchemaType |
AssetMapSchemaType.getMapFromElement()
Return the type of schema element that represents the key or property name for the map.
|
AssetSchemaType |
AssetMapSchemaType.getMapToElement()
Return the type of schema element that represents the property value for the map.
|
AssetSchemaType |
AssetUniverse.getSchema()
Return details of the schema associated with the asset.
|
| Constructor and Description |
|---|
AssetMapSchemaType(AssetDescriptor parentAsset,
MapSchemaElement mapSchemaElementBean,
AssetSchemaType mapFromElement,
AssetSchemaType mapToElement,
AssetMeanings assetMeanings)
Bean constructor with parent asset
|
AssetMapSchemaType(MapSchemaElement mapSchemaElementBean,
AssetSchemaType mapFromElement,
AssetSchemaType mapToElement,
AssetMeanings assetMeanings)
Bean constructor
|
AssetSchemaAttribute(AssetDescriptor parentAsset,
SchemaAttribute schemaAttributeBean,
AssetSchemaType assetSchemaType)
Bean constructor with parent asset
|
AssetSchemaAttribute(SchemaAttribute schemaAttributeBean,
AssetSchemaType assetSchemaType)
Bean constructor
|
AssetSchemaType(AssetDescriptor parentAsset,
AssetSchemaType 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.
|
AssetUniverse(Asset assetBean,
AssetExternalIdentifiers externalIdentifiers,
AssetRelatedMediaReferences relatedMediaReferences,
AssetNoteLogs noteLogs,
AssetExternalReferences externalReferences,
AssetConnections connections,
AssetLicenses licenses,
AssetCertifications certifications,
AssetMeanings meanings,
AssetSchemaType schema,
AssetAnnotations analysis,
AssetFeedback feedback,
AssetLocations knownLocations,
AssetLineage lineage,
RelatedAssets relatedAssets)
Typical Constructor
|
Copyright © 2018 ODPi. All rights reserved.