Class RelationshipsFVT
- java.lang.Object
-
- org.odpi.openmetadata.viewservices.glossaryauthor.fvt.RelationshipsFVT
-
public class RelationshipsFVT extends Object
FVT resource to call Glossary author view relationships API
-
-
Constructor Summary
Constructors Constructor Description RelationshipsFVT(String url, String serverName, String userId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckParent(Category parent, Category gotChildCategory)CategoryHierarchyLinkcreateCategoryHierarchyLink(Category parent, Category child)IsATypeOfcreateIsATypeOf(Term term1, Term term2)protected ProjectScopecreateProjectScope(Project project, Term term)SynonymcreateSynonym(Term term1, Term term2)CategorizationcreateTermCategorization(Term term, Category category)static voidmain(String[] args)voidrun()static voidrunIt(String url, String serverName, String userId)static voidrunWith2Servers(String url)
-
-
-
Constructor Detail
-
RelationshipsFVT
public RelationshipsFVT(String url, String serverName, String userId) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
-
-
Method Detail
-
main
public static void main(String[] args)
-
runWith2Servers
public static void runWith2Servers(String url) throws GlossaryAuthorFVTCheckedException, InvalidParameterException, PropertyServerException, UserNotAuthorizedException
-
runIt
public static void runIt(String url, String serverName, String userId) throws GlossaryAuthorFVTCheckedException, InvalidParameterException, PropertyServerException, UserNotAuthorizedException
-
run
public void run() throws GlossaryAuthorFVTCheckedException, InvalidParameterException, PropertyServerException, UserNotAuthorizedException
-
createIsATypeOf
public IsATypeOf createIsATypeOf(Term term1, Term term2) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException, GlossaryAuthorFVTCheckedException
-
createSynonym
public Synonym createSynonym(Term term1, Term term2) throws GlossaryAuthorFVTCheckedException, InvalidParameterException, PropertyServerException, UserNotAuthorizedException
-
createTermCategorization
public Categorization createTermCategorization(Term term, Category category) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException, GlossaryAuthorFVTCheckedException
-
createProjectScope
protected ProjectScope createProjectScope(Project project, Term term) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException, GlossaryAuthorFVTCheckedException
-
createCategoryHierarchyLink
public CategoryHierarchyLink createCategoryHierarchyLink(Category parent, Category child) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException, GlossaryAuthorFVTCheckedException
-
checkParent
public void checkParent(Category parent, Category gotChildCategory) throws GlossaryAuthorFVTCheckedException
-
-