Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalReference
-
Packages that use ExternalReference Package Description org.odpi.openmetadata.frameworks.connectors.properties org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of ExternalReference in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as ExternalReference Modifier and Type Field Description protected ExternalReferenceAssetExternalReference. externalReferenceBeanMethods in org.odpi.openmetadata.frameworks.connectors.properties that return ExternalReference Modifier and Type Method Description protected ExternalReferenceAssetExternalReference. getExternalReferenceBean()Return the bean - used in the cloning process.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type ExternalReference Constructor Description AssetExternalReference(AssetDescriptor parentAsset, ExternalReference externalReferenceBean)Bean constructor with parent assetAssetExternalReference(ExternalReference externalReferenceBean)Bean constructor -
Uses of ExternalReference in org.odpi.openmetadata.frameworks.connectors.properties.beans
Subclasses of ExternalReference in org.odpi.openmetadata.frameworks.connectors.properties.beans Modifier and Type Class Description classRelatedMediaReferenceRelatedMediaReference stores information about an link to an external media file that is relevant to this asset.Fields in org.odpi.openmetadata.frameworks.connectors.properties.beans declared as ExternalReference Modifier and Type Field Description protected ExternalReferenceCertification. linkprotected ExternalReferenceLicense. linkMethods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return ExternalReference Modifier and Type Method Description ExternalReferenceCertification. getLink()Return the link to the full text of the certification.ExternalReferenceLicense. getLink()Return the link to the full text of the license.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type ExternalReference Modifier and Type Method Description voidCertification. setLink(ExternalReference link)Set up the link to the full text of the certification.voidLicense. setLink(ExternalReference link)Set up the link to the full text of the license.Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type ExternalReference Constructor Description ExternalReference(ExternalReference templateExternalReference)Copy/clone constructor.
-