| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.connectors.properties | |
| org.odpi.openmetadata.frameworks.connectors.properties.beans |
| Modifier and Type | Field and Description |
|---|---|
protected Referenceable |
AssetReferenceable.referenceableBean |
| Modifier and Type | Method and Description |
|---|---|
protected Referenceable |
AssetReferenceable.getReferenceableBean()
Return the bean for this referenceable.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AssetReferenceable.setBean(Referenceable referenceableBean)
Set up the bean that contains the properties of the referenceable.
|
| Constructor and Description |
|---|
AssetReferenceable(AssetDescriptor parentAsset,
Referenceable referenceableBean)
Bean constructor with parent asset
|
AssetReferenceable(Referenceable referenceableBean)
Bean constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
APIOperation
APIOperation describes an API command used as part of an API schema.
|
class |
APISchemaType
APISchemaType describes the header of an API Schema.
|
class |
Asset
Asset holds asset properties that are used for displaying details of
an asset in summary lists or hover text.
|
class |
Certification
The Certification bean extends the Certification from the OCF properties package with a default constructor and
setter methods.
|
class |
Comment
The Comment bean stores information about a comment connected to an asset.
|
class |
ComplexSchemaType
ComplexSchemaType describes a schema with multiple attributes.
|
class |
Connection
The connection is an object that contains the properties needed to create and initialise a connector to access a
specific data assets.
|
class |
ConnectorType
The ConnectorType describe the implementation details of a particular type of OCF connector.
|
class |
Endpoint
The Endpoint describes the network information necessary for a connector to connect to the server
where the Asset is accessible from.
|
class |
EnumSchemaType
EnumSchemaType describes a schema element that has a a fixed set of values.
|
class |
ExternalIdentifier
ExternalIdentifier stores information about an identifier for the asset that is used in an external system.
|
class |
ExternalReference
ExternalReference stores information about an link to an external resource that is relevant to this asset.
|
class |
ExternalSchemaType
ExternalSchemaType links to another schema defined to be reusable in many assets' schema.
|
class |
License
The data economy brings licensing to data and metadata.
|
class |
LiteralSchemaType
LiteralSchemaType describes a schema element that has a fixed value type.
|
class |
Location
Location describes where the asset is located.
|
class |
MapSchemaType
MapSchemaType describes a schema element of type map.
|
class |
Note
Note defines the properties of a single note in a note log.
|
class |
NoteLog
NoteLog manages a list of notes for an asset
|
class |
PrimitiveSchemaType
PrimitiveSchemaType describes a schema element that has a primitive type.
|
class |
RelatedMediaReference
RelatedMediaReference stores information about an link to an external media file that
is relevant to this asset.
|
class |
SchemaAttribute
SchemaAttribute describes a single attribute within a schema.
|
class |
SchemaElement
The SchemaElement object provides a base class for the pieces that make up a schema for an asset.
|
class |
SchemaType
The SchemaType object provides a base class for the pieces that make up a schema for a data asset.
|
class |
SchemaTypeChoice
SchemaTypeChoice supports an element that has a selection of schema types that could be
used as the type of the attribute.
|
class |
SimpleSchemaType
SimpleSchemaType describes a schema element that has a primitive or enum type.
|
class |
SoftwareServerCapability
SoftwareServerCapability describe the properties needed to describe a specific software server's capability.
|
class |
StructSchemaType
StructSchemaType describes a schema element that has has a number of types fields.
|
class |
ValidValue
ValidValue provides the common super class for ValidValueSet and ValidValueDefinition.
|
class |
ValidValueDefinition
ValidValueDefinition defines a value that can be legitimately assigned to a field.
|
class |
ValidValueSet
ValidValueSet defines a collection of valid value definitions.
|
class |
VirtualConnection
A virtual connection is for an asset that provides data by delegating requests to one or more other connections.
|
| Modifier and Type | Field and Description |
|---|---|
protected Referenceable |
ExternalIdentifier.scope |
| Modifier and Type | Method and Description |
|---|---|
Referenceable |
ReferenceValueAssignedItem.getAssignedItem()
Returns the linked referenceable.
|
Referenceable |
ValidValuesAssignmentConsumer.getConsumer()
Returns the linked referenceable.
|
Referenceable |
ExternalIdentifier.getScope()
Return the scope of this external identifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReferenceValueAssignedItem.setAssignedItem(Referenceable assignedItem)
Set up the linked referenceable.
|
void |
ValidValuesAssignmentConsumer.setConsumer(Referenceable consumer)
Set up the linked referenceable.
|
void |
ExternalIdentifier.setScope(Referenceable scope)
Set up the scope of this external identifier.
|
| Constructor and Description |
|---|
Referenceable(Referenceable template)
Copy/clone constructor.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.