Interface SubjectAreaRelationshipClient<L extends Relationship>

    • Method Detail

      • find

        List<L> find​(String userId,
                     FindRequest findRequest,
                     boolean exactValue,
                     boolean ignoreCase)
              throws UnsupportedOperationException
        Description copied from interface: SubjectAreaClient
        Request to find Glossary Artifacts of the type T.
        Specified by:
        find in interface SubjectAreaClient<L extends Relationship>
        Parameters:
        userId - unique identifier for requesting user, under which the request is performed.
        findRequest - information Glossary Artifact for find calls.
        exactValue - should the result match exactly?
        ignoreCase - should the match be case insensitive?
        Returns:
        list Glossary Artifacts of the T type relevant in the findRequest information.
        Throws:
        UnsupportedOperationException - - this method is until not supported