Class GlossaryAuthorViewServicesInstance

java.lang.Object
org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
org.odpi.openmetadata.commonservices.multitenant.OMVSServiceInstance
org.odpi.openmetadata.viewservices.glossaryauthor.admin.serviceinstances.GlossaryAuthorViewServicesInstance

public class GlossaryAuthorViewServicesInstance extends org.odpi.openmetadata.commonservices.multitenant.OMVSServiceInstance
GlossaryAuthorViewServicesInstance caches references to objects it needs for a specific server. It is also responsible for registering itself in the instance map.
  • Constructor Summary

    Constructors
    Constructor
    Description
    GlossaryAuthorViewServicesInstance(String serverName, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog, String localServerUserId, int maxPageSize, String remoteServerName, String remoteServerURL)
    Set up the Glossary Author OMVS instance
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    org.odpi.openmetadata.accessservices.subjectarea.client.nodes.SubjectAreaNodeClients
     
    org.odpi.openmetadata.accessservices.subjectarea.client.configs.SubjectAreaConfigClient
     
    org.odpi.openmetadata.accessservices.subjectarea.client.relationships.SubjectAreaGraphClient
     
    org.odpi.openmetadata.accessservices.subjectarea.client.relationships.SubjectAreaRelationshipClients
     
     

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

    getRemoteServerName, getRemoteServerURL

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

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

    Methods inherited from class java.lang.Object

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

    • GlossaryAuthorViewServicesInstance

      public GlossaryAuthorViewServicesInstance(String serverName, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog, String localServerUserId, int maxPageSize, String remoteServerName, String remoteServerURL) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.InvalidParameterException
      Set up the Glossary Author OMVS instance
      Parameters:
      serverName - name of this server
      auditLog - logging destination
      localServerUserId - userId used for server initiated actions
      maxPageSize - maximum page size
      remoteServerName - remote server name
      remoteServerURL - remote server URL
      Throws:
      org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.InvalidParameterException - one of the parameters is null or invalid.
  • Method Details

    • getViewServiceName

      public String getViewServiceName()
    • getNodeClients

      public org.odpi.openmetadata.accessservices.subjectarea.client.nodes.SubjectAreaNodeClients getNodeClients()
    • getSubjectAreaRelationshipClients

      public org.odpi.openmetadata.accessservices.subjectarea.client.relationships.SubjectAreaRelationshipClients getSubjectAreaRelationshipClients()
    • getSubjectAreaConfigClient

      public org.odpi.openmetadata.accessservices.subjectarea.client.configs.SubjectAreaConfigClient getSubjectAreaConfigClient()
    • getSubjectAreaGraphClient

      public org.odpi.openmetadata.accessservices.subjectarea.client.relationships.SubjectAreaGraphClient getSubjectAreaGraphClient()
    • getGlossaryViewMaxPageSize

      public int getGlossaryViewMaxPageSize()