public class TermFVT extends Object
| Constructor and Description |
|---|
TermFVT() |
| Modifier and Type | Method and Description |
|---|---|
static org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term |
createTermWithGlossaryGuid(String termName,
String glossaryGuid) |
static org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term |
createTermWithGlossaryName(String termName,
String glossaryName) |
static org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term |
deleteTerm(String guid) |
static org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term |
getTermByGUID(String guid) |
static void |
initialiseTermFVT(String url)
Call this to initialise the term FVT
|
static void |
main(String[] args) |
static void |
purgeTerm(String guid) |
static org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term |
updateTerm(String guid,
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term term) |
public static void main(String[] args)
public static org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term createTermWithGlossaryGuid(String termName, String glossaryGuid) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public static org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term createTermWithGlossaryName(String termName, String glossaryName) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public static org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term getTermByGUID(String guid) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public static org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term updateTerm(String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term term) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public static org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term deleteTerm(String guid) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public static void purgeTerm(String guid) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public static void initialiseTermFVT(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.