Interface SubjectAreaNodeClients

    • Method Detail

      • glossaries

        <G extends GlossarySubjectAreaNodeClient<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 TermSubjectAreaNodeClient<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 CategorySubjectAreaNodeClient<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 ProjectSubjectAreaNodeClient<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