public class CategoryFVT extends Object
| Constructor and Description |
|---|
CategoryFVT(String url,
String serverName,
String userId) |
| Modifier and Type | Method and Description |
|---|---|
Category |
createCategory(String categoryName,
String glossaryGuid) |
Category |
createCategoryWithGlossaryGuid(String categoryName,
String glossaryGuid) |
Category |
deleteCategory(String guid) |
List<Category> |
findCategories(String criteria) |
Category |
getCategoryByGUID(String guid) |
List<Line> |
getCategoryRelationships(Category category) |
static void |
main(String[] args) |
void |
purgeCategory(String guid) |
Category |
restoreCategory(String guid) |
void |
run() |
static void |
runIt(String url,
String serverName,
String userId) |
static void |
runWith2Servers(String url) |
Category |
updateCategory(String guid,
Category category) |
public CategoryFVT(String url, String serverName, String userId) throws InvalidParameterException
InvalidParameterExceptionpublic static void main(String[] args)
public static void runWith2Servers(String url) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic static void runIt(String url, String serverName, String userId) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic void run()
throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic Category createCategoryWithGlossaryGuid(String categoryName, String glossaryGuid) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic Category createCategory(String categoryName, String glossaryGuid) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic Category getCategoryByGUID(String guid) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic List<Category> findCategories(String criteria) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic Category updateCategory(String guid, Category category) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic Category deleteCategory(String guid) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic Category restoreCategory(String guid) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic void purgeCategory(String guid) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic List<Line> getCategoryRelationships(Category category) throws UserNotAuthorizedException, UnexpectedResponseException, InvalidParameterException, FunctionNotSupportedException, MetadataServerUncontactableException
Copyright © 2018–2019 ODPi. All rights reserved.