Class ClassificationManagerInstance


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

    • ClassificationManagerInstance

      public ClassificationManagerInstance(String serverName, AuditLog auditLog, String localServerUserId, int maxPageSize, String remoteServerName, String remoteServerURL) throws InvalidParameterException
      Set up the Classification Manager 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

    • getCollaborationExchangeClient

      public CollaborationExchangeClient getCollaborationExchangeClient()
      Return the collaboration client. This client is from Asset Manager OMAS and is for maintaining note logs.
      Returns:
      client
    • getGlossaryExchangeClient

      public GlossaryExchangeClient getGlossaryExchangeClient()
      Return the glossary client. This client is from Asset Manager OMAS and is for maintaining glossaries and their content.
      Returns:
      client
    • getStewardshipExchangeClient

      public StewardshipExchangeClient getStewardshipExchangeClient()
      Return the stewardship client. This client is from Asset Manager OMAS and is for setting up classifications and relationships for a glossary term.
      Returns:
      client