E - inherited from Node type
Abstract class for Subject Area client node operationspublic abstract class AbstractSubjectAreaNode<E extends Node> extends AbstractSubjectArea<E> implements SubjectAreaNodeClient<E>
BASE_RELATIONSHIPS_URL, BASE_URL, client, SUBJECT_AREA_BASE_URLEMPTY_FIND_REQUEST| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSubjectAreaNode(SubjectAreaRestClient client,
String baseUrl) |
| Modifier and Type | Method and Description |
|---|---|
List<Line> |
getRelationships(String userId,
String guid,
FindRequest findRequest)
Request to search relationships for current node.
|
create, delete, find, getByGUID, getMethodInfo, responseType, restore, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAllRelationshipscreate, delete, delete, find, findAll, getByGUID, purge, replace, restore, update, updategetParameterizedType, resultTypeprotected AbstractSubjectAreaNode(SubjectAreaRestClient client, String baseUrl)
public List<Line> getRelationships(String userId, String guid, FindRequest findRequest) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
SubjectAreaNodeClientgetRelationships in interface SubjectAreaNodeClient<E extends Node>userId - unique identifier for requesting user, under which the request is performed.guid - unique identifier of the object to which the found objects should relate.findRequest - information object for find calls.InvalidParameterException - one of the parameters is null or invalid.PropertyServerException - something went wrong with the REST call stack.UserNotAuthorizedException - the requesting user is not authorized to issue this request.Copyright © 2018–2020 ODPi. All rights reserved.