public interface SubjectAreaRelationshipClient<L extends Line> extends SubjectAreaClient<L>
LineEMPTY_FIND_REQUEST| Modifier and Type | Method and Description |
|---|---|
List<L> |
find(String userId,
FindRequest findRequest)
Request to find Glossary Artifacts of the type T.
|
List<L> find(String userId, FindRequest findRequest) throws UnsupportedOperationException
SubjectAreaClientfind in interface SubjectAreaClient<L extends Line>userId - unique identifier for requesting user, under which the request is performed.findRequest - information Glossary Artifact for find calls.UnsupportedOperationException - - this method is until not supportedCopyright © 2018–2020 ODPi. All rights reserved.