Uses of Class
org.odpi.openmetadata.accessservices.assetowner.properties.MeaningProperties
-
Packages that use MeaningProperties Package Description org.odpi.openmetadata.accessservices.assetowner.properties This package provides the properties used to create different types of instances for an asset and its attachments.org.odpi.openmetadata.accessservices.assetowner.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of MeaningProperties in org.odpi.openmetadata.accessservices.assetowner.properties
Constructors in org.odpi.openmetadata.accessservices.assetowner.properties with parameters of type MeaningProperties Constructor Description MeaningProperties(MeaningProperties template)Copy/clone constructor. -
Uses of MeaningProperties in org.odpi.openmetadata.accessservices.assetowner.rest
Methods in org.odpi.openmetadata.accessservices.assetowner.rest that return types with arguments of type MeaningProperties Modifier and Type Method Description List<MeaningProperties>ReferenceableRequestBody. getMeanings()Return the assigned meanings for this metadata entity.Method parameters in org.odpi.openmetadata.accessservices.assetowner.rest with type arguments of type MeaningProperties Modifier and Type Method Description voidReferenceableRequestBody. setMeanings(List<MeaningProperties> meanings)Set up the assigned meanings for this metadata entity.
-