Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.GlossaryTermProperties
-
Packages that use GlossaryTermProperties 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 GlossaryTermProperties in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type GlossaryTermProperties Modifier and Type Method Description StringGlossaryExchangeInterface. createControlledGlossaryTerm(String userId, String assetManagerGUID, String assetManagerName, String glossaryGUID, ExternalIdentifierProperties externalIdentifierProperties, GlossaryTermProperties glossaryTermProperties, GlossaryTermStatus initialStatus)Create a new metadata element to represent a glossary term whose lifecycle is managed through a controlled workflow.StringGlossaryExchangeInterface. createGlossaryTerm(String userId, String assetManagerGUID, String assetManagerName, String glossaryGUID, ExternalIdentifierProperties externalIdentifierProperties, GlossaryTermProperties glossaryTermProperties)Create a new metadata element to represent a glossary term.voidGlossaryExchangeInterface. updateGlossaryTerm(String userId, String assetManagerGUID, String assetManagerName, String glossaryTermGUID, String glossaryTermExternalIdentifier, boolean isMergeUpdate, GlossaryTermProperties glossaryTermProperties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Update the properties of the metadata element representing a glossary term. -
Uses of GlossaryTermProperties in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements that return GlossaryTermProperties Modifier and Type Method Description GlossaryTermPropertiesGlossaryTermElement. getGlossaryTermProperties()Return the glossary term properties.Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type GlossaryTermProperties Modifier and Type Method Description voidGlossaryTermElement. setGlossaryTermProperties(GlossaryTermProperties glossaryTermProperties)Set up the glossary term properties. -
Uses of GlossaryTermProperties in org.odpi.openmetadata.accessservices.assetmanager.properties
Constructors in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type GlossaryTermProperties Constructor Description GlossaryTermProperties(GlossaryTermProperties template)Copy/clone constructor. -
Uses of GlossaryTermProperties in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return GlossaryTermProperties Modifier and Type Method Description GlossaryTermPropertiesControlledGlossaryTermRequestBody. getElementProperties()Return the properties for the element.GlossaryTermPropertiesGlossaryTermRequestBody. getElementProperties()Return the properties for the element.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type GlossaryTermProperties Modifier and Type Method Description voidControlledGlossaryTermRequestBody. setElementProperties(GlossaryTermProperties elementProperties)Set up the properties for the element.voidGlossaryTermRequestBody. setElementProperties(GlossaryTermProperties elementProperties)Set up the properties for the element.
-