Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.GlossaryTermStatus
-
Packages that use GlossaryTermStatus Package Description org.odpi.openmetadata.accessservices.assetmanager.api This package contains the different interfaces of the asset manager.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 GlossaryTermStatus in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type GlossaryTermStatus Modifier and Type Method Description StringGlossaryExchangeInterface. createControlledGlossaryTerm(String userId, String assetManagerGUID, String assetManagerName, String glossaryGUID, String glossaryTermExternalIdentifier, String glossaryTermExternalIdentifierName, String glossaryTermExternalIdentifierUsage, String glossaryTermExternalIdentifierSource, KeyPattern glossaryTermExternalIdentifierKeyPattern, Map<String,String> mappingProperties, GlossaryTermProperties glossaryTermProperties, GlossaryTermStatus initialStatus)Create a new metadata element to represent a glossary term whose lifecycle is managed through a controlled workflow.voidGlossaryExchangeInterface. updateGlossaryTermStatus(String userId, String assetManagerGUID, String assetManagerName, String glossaryTermGUID, String glossaryTermExternalIdentifier, GlossaryTermStatus glossaryTermStatus)Update the status of the metadata element representing a glossary term. -
Uses of GlossaryTermStatus in org.odpi.openmetadata.accessservices.assetmanager.properties
Methods in org.odpi.openmetadata.accessservices.assetmanager.properties that return GlossaryTermStatus Modifier and Type Method Description static GlossaryTermStatusGlossaryTermStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static GlossaryTermStatus[]GlossaryTermStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GlossaryTermStatus in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return GlossaryTermStatus Modifier and Type Method Description GlossaryTermStatusGlossaryTermStatusRequestBody. getGlossaryTermStatus()Return the status for the element.GlossaryTermStatusControlledGlossaryTermRequestBody. getInitialStatus()Return the initial status for the controlled glossary term.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type GlossaryTermStatus Modifier and Type Method Description voidGlossaryTermStatusRequestBody. setGlossaryTermStatus(GlossaryTermStatus glossaryTermStatus)Set up the status for the element.voidControlledGlossaryTermRequestBody. setInitialStatus(GlossaryTermStatus initialStatus)Set up the initial status for the controlled glossary term.
-