| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.connectors.properties | |
| org.odpi.openmetadata.frameworks.connectors.properties.beans |
| Constructor and Description |
|---|
AssetSchemaElement(AssetDescriptor parentAsset,
SchemaElement schemaElementBean)
Bean constructor with parent.
|
AssetSchemaElement(SchemaElement schemaElementBean)
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 |
BoundedSchemaType
The BoundedSchemaType object provides structural information for Arrays and Sets.
|
class |
ComplexSchemaType
ComplexSchemaType describes a schema with multiple attributes.
|
class |
DerivedSchemaAttribute
Derived schema elements are used in views to define elements that are calculated using data from other sources.
|
class |
MapSchemaType
MapSchemaType describes a schema element of type map.
|
class |
PrimitiveSchemaType
PrimitiveSchemaType describes a schema element that has a primitive type.
|
class |
SchemaAttribute
SchemaAttribute describes a single attribute within a schema.
|
class |
SchemaType
The SchemaType object provides a base class for the pieces that make up a schema for a data asset.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaElement |
APISchemaType.cloneSchemaElement()
Returns a clone of this object as the abstract SchemaElement class.
|
abstract SchemaElement |
SchemaElement.cloneSchemaElement()
Return a clone of this schema element.
|
SchemaElement |
SchemaType.cloneSchemaElement()
Return a clone of this schema element.
|
SchemaElement |
PrimitiveSchemaType.cloneSchemaElement()
Returns a clone of this object as the abstract SchemaElement class.
|
SchemaElement |
BoundedSchemaType.cloneSchemaElement()
Returns a clone of this object as the abstract SchemaElement class.
|
SchemaElement |
APIOperation.cloneSchemaElement()
Returns a clone of this object as the abstract SchemaElement class.
|
SchemaElement |
MapSchemaType.cloneSchemaElement()
Returns a clone of this object as the abstract SchemaElement class.
|
SchemaElement |
SchemaAttribute.cloneSchemaElement()
Return a clone of this schema element.
|
SchemaElement |
DerivedSchemaAttribute.cloneSchemaElement()
Returns a clone of this object as the abstract SchemaElement class.
|
SchemaElement |
ComplexSchemaType.cloneSchemaElement()
Returns a clone of this object as the abstract SchemaElement class.
|
| Constructor and Description |
|---|
SchemaElement(SchemaElement template)
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.
|
Copyright © 2018–2020 ODPi. All rights reserved.