public class SchemaAttributesHandler extends Object
| Constructor and Description |
|---|
SchemaAttributesHandler(String serviceName,
String serverName,
OMRSRepositoryConnector repositoryConnector,
String userId,
String schemaTypeGUID,
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<SchemaAttribute> |
getList()
Return the requested list of annotations to the caller.
|
public SchemaAttributesHandler(String serviceName, String serverName, OMRSRepositoryConnector repositoryConnector, String userId, String schemaTypeGUID, 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.schemaTypeGUID - String unique id for containing schema type.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.public List<SchemaAttribute> getList()
Copyright © 2018–2019 ODPi. All rights reserved.