Class AbstractSubjectAreaRelationship<L extends Relationship>

    • Constructor Detail

      • AbstractSubjectAreaRelationship

        protected AbstractSubjectAreaRelationship​(SubjectAreaRestClient subjectAreaRestClient,
                                                  String resourceUrnName)
    • Method Detail

      • find

        public List<L> find​(String userId,
                            FindRequest findRequest,
                            boolean exactValue,
                            boolean ignoreCase)
        Description copied from interface: SubjectAreaClient
        Request to find Glossary Artifacts of the type T.
        Specified by:
        find in interface SubjectAreaClient<L extends Relationship>
        Specified by:
        find in interface SubjectAreaRelationshipClient<L extends Relationship>
        Overrides:
        find in class AbstractSubjectArea<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.