Class GlossaryViewServiceInstance

java.lang.Object
org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
org.odpi.openmetadata.commonservices.multitenant.OMASServiceInstance
org.odpi.openmetadata.accessservices.glossaryview.server.admin.GlossaryViewServiceInstance

public class GlossaryViewServiceInstance extends org.odpi.openmetadata.commonservices.multitenant.OMASServiceInstance
Stores references to OMRS objects for a specific server. It is also responsible for registering this OMAS in the Access Service Registry, and itself in the instance map
  • Constructor Summary

    Constructors
    Constructor
    Description
    GlossaryViewServiceInstance(org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryConnector omrsRepositoryConnector, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog, String localServerUserId, int maxPageSize)
    Set up the local repository connector that will service the REST Calls, registers this OMAS in the Access Service Registry and in the instance map
  • Method Summary

    Modifier and Type
    Method
    Description
    org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericHandler<org.odpi.openmetadata.accessservices.glossaryview.rest.GlossaryViewEntityDetail>
     

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

    getInTopicClientConnection, getServerName

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

    getInvalidParameterHandler, getServiceInstanceStatus, getServiceName, setMaxPageSize, setSecurityVerifier, setServiceInstanceStatus, shutdown

    Methods inherited from class java.lang.Object

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

    • GlossaryViewServiceInstance

      public GlossaryViewServiceInstance(org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryConnector omrsRepositoryConnector, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog, String localServerUserId, int maxPageSize) throws org.odpi.openmetadata.commonservices.multitenant.ffdc.exceptions.NewInstanceException
      Set up the local repository connector that will service the REST Calls, registers this OMAS in the Access Service Registry and in the instance map
      Parameters:
      omrsRepositoryConnector - responsible for servicing the REST calls
      auditLog - audit log
      localServerUserId - userId for server requests
      maxPageSize - maximum values to return on any single call
      Throws:
      org.odpi.openmetadata.commonservices.multitenant.ffdc.exceptions.NewInstanceException - if a problem occurred during initialization
  • Method Details

    • getEntitiesHandler

      public org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericHandler<org.odpi.openmetadata.accessservices.glossaryview.rest.GlossaryViewEntityDetail> getEntitiesHandler()