Class GovernanceOfficerInstance


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

    • GovernanceOfficerInstance

      public GovernanceOfficerInstance(String serverName, AuditLog auditLog, String localServerUserId, String localServerUserPassword, int maxPageSize, String remoteServerName, String remoteServerURL, List<ViewServiceConfig> activeViewServices)
      Set up the Governance Officer OMVS instance
      Parameters:
      serverName - name of this server
      auditLog - logging destination
      localServerUserId - user id to use on OMRS calls where there is no end user, or as part of an HTTP authentication mechanism with serverUserPassword.
      localServerUserPassword - password to use as part of an HTTP authentication mechanism.
      maxPageSize - maximum page size
      remoteServerName - remote server name
      remoteServerURL - remote server URL
      activeViewServices - list of view services active in this server
  • Method Details