public class CategoryHierarchyFVT extends Object
| Constructor and Description |
|---|
CategoryHierarchyFVT() |
public static void main(String[] args)
public static 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.SubjectAreaCheckedExceptionBasepublic static org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category createCategoryWithGlossaryName(String categoryName, String glossaryName) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public static org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category getCategoryByGUID(String guid) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public static org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category updateCategory(String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category category) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public static org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category deleteCategory(String guid) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public static void purgeCategory(String guid) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public static void initialiseCategoryFVT(String url) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.InvalidParameterException
url - server urlorg.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.InvalidParameterExceptionCopyright © 2018 ODPi. All rights reserved.