| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.connectors.properties | |
| org.odpi.openmetadata.frameworks.connectors.properties.beans |
| Modifier and Type | Field and Description |
|---|---|
protected Schema |
AssetSchema.schemaBean |
protected Schema |
AssetComplexSchemaType.schemaBean |
| Modifier and Type | Method and Description |
|---|---|
protected Schema |
AssetSchema.getSchemaBean()
Return the bean that contains the properties of the schema.
|
protected Schema |
AssetComplexSchemaType.getSchemaBean()
Return the bean that contains the properties of the schema.
|
| Constructor and Description |
|---|
AssetComplexSchemaType(AssetDescriptor parentAsset,
Schema schemaBean,
AssetMeanings assetMeanings,
AssetSchemaAttributes schemaAttributes,
AssetSchemaLinks schemaLinks)
Bean constructor with parent asset
|
AssetComplexSchemaType(Schema schemaBean,
AssetMeanings assetMeanings,
AssetSchemaAttributes schemaAttributes,
AssetSchemaLinks schemaLinks)
Bean constructor
|
AssetSchema(AssetDescriptor parentAsset,
Schema schemaBean,
AssetMeanings assetMeanings,
AssetSchemaAttributes schemaAttributes,
AssetSchemaLinks schemaLinks)
Bean constructor with parent asset
|
AssetSchema(Schema schemaBean,
AssetMeanings assetMeanings,
AssetSchemaAttributes schemaAttributes,
AssetSchemaLinks schemaLinks)
Bean constructor
|
| Constructor and Description |
|---|
Schema(Schema 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.
|
Copyright © 2018 ODPi. All rights reserved.