| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.connectors.properties | |
| org.odpi.openmetadata.frameworks.connectors.properties.beans |
| Modifier and Type | Field and Description |
|---|---|
protected ExternalReference |
AssetExternalReference.externalReferenceBean |
| Modifier and Type | Method and Description |
|---|---|
protected ExternalReference |
AssetExternalReference.getExternalReferenceBean()
Return the bean - used in the cloning process.
|
| Constructor and Description |
|---|
AssetExternalReference(AssetDescriptor parentAsset,
ExternalReference externalReferenceBean)
Bean constructor with parent asset
|
AssetExternalReference(ExternalReference externalReferenceBean)
Bean constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
RelatedMediaReference
RelatedMediaReference stores information about an link to an external media file that
is relevant to this asset.
|
| Modifier and Type | Field and Description |
|---|---|
protected ExternalReference |
Certification.link |
protected ExternalReference |
License.link |
| Modifier and Type | Method and Description |
|---|---|
ExternalReference |
Certification.getLink()
Return the link to the full text of the certification.
|
ExternalReference |
License.getLink()
Return the link to the full text of the license.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Certification.setLink(ExternalReference link)
Set up the link to the full text of the certification.
|
void |
License.setLink(ExternalReference link)
Set up the link to the full text of the license.
|
| Constructor and Description |
|---|
ExternalReference(ExternalReference templateExternalReference)
Copy/clone constructor.
|
Copyright © 2018–2020 ODPi. All rights reserved.