Class TemporaryEditingGlossary
java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.samples.glossaryworkflow.TemporaryEditingGlossary
TemporaryEditingGlossary demonstrates how to use a temporary editing glossary to manage updates to a glossary term so that they
are only visible once they have been approved.
-
Constructor Summary
ConstructorDescriptionTemporaryEditingGlossary
(String serverName, String serverURLRoot, String clientUserId) Set up the parameters for the sample. -
Method Summary
-
Constructor Details
-
TemporaryEditingGlossary
Set up the parameters for the sample.- Parameters:
serverName
- server to callserverURLRoot
- location of serverclientUserId
- userId to access the server
-