Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.Meaning
-
Packages that use Meaning Package Description org.odpi.openmetadata.frameworks.connectors.properties org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of Meaning in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties with type parameters of type Meaning Modifier and Type Field Description protected List<Meaning>AssetUniverse. meaningsMethods in org.odpi.openmetadata.frameworks.connectors.properties that return types with arguments of type Meaning Modifier and Type Method Description List<Meaning>AssetUniverse. getMeanings()Return the list of glossary definitions assigned directly to this asset.Constructor parameters in org.odpi.openmetadata.frameworks.connectors.properties with type arguments of type Meaning Constructor Description AssetUniverse(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 Constructor -
Uses of Meaning in org.odpi.openmetadata.frameworks.connectors.properties.beans
Fields in org.odpi.openmetadata.frameworks.connectors.properties.beans with type parameters of type Meaning Modifier and Type Field Description protected List<Meaning>GovernedReferenceable. meaningsMethods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return types with arguments of type Meaning Modifier and Type Method Description List<Meaning>GovernedReferenceable. getMeanings()Return the assigned meanings for this metadata entity.Method parameters in org.odpi.openmetadata.frameworks.connectors.properties.beans with type arguments of type Meaning Modifier and Type Method Description voidGovernedReferenceable. setMeanings(List<Meaning> meanings)Set up the assigned meanings for this metadata entity.Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type Meaning Constructor Description Meaning(Meaning templateMeaning)Copy/clone constructor.
-