L - inherited from Line object type
Abstract class for Subject Area client relationship operationspublic abstract class AbstractSubjectAreaRelationship<L extends Line> extends AbstractSubjectArea<L> implements SubjectAreaRelationshipClient<L>
BASE_RELATIONSHIPS_URL, BASE_URL, client, SUBJECT_AREA_BASE_URLEMPTY_FIND_REQUEST| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSubjectAreaRelationship(SubjectAreaRestClient subjectAreaRestClient,
String resourceUrnName) |
| Modifier and Type | Method and Description |
|---|---|
List<L> |
find(String userId,
FindRequest findRequest)
Request to find Glossary Artifacts of the type T.
|
create, delete, getByGUID, getMethodInfo, restore, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, delete, delete, findAll, getByGUID, purge, replace, restore, update, updategetParametrizedType, typeprotected AbstractSubjectAreaRelationship(SubjectAreaRestClient subjectAreaRestClient, String resourceUrnName)
public List<L> find(String userId, FindRequest findRequest)
SubjectAreaClientfind in interface SubjectAreaClient<L extends Line>find in interface SubjectAreaRelationshipClient<L extends Line>find in class AbstractSubjectArea<L extends Line>userId - unique identifier for requesting user, under which the request is performed.findRequest - information Glossary Artifact for find calls.Copyright © 2018–2020 ODPi. All rights reserved.