public class GlossaryFVT extends Object
| Constructor and Description |
|---|
GlossaryFVT() |
| Modifier and Type | Method and Description |
|---|---|
static org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary |
createGlossary(String name) |
static org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary |
deleteGlossary(String guid) |
static org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary |
getGlossaryByGUID(String guid) |
static void |
initialiseGlossaryFVT(String url)
Call this to initialise the glossary FVT
|
static void |
main(String[] args) |
static void |
purgeGlossary(String guid) |
static org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary |
updateGlossary(String guid,
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary glossary) |
public static void main(String[] args)
public static org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary createGlossary(String name) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public static org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary getGlossaryByGUID(String guid) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public static org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary updateGlossary(String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary glossary) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public static org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary deleteGlossary(String guid) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public static void purgeGlossary(String guid) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public static void initialiseGlossaryFVT(String url) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.InvalidParameterException
url - org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.InvalidParameterExceptionCopyright © 2018 ODPi. All rights reserved.