public class CategoryHierarchyFVT extends Object
| Constructor and Description |
|---|
CategoryHierarchyFVT(String url,
String serverName,
String userId) |
| Modifier and Type | Method and Description |
|---|---|
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category |
createCategoryWithGlossaryGuid(String categoryName,
String glossaryGuid)
Create a category associated with a glossary, identified with a guid.
|
static void |
main(String[] args) |
void |
run() |
static void |
runIt(String url,
String serverName,
String userId) |
static void |
runWith2Servers(String url) |
public CategoryHierarchyFVT(String url, String serverName, String userId) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.InvalidParameterException
public static void main(String[] args)
public static void runWith2Servers(String url) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public static void runIt(String url, String serverName, String userId) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public void run()
throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category createCategoryWithGlossaryGuid(String categoryName, String glossaryGuid) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
categoryName - name of the category to createglossaryGuid - guid of the glossary to associate with this categoryorg.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase - errorCopyright © 2018–2019 ODPi. All rights reserved.