Interface SubjectArea

All Known Implementing Classes:
SubjectAreaImpl

public interface SubjectArea
The SubjectArea Open Metadata Access Service (OMAS).
  • Method Details

    • nodeClients

      SubjectAreaNodeClients nodeClients()
    • relationshipClients

      SubjectAreaRelationshipClients relationshipClients()
      Get the subject area relationship API class - use this class to issue relationship calls.
      Returns:
      subject area relationship API class
    • subjectAreaConfigClient

      SubjectAreaConfigClient subjectAreaConfigClient()
      Get the subject area config API class - use this class to issue config calls.
      Returns:
      subject area config API class
    • subjectAreaGraphClient

      SubjectAreaGraphClient subjectAreaGraphClient()
      Get the subject area graph API class - use this class to issue graph calls.
      Returns:
      subject area graph API class
    • serverName

      String serverName()
      Server Name under which this request is performed, this is used in multi tenanting to identify the tenant
      Returns:
      serverName name of the server
    • omasServerUrl

      String omasServerUrl()
      Base url used to issue Rest calls
      Returns:
      base url