Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.AssetNoteLogs
-
Packages that use AssetNoteLogs Package Description org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of AssetNoteLogs in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as AssetNoteLogs Modifier and Type Field Description protected AssetNoteLogsAssetDetail. noteLogsMethods in org.odpi.openmetadata.frameworks.connectors.properties that return AssetNoteLogs Modifier and Type Method Description protected abstract AssetNoteLogsAssetNoteLogs. cloneIterator(AssetDescriptor parentAsset)Clones this iterator.AssetNoteLogsAssetDetail. getNoteLogs()Return an list of NoteLogs linked to this asset.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type AssetNoteLogs Constructor Description AssetDetail(Asset assetBean, AssetExternalIdentifiers externalIdentifiers, AssetRelatedMediaReferences relatedMediaReferences, AssetNoteLogs noteLogs, AssetExternalReferences externalReferences, AssetConnections connections, AssetLicenses licenses, AssetCertifications certifications)Typical constructor initialize superclassesAssetNoteLogs(AssetDescriptor parentAsset, AssetNoteLogs template)Copy/clone constructor.AssetUniverse(Asset assetBean, AssetExternalIdentifiers externalIdentifiers, AssetRelatedMediaReferences relatedMediaReferences, AssetNoteLogs noteLogs, AssetExternalReferences externalReferences, AssetConnections connections, AssetLicenses licenses, AssetCertifications certifications, List<AssetMeaning> meanings, AssetSchemaType schema, AssetFeedback feedback, AssetLocations knownLocations, AssetLineage lineage, AssetRelatedAssets relatedAssets)Typical Constructor
-