Interface SubjectAreaNodeClients

All Known Implementing Classes:
DefaultSubjectAreaNodeClients

public interface SubjectAreaNodeClients
  • Method Summary

    Modifier and Type
    Method
    Description
    <C extends org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category>
    SubjectAreaNodeClient<C>
    Get the subject area category API class - use this class to issue category calls.
    <G extends org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary>
    SubjectAreaNodeClient<G>
    Get the subject area glossary API class - use this class to issue glossary calls.
    <P extends org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.Project>
    SubjectAreaNodeClient<P>
    Get the subject area project API class - use this class to issue project calls.
    <T extends org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term>
    SubjectAreaNodeClient<T>
    Get the subject area term API class - use this class to issue term calls.
  • Method Details

    • glossaries

      <G extends org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary> SubjectAreaNodeClient<G> glossaries()
      Get the subject area glossary API class - use this class to issue glossary calls.
      Type Parameters:
      G - type for supplied and return.
      Returns:
      subject area glossary API class
    • terms

      <T extends org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term> SubjectAreaNodeClient<T> terms()
      Get the subject area term API class - use this class to issue term calls.
      Type Parameters:
      T - type for supplied and return.
      Returns:
      subject area term API class
    • categories

      <C extends org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category> SubjectAreaNodeClient<C> categories()
      Get the subject area category API class - use this class to issue category calls.
      Type Parameters:
      C - type for supplied and return.
      Returns:
      subject area category API class
    • projects

      <P extends org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.Project> SubjectAreaNodeClient<P> projects()
      Get the subject area project API class - use this class to issue project calls.
      Type Parameters:
      P - type for supplied and return.
      Returns:
      subject area project API class