Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.GlossaryProperties
-
Packages that use GlossaryProperties Package Description org.odpi.openmetadata.accessservices.assetmanager.api This package contains the different interfaces of the asset manager.org.odpi.openmetadata.accessservices.assetmanager.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.assetmanager.properties These beans describe the core properties that are passed to the server to create and update metadata.org.odpi.openmetadata.accessservices.assetmanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of GlossaryProperties in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type GlossaryProperties Modifier and Type Method Description StringGlossaryExchangeInterface. createGlossary(String userId, String assetManagerGUID, String assetManagerName, String glossaryExternalIdentifier, String glossaryExternalIdentifierName, String glossaryExternalIdentifierUsage, String glossaryExternalIdentifierSource, KeyPattern glossaryExternalIdentifierKeyPattern, Map<String,String> mappingProperties, GlossaryProperties glossaryProperties)Create a new metadata element to represent the root of a glossary.voidGlossaryExchangeInterface. updateGlossary(String userId, String assetManagerGUID, String assetManagerName, String glossaryGUID, String glossaryExternalIdentifier, GlossaryProperties glossaryProperties)Update the metadata element representing a glossary. -
Uses of GlossaryProperties in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements that return GlossaryProperties Modifier and Type Method Description GlossaryPropertiesGlossaryElement. getGlossaryProperties()Return details of the glossaryMethods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type GlossaryProperties Modifier and Type Method Description voidGlossaryElement. setGlossaryProperties(GlossaryProperties glossaryProperties)Set up glossary properties -
Uses of GlossaryProperties in org.odpi.openmetadata.accessservices.assetmanager.properties
Constructors in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type GlossaryProperties Constructor Description GlossaryProperties(GlossaryProperties template)Copy/clone constructor. -
Uses of GlossaryProperties in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return GlossaryProperties Modifier and Type Method Description GlossaryPropertiesGlossaryRequestBody. getElementProperties()Return the properties for the element.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type GlossaryProperties Modifier and Type Method Description voidGlossaryRequestBody. setElementProperties(GlossaryProperties elementProperties)Set up the properties for the element.
-