Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.AssetSchemaType
-
Packages that use AssetSchemaType Package Description org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of AssetSchemaType in org.odpi.openmetadata.frameworks.connectors.properties
Subclasses of AssetSchemaType in org.odpi.openmetadata.frameworks.connectors.properties Modifier and Type Class Description classAssetComplexSchemaTypeAn asset's schema provides information about how the asset structures the data it supports.classAssetEnumSchemaTypeEnumSchemaType describes a schema element that has a primitive type.classAssetExternalSchemaTypeSchemaTypeChoice describes a schema element that has a choice of type.classAssetLiteralSchemaTypeAssetLiteralSchemaType describes a schema element that has a primitive type and a fixed value.classAssetMapSchemaTypeAssetMapSchemaType describes a schema element of type map.classAssetPrimitiveSchemaTypePrimitiveSchemaType describes a schema element that has a primitive type.classAssetSchemaTypeChoiceSchemaTypeChoice describes a schema element that has a choice of type.classAssetSimpleSchemaTypeAssetSimpleSchemaType describes a schema element that has a primitive type.Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as AssetSchemaType Modifier and Type Field Description protected AssetSchemaTypeAssetUniverse. schemaMethods in org.odpi.openmetadata.frameworks.connectors.properties that return AssetSchemaType Modifier and Type Method Description protected AssetSchemaTypeAssetComplexSchemaType. cloneAssetSchemaType(AssetDescriptor parentAsset)Return a clone of this schema element.protected AssetSchemaTypeAssetEnumSchemaType. cloneAssetSchemaType(AssetDescriptor parentAsset)Return a clone of this schema element.protected AssetSchemaTypeAssetExternalSchemaType. cloneAssetSchemaType(AssetDescriptor parentAsset)Return a clone of this schema element.protected AssetSchemaTypeAssetLiteralSchemaType. cloneAssetSchemaType(AssetDescriptor parentAsset)Return a clone of this schema element.protected AssetSchemaTypeAssetMapSchemaType. cloneAssetSchemaType(AssetDescriptor parentAsset)Return a clone of this schema element.protected AssetSchemaTypeAssetPrimitiveSchemaType. cloneAssetSchemaType(AssetDescriptor parentAsset)Return a clone of this schema element.protected abstract AssetSchemaTypeAssetSchemaType. cloneAssetSchemaType(AssetDescriptor parentAsset)Return a clone of this schema type.protected AssetSchemaTypeAssetSchemaTypeChoice. cloneAssetSchemaType(AssetDescriptor parentAsset)Return a clone of this schema element.protected AssetSchemaTypeAssetSimpleSchemaType. cloneAssetSchemaType(AssetDescriptor parentAsset)Return a clone of this schema element.static AssetSchemaTypeAssetSchemaType. createAssetSchemaType(AssetDescriptor parentAsset, SchemaType bean)AssetSchemaTypeAssetSchemaAttribute. getAttributeType()Return the SchemaType that relates to the type of this attribute.AssetSchemaTypeAssetExternalSchemaType. getLinkedSchemaType()Return the external schema type.AssetSchemaTypeAssetSchemaAttribute. getLocalSchemaType()Deprecated.AssetSchemaTypeAssetMapSchemaType. getMapFromElement()Return the type of schema element that represents the key or property name for the map.AssetSchemaTypeAssetMapSchemaType. getMapToElement()Return the type of schema element that represents the property value for the map.AssetSchemaTypeAssetUniverse. getSchema()Return details of the schema associated with the asset.Methods in org.odpi.openmetadata.frameworks.connectors.properties that return types with arguments of type AssetSchemaType Modifier and Type Method Description List<AssetSchemaType>AssetSchemaTypeChoice. getSchemaTypeOptions()Return the list of schema types that an instance of the schema attribute can use as its type.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type AssetSchemaType Constructor 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
-