Class ActionAuthorInstance


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

    • ActionAuthorInstance

      public ActionAuthorInstance(String serverName, AuditLog auditLog, String localServerUserId, String localServerUserPassword, int maxPageSize, String remoteServerName, String remoteServerURL) throws InvalidParameterException
      Set up the Action Author OMVS instance
      Parameters:
      serverName - name of this server
      auditLog - logging destination
      localServerUserId - userId used for server initiated actions
      localServerUserPassword - password to use as part of an HTTP authentication mechanism.
      maxPageSize - maximum page size
      remoteServerName - remote server name
      remoteServerURL - remote server URL
      Throws:
      InvalidParameterException - problem with server name or platform URL
  • Method Details

    • getOpenGovernanceClient

      public EgeriaOpenGovernanceClient getOpenGovernanceClient()
      Return the open governance client. This client is from the Open Governance Framework (OGF) and is for working with automation services.
      Returns:
      client