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 TypeMethodDescriptionvoidcheckParent(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category parent, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category gotChildCategory) org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryHierarchyLinkcreateCategoryHierarchyLink(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category parent, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category child) org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOfcreateIsATypeOf(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term term1, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term term2) org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.SynonymcreateSynonym(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term term1, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term term2) org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategorizationcreateTermCategorization(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term term, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category category) static voidvoidrun()static voidstatic voidrunWith2Servers(String url)
-
Constructor Details
-
RelationshipsFVT
public RelationshipsFVT(String url, String serverName, String userId) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
-
-
Method Details
-
main
-
runWith2Servers
public static void runWith2Servers(String url) throws GlossaryAuthorFVTCheckedException, org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - Throws:
GlossaryAuthorFVTCheckedExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
-
runIt
public static void runIt(String url, String serverName, String userId) throws GlossaryAuthorFVTCheckedException, org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - Throws:
GlossaryAuthorFVTCheckedExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
-
run
public void run() throws GlossaryAuthorFVTCheckedException, org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- Throws:
GlossaryAuthorFVTCheckedExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
-
createIsATypeOf
public org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.IsATypeOf createIsATypeOf(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term term1, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term term2) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, GlossaryAuthorFVTCheckedException - Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedExceptionGlossaryAuthorFVTCheckedException
-
createSynonym
public org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym createSynonym(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term term1, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term term2) throws GlossaryAuthorFVTCheckedException, org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - Throws:
GlossaryAuthorFVTCheckedExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
-
createTermCategorization
public org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Categorization createTermCategorization(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term term, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category category) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, GlossaryAuthorFVTCheckedException - Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedExceptionGlossaryAuthorFVTCheckedException
-
createCategoryHierarchyLink
public org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryHierarchyLink createCategoryHierarchyLink(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category parent, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category child) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, GlossaryAuthorFVTCheckedException - Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedExceptionGlossaryAuthorFVTCheckedException
-
checkParent
public void checkParent(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category parent, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category gotChildCategory) throws GlossaryAuthorFVTCheckedException
-