Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernedReferenceable
-
Packages that use GovernedReferenceable Package Description org.odpi.openmetadata.frameworks.connectors.properties org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of GovernedReferenceable in org.odpi.openmetadata.frameworks.connectors.properties
Subclasses of GovernedReferenceable in org.odpi.openmetadata.frameworks.connectors.properties Modifier and Type Class Description classAssetDetailAssetDetail extends AssetSummary to provide all the properties related to this asset.classAssetSummaryAssetSummary holds asset properties that are used for displaying details of an asset in summary lists or hover text.classAssetUniverseAssetUniverse extends AssetDetail which extend AssetSummary.classDeployedAPIOperationAn asset that is a DeployedAPI has a schema made up of operations.classDeployedAPISchemaTypeAn asset's schema provides information about how the asset structures the data it supports.classNestedSchemaTypeAn asset's schema provides information about how the asset structures the data it supports.classRelatedAssetPropertiesRelatedAssetProperties returns detailed information about an asset that is related to an asset that is linked to the original anchor asset with a relationship. -
Uses of GovernedReferenceable in org.odpi.openmetadata.frameworks.connectors.properties.beans
Subclasses of GovernedReferenceable in org.odpi.openmetadata.frameworks.connectors.properties.beans Modifier and Type Class Description classAPIOperationAPIOperation describes an API command used as part of an API schema.classAPISchemaTypeAPISchemaType describes the header of an API Schema.classAssetAsset holds asset properties that are used for displaying details of an asset in summary lists or hover text.classComplexSchemaTypeComplexSchemaType describes a schema with multiple attributes.classEnumSchemaTypeEnumSchemaType describes a schema element that has a a fixed set of values.classExternalSchemaTypeExternalSchemaType links to another schema defined to be reusable in many assets' schema.classLiteralSchemaTypeLiteralSchemaType describes a schema element that has a fixed value type.classMapSchemaTypeMapSchemaType describes a schema element of type map.classPrimitiveSchemaTypePrimitiveSchemaType describes a schema element that has a primitive type.classRelatedAssetRelatedAsset describes the relationship to other assets.classSchemaAttributeSchemaAttribute describes a single attribute within a schema.classSchemaElementThe SchemaElement object provides a base class for the pieces that make up a schema for an asset.classSchemaTypeThe SchemaType object provides a base class for the pieces that make up a schema for a data asset.classSchemaTypeChoiceSchemaTypeChoice supports an element that has a selection of schema types that could be used as the type of the attribute.classSimpleSchemaTypeSimpleSchemaType describes a schema element that has a primitive or enum type.classStructSchemaTypeStructSchemaType describes a schema element that has a number of nested data fields.Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type GovernedReferenceable Constructor Description GovernedReferenceable(GovernedReferenceable template)Copy/clone constructor.
-