| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.connectors.properties |
| Modifier and Type | Class and Description |
|---|---|
class |
AssetBoundedSchemaType
Deprecated.
|
class |
AssetComplexSchemaType
An asset's schema provides information about how the asset structures the data it supports.
|
class |
AssetEnumSchemaType
EnumSchemaType describes a schema element that has a primitive type.
|
class |
AssetLiteralSchemaType
AssetLiteralSchemaType describes a schema element that has a primitive type and a fixed value.
|
class |
AssetMapSchemaType
AssetMapSchemaType describes a schema element of type map.
|
class |
AssetPrimitiveSchemaType
PrimitiveSchemaType describes a schema element that has a primitive type.
|
class |
AssetSchemaTypeChoice
SchemaTypeChoice describes a schema element that has a choice of type.
|
class |
AssetSimpleSchemaType
AssetSimpleSchemaType describes a schema element that has a primitive type.
|
| Modifier and Type | Field and Description |
|---|---|
protected AssetSchemaType |
AssetBoundedSchemaType.boundedSchemaElementType
Deprecated.
|
protected AssetSchemaType |
AssetUniverse.schema |
| Modifier and Type | Method and Description |
|---|---|
protected AssetSchemaType |
AssetBoundedSchemaType.cloneAssetSchemaType(AssetDescriptor parentAsset)
Deprecated.
Return a clone of this schema element.
|
protected AssetSchemaType |
AssetComplexSchemaType.cloneAssetSchemaType(AssetDescriptor parentAsset)
Return a clone of this schema element.
|
protected AssetSchemaType |
AssetPrimitiveSchemaType.cloneAssetSchemaType(AssetDescriptor parentAsset)
Return a clone of this schema element.
|
protected AssetSchemaType |
AssetEnumSchemaType.cloneAssetSchemaType(AssetDescriptor parentAsset)
Return a clone of this schema element.
|
protected AssetSchemaType |
AssetSimpleSchemaType.cloneAssetSchemaType(AssetDescriptor parentAsset)
Return a clone of this schema element.
|
protected abstract AssetSchemaType |
AssetSchemaType.cloneAssetSchemaType(AssetDescriptor parentAsset)
Return a clone of this schema type.
|
protected AssetSchemaType |
AssetSchemaTypeChoice.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 |
AssetLiteralSchemaType.cloneAssetSchemaType(AssetDescriptor parentAsset)
Return a clone of this schema element.
|
static AssetSchemaType |
AssetSchemaType.createAssetSchemaType(AssetDescriptor parentAsset,
SchemaType bean) |
AssetSchemaType |
AssetSchemaAttribute.getAttributeType()
Return the SchemaType that relates to the type of this attribute.
|
AssetSchemaType |
AssetBoundedSchemaType.getBoundedSchemaElementType()
Deprecated.
Return the type of the elements in the schema.
|
AssetSchemaType |
AssetSchemaAttribute.getLocalSchemaType()
Deprecated.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssetSchemaType> |
AssetSchemaTypeChoice.getSchemaTypeOptions()
Return the list of schema types that an instance of the schema attribute can use as its type.
|
| Constructor and Description |
|---|
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.