Class AbstractSubjectAreaRelationship<L extends org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship>
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.client.AbstractSubjectArea<L>
org.odpi.openmetadata.accessservices.subjectarea.client.relationships.AbstractSubjectAreaRelationship<L>
- Type Parameters:
L- inherited fromRelationshipobject type Abstract class for Subject Area client relationship operations
- All Implemented Interfaces:
SubjectAreaClient<L>,SubjectAreaRelationshipClient<L>,org.odpi.openmetadata.commonservices.ffdc.rest.ResponseParameterization<L>
public abstract class AbstractSubjectAreaRelationship<L extends org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship>
extends AbstractSubjectArea<L>
implements SubjectAreaRelationshipClient<L>
-
Field Summary
Fields inherited from class org.odpi.openmetadata.accessservices.subjectarea.client.AbstractSubjectArea
BASE_RELATIONSHIPS_URL, SUBJECT_AREA_BASE_URLFields inherited from interface org.odpi.openmetadata.accessservices.subjectarea.client.SubjectAreaClient
EMPTY_FIND_REQUEST -
Method Summary
Methods inherited from class org.odpi.openmetadata.accessservices.subjectarea.client.AbstractSubjectArea
create, delete, find, find, getByGUID, responseType, restore, updateMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.odpi.openmetadata.commonservices.ffdc.rest.ResponseParameterization
getParameterizedType, resultType
-
Method Details
-
find
public List<L> find(String userId, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.FindRequest findRequest, boolean exactValue, boolean ignoreCase) 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>- Specified by:
findin interfaceSubjectAreaRelationshipClient<L extends org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship>- Overrides:
findin classAbstractSubjectArea<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.
-