Class GlossaryAuthorViewInstanceHandler

java.lang.Object
org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstanceHandler
org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstanceHandler
org.odpi.openmetadata.commonservices.multitenant.OMVSServiceInstanceHandler
org.odpi.openmetadata.viewservices.glossaryauthor.initialization.GlossaryAuthorViewInstanceHandler

public class GlossaryAuthorViewInstanceHandler extends org.odpi.openmetadata.commonservices.multitenant.OMVSServiceInstanceHandler
GlossaryAuthorViewInstanceHandler retrieves information from the instance map for the access service instances. The instance map is thread-safe. Instances are added and removed by the GlossaryAuthorViewAdmin class.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor registers the view service
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getGlossaryViewMaxPageSize(String serverName, String userId, String serviceOperationName)
     
    getRelationshipHandler(String serverName, String userId, String serviceOperationName)
     
    org.odpi.openmetadata.accessservices.subjectarea.client.configs.SubjectAreaConfigClient
    getSubjectAreaConfigClient(String serverName, String userId, String serviceOperationName)
    This method returns the object for the tenant to use to work with the subject area config API
    org.odpi.openmetadata.accessservices.subjectarea.client.relationships.SubjectAreaGraphClient
    getSubjectAreaGraphClient(String serverName, String userId, String serviceOperationName)
    This method returns the object for the tenant to use to work with the subject area graph API
    org.odpi.openmetadata.accessservices.subjectarea.client.nodes.SubjectAreaNodeClients
    getSubjectAreaNodeClients(String serverName, String userId, String serviceOperationName)
    This method returns the object for the tenant to use to work with the subject area nodes API

    Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMVSServiceInstanceHandler

    getExceptionHandler

    Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstanceHandler

    getAuditLog

    Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstanceHandler

    getServerSecurityVerifier, getServiceName, isServerActive, removeServerServiceInstance

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GlossaryAuthorViewInstanceHandler

      public GlossaryAuthorViewInstanceHandler()
      Default constructor registers the view service
  • Method Details

    • getRelationshipHandler

      public RelationshipHandler getRelationshipHandler(String serverName, String userId, String serviceOperationName) throws org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      org.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
    • getSubjectAreaNodeClients

      public org.odpi.openmetadata.accessservices.subjectarea.client.nodes.SubjectAreaNodeClients getSubjectAreaNodeClients(String serverName, String userId, String serviceOperationName) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      This method returns the object for the tenant to use to work with the subject area nodes API
      Parameters:
      serverName - name of the server that the request is for
      userId - local server userid
      serviceOperationName - service operation - usually the top level rest call
      Returns:
      SubjectAreaNodeClients subject area nodes API objects
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
    • getSubjectAreaConfigClient

      public org.odpi.openmetadata.accessservices.subjectarea.client.configs.SubjectAreaConfigClient getSubjectAreaConfigClient(String serverName, String userId, String serviceOperationName) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      This method returns the object for the tenant to use to work with the subject area config API
      Parameters:
      serverName - name of the server that the request is for
      userId - local server userid
      serviceOperationName - service operation - usually the top level rest call
      Returns:
      SubjectAreaNodeClients subject area config API objects
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
    • getSubjectAreaGraphClient

      public org.odpi.openmetadata.accessservices.subjectarea.client.relationships.SubjectAreaGraphClient getSubjectAreaGraphClient(String serverName, String userId, String serviceOperationName) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      This method returns the object for the tenant to use to work with the subject area graph API
      Parameters:
      serverName - name of the server that the request is for
      userId - local server userid
      serviceOperationName - service operation - usually the top level rest call
      Returns:
      SubjectAreaNodeClients subject area graph API objects
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
    • getGlossaryViewMaxPageSize

      public int getGlossaryViewMaxPageSize(String serverName, String userId, String serviceOperationName) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.commonservices.ffdc.exceptions.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException