Class GlossaryBrowserInstance


public class GlossaryBrowserInstance extends OMVSServiceInstance
GlossaryBrowserInstance caches references to objects it needs for a specific server. It is also responsible for registering itself in the instance map.
  • Constructor Details

    • GlossaryBrowserInstance

      public GlossaryBrowserInstance(String serverName, AuditLog auditLog, String localServerUserId, int maxPageSize, String remoteServerName, String remoteServerURL) throws InvalidParameterException
      Set up the Glossary Browser 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:
      InvalidParameterException - problem with server name or platform URL
  • Method Details

    • getCollaborationManagementClient

      public CollaborationManagementClient getCollaborationManagementClient()
      Return the collaboration management client. This client is from Asset Manager OMAS and is for maintaining notelogs.
      Returns:
      client
    • getGlossaryManagementClient

      public GlossaryManagementClient getGlossaryManagementClient()
      Return the glossary management client. This client is from Asset Manager OMAS and is for maintaining glossaries and their content.
      Returns:
      client
    • getStewardshipManagementClient

      public StewardshipManagementClient getStewardshipManagementClient()
      Return the stewardship management client. This client is from Asset Manager OMAS and is for setting up classifications and relationships for a glossary term.
      Returns:
      client
    • getOpenMetadataStoreClient

      public OpenMetadataStoreClient getOpenMetadataStoreClient()
      Return the open metadata store client. This client is from Asset Manager OMAS and is for accessing all types of metadata.
      Returns:
      client