Class DefaultSubjectAreaNodeClients

java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.client.nodes.DefaultSubjectAreaNodeClients
All Implemented Interfaces:
SubjectAreaNodeClients

public class DefaultSubjectAreaNodeClients extends Object implements SubjectAreaNodeClients
The OMAS client library implementation of the Subject Area OMAS. This interface provides entities Node authoring interface for subject area experts.
  • Constructor Details

    • DefaultSubjectAreaNodeClients

      public DefaultSubjectAreaNodeClients(SubjectAreaRestClient subjectAreaRestClient, String... packagesToScan)
      Parameters:
      packagesToScan - - search packages for finding classes placed by annotation SubjectAreaNodeClient
      subjectAreaRestClient - - rest client for Subject Area OMAS REST APIs
    • DefaultSubjectAreaNodeClients

      public DefaultSubjectAreaNodeClients(SubjectAreaRestClient subjectAreaRestClient)
      The constructor uses the current package to scan "org.odpi.openmetadata.accessservices.subjectarea.client.nodes" to search for classes placed by annotation SubjectAreaNodeClient.
      Parameters:
      subjectAreaRestClient - - rest client for Subject Area OMAS REST APIs
  • Method Details