Interface SubjectAreaRelationshipClient<L extends Relationship>
-
- All Superinterfaces:
SubjectAreaClient<L>
- All Known Implementing Classes:
AbstractSubjectAreaRelationship
public interface SubjectAreaRelationshipClient<L extends Relationship> extends SubjectAreaClient<L>
Client class for subject area relationshipsRelationship
-
-
Field Summary
-
Fields inherited from interface org.odpi.openmetadata.accessservices.subjectarea.client.SubjectAreaClient
EMPTY_FIND_REQUEST
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<L>find(String userId, FindRequest findRequest, boolean exactValue, boolean ignoreCase)Request to find Glossary Artifacts of the type T.
-
-
-
Method Detail
-
find
List<L> find(String userId, FindRequest findRequest, boolean exactValue, boolean ignoreCase) throws UnsupportedOperationException
Description copied from interface:SubjectAreaClientRequest to find Glossary Artifacts of the type T.- Specified by:
findin interfaceSubjectAreaClient<L extends Relationship>- Parameters:
userId- unique identifier for requesting user, under which the request is performed.findRequest- information Glossary Artifact for find calls.- Returns:
- list Glossary Artifacts of the T type relevant in the findRequest information.
- Throws:
UnsupportedOperationException- - this method is until not supported
-
-