Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.Referenceable
-
Packages that use Referenceable Package Description org.odpi.openmetadata.frameworks.connectors.properties org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of Referenceable in org.odpi.openmetadata.frameworks.connectors.properties
Subclasses of Referenceable 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.classCommentConversationStores information about a comment connected to an asset.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.classNoteLogStores information about a comment connected to an asset.classRelatedAssetPropertiesRelatedAssetProperties returns detailed information about an asset that is related to an asset that is linked to the original anchor asset with a relationship.Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as Referenceable Modifier and Type Field Description protected ReferenceableAssetReferenceable. referenceableBeanMethods in org.odpi.openmetadata.frameworks.connectors.properties that return Referenceable Modifier and Type Method Description protected ReferenceableAssetReferenceable. getReferenceableBean()Return the bean for this referenceable.Methods in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type Referenceable Modifier and Type Method Description protected voidAssetReferenceable. setBean(Referenceable referenceableBean)Set up the bean that contains the properties of the referenceable.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type Referenceable Constructor Description AssetReferenceable(Referenceable referenceableBean)Bean constructor -
Uses of Referenceable in org.odpi.openmetadata.frameworks.connectors.properties.beans
Subclasses of Referenceable 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.classCertificationThe Certification bean extends the Certification from the OCF properties package with a default constructor and setter methods.classCommentThe Comment bean stores information about a comment connected to an asset.classComplexSchemaTypeComplexSchemaType describes a schema with multiple attributes.classConnectionThe connection is an object that contains the properties needed to create and initialise a connector to access a specific data assets.classConnectorTypeThe ConnectorType describe the implementation details of a particular type of OCF connector.classEndpointThe Endpoint describes the network information necessary for a connector to connect to the server where the Asset is accessible from.classEnumSchemaTypeEnumSchemaType describes a schema element that has a a fixed set of values.classExternalIdentifierExternalIdentifier stores information about an identifier for the asset that is used in an external system.classExternalReferenceExternalReference stores information about an link to an external resource that is relevant to this asset.classExternalSchemaTypeExternalSchemaType links to another schema defined to be reusable in many assets' schema.classGovernedReferenceableGovernedReferenceable adds governance relationships and classifications to a referenceable that represents an asset.classLicenseThe data economy brings licensing to data and metadata.classLiteralSchemaTypeLiteralSchemaType describes a schema element that has a fixed value type.classLocationLocation describes where the asset is located.classMapSchemaTypeMapSchemaType describes a schema element of type map.classNoteNote defines the properties of a single note in a note log.classNoteLogHeaderNoteLogHeader manages a list of notes for an assetclassPrimitiveSchemaTypePrimitiveSchemaType describes a schema element that has a primitive type.classRelatedAssetRelatedAsset describes the relationship to other assets.classRelatedMediaReferenceRelatedMediaReference stores information about an link to an external media file that is relevant to this asset.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.classSoftwareCapabilitySoftwareCapability describe the properties needed to describe a specific software server's capability.classStructSchemaTypeStructSchemaType describes a schema element that has a number of nested data fields.classValidValueValidValue provides the common super class for ValidValueSet and ValidValueDefinition.classValidValueDefinitionValidValueDefinition defines a value that can be legitimately assigned to a field.classValidValueSetValidValueSet defines a collection of valid value definitions.classVirtualConnectionA virtual connection is for an asset that provides data by delegating requests to one or more other connections.Fields in org.odpi.openmetadata.frameworks.connectors.properties.beans declared as Referenceable Modifier and Type Field Description protected ReferenceableExternalIdentifier. scopeMethods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return Referenceable Modifier and Type Method Description ReferenceableReferenceValueAssignedItem. getAssignedItem()Returns the linked referenceable.ReferenceableValidValuesAssignmentConsumer. getConsumer()Returns the linked referenceable.ReferenceableExternalIdentifier. getScope()Return the scope of this external identifier.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type Referenceable Modifier and Type Method Description voidReferenceValueAssignedItem. setAssignedItem(Referenceable assignedItem)Set up the linked referenceable.voidValidValuesAssignmentConsumer. setConsumer(Referenceable consumer)Set up the linked referenceable.voidExternalIdentifier. setScope(Referenceable scope)Set up the scope of this external identifier.Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type Referenceable Constructor Description Referenceable(Referenceable template)Copy/clone constructor.
-