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

    Modifier and Type
    Method
    Description
    void
    checkParent(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.CategoryHierarchyLink
    createCategoryHierarchyLink(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.IsATypeOf
    createIsATypeOf(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.Synonym
    createSynonym(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.Categorization
    createTermCategorization(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term term, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category category)
     
    static void
    main(String[] args)
     
    void
    run()
     
    static void
    runIt(String url, String serverName, String userId)
     
    static void
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
  • Method Details

    • main

      public static void main(String[] args)
    • 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:
      GlossaryAuthorFVTCheckedException
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.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:
      GlossaryAuthorFVTCheckedException
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.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:
      GlossaryAuthorFVTCheckedException
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.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.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      GlossaryAuthorFVTCheckedException
    • 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:
      GlossaryAuthorFVTCheckedException
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.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.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      GlossaryAuthorFVTCheckedException
    • 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.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      GlossaryAuthorFVTCheckedException
    • 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
      Throws:
      GlossaryAuthorFVTCheckedException