Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.Certifications
-
Packages that use Certifications Package Description org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of Certifications in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as Certifications Modifier and Type Field Description protected CertificationsAssetDetail. certificationsMethods in org.odpi.openmetadata.frameworks.connectors.properties that return Certifications Modifier and Type Method Description protected abstract CertificationsCertifications. cloneIterator()Clones this iterator.CertificationsAssetDetail. getCertifications()Return the list of certifications awarded to the asset.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type Certifications Constructor Description AssetDetail(Asset assetBean, ExternalIdentifiers externalIdentifiers, RelatedMediaReferences relatedMediaReferences, NoteLogs noteLogs, ExternalReferences externalReferences, Connections connections, Licenses licenses, Certifications certifications, SchemaType schema)Typical constructor initialize superclassesAssetUniverse(Asset assetBean, ExternalIdentifiers externalIdentifiers, RelatedMediaReferences relatedMediaReferences, NoteLogs noteLogs, ExternalReferences externalReferences, Connections connections, Licenses licenses, Certifications certifications, List<Meaning> meanings, SchemaType schema, AssetFeedback feedback, Locations knownLocations, AssetLineage lineage, RelatedAssets relatedAssets)Typical ConstructorCertifications(Certifications template)Copy/clone constructor.
-