Class RelationshipsFVT
java.lang.Object
org.odpi.openmetadata.viewservices.glossaryauthor.fvt.RelationshipsFVT
FVT resource to call Glossary author view relationships API
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkParent
(Category parent, Category gotChildCategory) createCategoryHierarchyLink
(Category parent, Category child) createIsATypeOf
(Term term1, Term term2) protected ProjectScope
createProjectScope
(Project project, Term term) createSynonym
(Term term1, Term term2) createTermCategorization
(Term term, Category category) static void
void
run()
static void
static void
runWith2Servers
(String url)
-
Constructor Details
-
RelationshipsFVT
public RelationshipsFVT(String url, String serverName, String userId) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
-
-
Method Details
-
main
-
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
-