public class CategoryHierarchyFVT extends Object
| Constructor and Description |
|---|
CategoryHierarchyFVT(String url,
String serverName,
String userId) |
| Modifier and Type | Method and Description |
|---|---|
Category |
createCategoryWithGlossaryGuid(String categoryName,
String glossaryGuid)
Create a category associated with a glossary, identified with a userId.
|
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 InvalidParameterException
InvalidParameterExceptionpublic static void main(String[] args)
public static void runWith2Servers(String url) throws SubjectAreaCheckedException, SubjectAreaFVTCheckedException
public static void runIt(String url, String serverName, String userId) throws SubjectAreaCheckedException, SubjectAreaFVTCheckedException
public void run()
throws SubjectAreaCheckedException,
SubjectAreaFVTCheckedException
public Category createCategoryWithGlossaryGuid(String categoryName, String glossaryGuid) throws SubjectAreaCheckedException, SubjectAreaFVTCheckedException
categoryName - name of the category to createglossaryGuid - userId of the glossary to associate with this categorySubjectAreaCheckedException - subject area errorSubjectAreaFVTCheckedException - FVT errorCopyright © 2018–2020 ODPi. All rights reserved.