Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.AssetMeaning
-
Packages that use AssetMeaning Package Description org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of AssetMeaning in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties with type parameters of type AssetMeaning Modifier and Type Field Description protected List<AssetMeaning>AssetUniverse. meaningsMethods in org.odpi.openmetadata.frameworks.connectors.properties that return types with arguments of type AssetMeaning Modifier and Type Method Description List<AssetMeaning>AssetReferenceable. getMeanings()Return a list of the glossary terms attached to this referenceable object.List<AssetMeaning>AssetUniverse. getMeanings()Return the list of glossary definitions assigned directly to this asset.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type AssetMeaning Constructor Description AssetMeaning(AssetDescriptor parentAsset, AssetMeaning templateMeaning)Copy/clone constructor.Constructor parameters in org.odpi.openmetadata.frameworks.connectors.properties with type arguments of type AssetMeaning Constructor Description 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
-