public class SubjectAreaGlossaryClient<G extends Glossary> extends AbstractSubjectAreaNode<G>
BASE_RELATIONSHIPS_URL, BASE_URL, client, SUBJECT_AREA_BASE_URLEMPTY_FIND_REQUEST| Constructor and Description |
|---|
SubjectAreaGlossaryClient(SubjectAreaRestClient client) |
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
getCategories(String userId,
String guid,
FindRequest findRequest,
Boolean onlyTop)
Get the Categories owned by this glossary.
|
List<Category> |
getCategories(String userId,
String guid,
FindRequest findRequest,
Boolean onlyTop,
Integer maximumPageSizeOnRestCall)
Get the Categories owned by this glossary.
|
List<Term> |
getTerms(String userId,
String guid,
FindRequest findRequest)
Get the Terms owned by this glossary.
|
List<Term> |
getTerms(String userId,
String guid,
FindRequest findRequest,
Integer maximumPageSizeOnRestCall)
Get the Terms owned by this glossary.
|
getRelationships, getRelationshipscreate, delete, find, find, getByGUID, getMethodInfo, responseType, restore, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAllRelationshipscreate, delete, delete, find, find, findAll, findAll, getByGUID, purge, replace, restore, update, updategetParameterizedType, resultTypepublic SubjectAreaGlossaryClient(SubjectAreaRestClient client)
public List<Category> getCategories(String userId, String guid, FindRequest findRequest, Boolean onlyTop) 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. This include pageSize to limit the number of elements returned.onlyTop - when only the top categories (those categories without parents) are returned.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.public List<Category> getCategories(String userId, String guid, FindRequest findRequest, Boolean onlyTop, Integer maximumPageSizeOnRestCall) 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. This include pageSize to limit the number of elements returned.onlyTop - when only the top categories (those categories without parents) are returned.maximumPageSizeOnRestCall - maximum page size that can be specified on a rest callPropertyServerException - 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.public List<Term> getTerms(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. This include pageSize to limit the number of elements returned.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.public List<Term> getTerms(String userId, String guid, FindRequest findRequest, Integer maximumPageSizeOnRestCall) 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. This include pageSize to limit the number of elements returned.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–2021 LF AI & Data Foundation. All rights reserved.