public class NotesHandler extends Object
| Constructor and Description |
|---|
NotesHandler(String serviceName,
String serverName,
OMRSRepositoryConnector repositoryConnector,
String userId,
String noteLogGUID,
int elementStart,
int maxElements)
Construct the asset handler with a link to the property server's connector and this access service's
official name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Note> |
getList()
Return the requested list of annotations to the caller.
|
public NotesHandler(String serviceName, String serverName, OMRSRepositoryConnector repositoryConnector, String userId, String noteLogGUID, int elementStart, int maxElements) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
serviceName - name of this serviceserverName - name of this serverrepositoryConnector - connector to the property server.userId - userId of user making request.noteLogGUID - String unique id for the note log.elementStart - starting element to return (may be so many elements that paging is needed).maxElements - Maximum number of elements to return (may be so many elements that paging is needed).InvalidParameterException - one of the parameters is null or invalid.PropertyServerException - there is a problem retrieving information from the property (metadata) server.UserNotAuthorizedException - the requesting user is not authorized to issue this request.Copyright © 2018–2019 ODPi. All rights reserved.