Class GlossaryWorkflowInstance


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

    • GlossaryWorkflowInstance

      public GlossaryWorkflowInstance(String serverName, AuditLog auditLog, String localServerUserId, int maxPageSize, String remoteServerName, String remoteServerURL) throws InvalidParameterException
      Set up the Glossary Workflow 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 note logs.
      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