| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.connectors.properties |
| Modifier and Type | Class and Description |
|---|---|
class |
AssetBoundedSchemaType
The AssetBoundedSchemaType object provides schema information for sets and arrays.
|
class |
AssetComplexSchemaType
An asset's schema provides information about how the asset structures the data it supports.
|
class |
AssetMapSchemaType
AssetMapSchemaType describes a schema element of type map.
|
class |
AssetPrimitiveSchemaType
PrimitiveSchemaType describes a schema element that has a primitive type.
|
| Modifier and Type | Field and Description |
|---|---|
protected AssetSchemaType |
AssetBoundedSchemaType.boundedSchemaElementType |
protected AssetSchemaType |
AssetSchemaAttribute.localSchemaType |
protected AssetSchemaType |
AssetMapSchemaType.mapFromElement |
protected AssetSchemaType |
AssetMapSchemaType.mapToElement |
protected AssetSchemaType |
AssetUniverse.schema |
| Modifier and Type | Method and Description |
|---|---|
protected AssetSchemaType |
AssetPrimitiveSchemaType.cloneAssetSchemaType(AssetDescriptor parentAsset)
Return a clone of this schema element.
|
protected AssetSchemaType |
AssetBoundedSchemaType.cloneAssetSchemaType(AssetDescriptor parentAsset)
Return a clone of this schema element.
|
protected AssetSchemaType |
AssetSchemaType.cloneAssetSchemaType(AssetDescriptor parentAsset)
Return a clone of this schema element.
|
protected AssetSchemaType |
AssetMapSchemaType.cloneAssetSchemaType(AssetDescriptor parentAsset)
Return a clone of this schema element.
|
protected AssetSchemaType |
AssetComplexSchemaType.cloneAssetSchemaType(AssetDescriptor parentAsset)
Return a clone of this schema element.
|
AssetSchemaType |
AssetBoundedSchemaType.getBoundedSchemaElementType()
Return the type of the elements in the schema.
|
AssetSchemaType |
AssetSchemaAttribute.getLocalSchemaType()
Return the SchemaType 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 |
|---|
AssetBoundedSchemaType(AssetDescriptor parentAsset,
BoundedSchemaType boundedSchemaType,
AssetSchemaType boundedSchemaElementType)
Bean constructor with parent asset
|
AssetBoundedSchemaType(BoundedSchemaType boundedSchemaType,
AssetSchemaType boundedSchemaElementType)
Bean constructor
|
AssetDerivedSchemaAttribute(AssetDescriptor parentAsset,
DerivedSchemaAttribute schemaAttributeBean,
AssetSchemaType localSchemaType,
AssetSchemaImplementationQueries queries)
Bean constructor with parent asset
|
AssetDerivedSchemaAttribute(DerivedSchemaAttribute schemaAttributeBean,
AssetSchemaType localSchemaType,
AssetSchemaImplementationQueries queries)
Bean constructor
|
AssetMapSchemaType(AssetDescriptor parentAsset,
SchemaType schemaTypeBean,
AssetSchemaType mapFromElement,
AssetSchemaType mapToElement)
Bean constructor with parent asset
|
AssetMapSchemaType(MapSchemaType schemaType,
AssetSchemaType mapFromElement,
AssetSchemaType mapToElement)
Bean constructor
|
AssetSchemaAttribute(AssetDescriptor parentAsset,
SchemaAttribute schemaAttributeBean,
AssetSchemaType localSchemaType)
Bean constructor with parent asset and fully constructed local schema type.
|
AssetSchemaAttribute(SchemaAttribute schemaAttributeBean,
AssetSchemaType localSchemaType)
Bean constructor with fully constructed local schema type.
|
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,
List<AssetMeaning> meanings,
AssetSchemaType schema,
AssetFeedback feedback,
AssetLocations knownLocations,
AssetLineage lineage,
AssetRelatedAssets relatedAssets)
Typical Constructor
|
Copyright © 2018–2020 ODPi. All rights reserved.