Class RelationshipsFVT
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.fvt.RelationshipsFVT
FVT resource to call subject area relationships client API
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkParent
(Category parent, Category gotChildCategory) createCategoryHierarchyLink
(Category parent, Category child) createIsATypeOf
(Term term1, Term term2) createIsATypeOfDeprecated
(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 SubjectAreaFVTCheckedException, InvalidParameterException, PropertyServerException, UserNotAuthorizedException -
runIt
public static void runIt(String url, String serverName, String userId) throws SubjectAreaFVTCheckedException, InvalidParameterException, PropertyServerException, UserNotAuthorizedException -
run
public void run() throws SubjectAreaFVTCheckedException, InvalidParameterException, PropertyServerException, UserNotAuthorizedException -
createSynonym
public Synonym createSynonym(Term term1, Term term2) throws SubjectAreaFVTCheckedException, InvalidParameterException, PropertyServerException, UserNotAuthorizedException -
createIsATypeOfDeprecated
public IsATypeOfDeprecated createIsATypeOfDeprecated(Term term1, Term term2) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException, SubjectAreaFVTCheckedException -
createIsATypeOf
public IsATypeOf createIsATypeOf(Term term1, Term term2) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException, SubjectAreaFVTCheckedException -
createTermCategorization
public Categorization createTermCategorization(Term term, Category category) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException, SubjectAreaFVTCheckedException -
createProjectScope
protected ProjectScope createProjectScope(Project project, Term term) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException, SubjectAreaFVTCheckedException -
createCategoryHierarchyLink
public CategoryHierarchyLink createCategoryHierarchyLink(Category parent, Category child) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException, SubjectAreaFVTCheckedException -
checkParent
public void checkParent(Category parent, Category gotChildCategory) throws SubjectAreaFVTCheckedException - Throws:
SubjectAreaFVTCheckedException
-