Class OpenGovernanceClient

java.lang.Object
org.odpi.openmetadata.frameworks.opengovernance.client.OpenGovernanceClient
All Implemented Interfaces:
ActionControlInterface, DuplicateManagementInterface, GovernanceActionProcessInterface, GovernanceActionTypeInterface
Direct Known Subclasses:
OpenGovernanceClientBase

OpenGovernanceClient provides access to metadata elements stored in the metadata repositories. It is implemented by a metadata repository provider. In Egeria, this class is implemented in the GAF Metadata Management running in the Metadata Access Server OMAG Server.
  • Field Details

    • serverName

      protected final String serverName
    • serviceURLMarker

      protected final String serviceURLMarker
    • serverPlatformURLRoot

      protected final String serverPlatformURLRoot
    • propertyHelper

      protected PropertyHelper propertyHelper
  • Constructor Details

    • OpenGovernanceClient

      public OpenGovernanceClient(String serviceURLMarker, String serverName, String serverPlatformURLRoot)
      Create a new client with no authentication embedded in the HTTP request.
      Parameters:
      serviceURLMarker - the identifier of the access service (for example asset-owner for the Asset Owner OMAS)
      serverName - name of the server to connect to
      serverPlatformURLRoot - the network address of the server running the OMAS REST services
  • Method Details

    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class Object
      Returns:
      print out of variables in a JSON-style