E - inherited from Node type
Interface for Subject Area client node operationspublic interface SubjectAreaNodeClient<E extends Node> extends SubjectAreaClient<E>
EMPTY_FIND_REQUEST| Modifier and Type | Method and Description |
|---|---|
default List<Line> |
getAllRelationships(String userId,
String guid)
Request to search all relationships for current node.
|
List<Line> |
getRelationships(String userId,
String guid,
FindRequest findRequest)
Request to search relationships for current node.
|
List<Line> getRelationships(String userId, String guid, FindRequest findRequest) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
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.PropertyServerException - something went wrong with the REST call stack.UserNotAuthorizedException - the requesting user is not authorized to issue this request.InvalidParameterException - one of the parameters is null or invalid.default List<Line> getAllRelationships(String userId, String guid) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
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.PropertyServerException - something went wrong with the REST call stack.UserNotAuthorizedException - the requesting user is not authorized to issue this request.InvalidParameterException - one of the parameters is null or invalid.Copyright © 2018–2020 ODPi. All rights reserved.