Interface SubjectAreaRelationshipClient<L extends org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship>
- All Superinterfaces:
SubjectAreaClient<L>
- All Known Implementing Classes:
AbstractSubjectAreaRelationship
public interface SubjectAreaRelationshipClient<L extends org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship>
extends SubjectAreaClient<L>
Client class for subject area relationships
Relationship-
Field Summary
Fields inherited from interface org.odpi.openmetadata.accessservices.subjectarea.client.SubjectAreaClient
EMPTY_FIND_REQUEST -
Method Summary
-
Method Details
-
find
List<L> find(String userId, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.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 org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.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
-