public class Response extends Object
| Constructor and Description |
|---|
Response() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorResponse(Properties requestProps,
Repository repository,
String errorMessage) |
String |
getGetRecordResponse(Properties requestProps,
Repository repository,
Record record) |
String |
getIdentifyResponse(Properties requestProps,
Repository repository) |
String |
getListIdentifiersResponse(Properties requestProps,
Repository repository,
ArrayList<Identifier> identifiers,
int cursor,
int total) |
String |
getListMetadataFormatsResponse(Properties requestProps,
Repository repository) |
String |
getListRecordsResponse(Properties requestProps,
Repository repository,
ArrayList<Record> records,
int cursor,
int total) |
String |
getListSetsResponse(Properties requestProps,
Repository repository) |
public String getIdentifyResponse(Properties requestProps, Repository repository) throws MissingRequestParameters, TransformerException
public String getListMetadataFormatsResponse(Properties requestProps, Repository repository) throws MissingRequestParameters, TransformerException
public String getListSetsResponse(Properties requestProps, Repository repository) throws MissingRequestParameters, TransformerException
public String getGetRecordResponse(Properties requestProps, Repository repository, Record record) throws MissingRequestParameters, TransformerException
public String getListRecordsResponse(Properties requestProps, Repository repository, ArrayList<Record> records, int cursor, int total) throws MissingRequestParameters, TransformerException
public String getListIdentifiersResponse(Properties requestProps, Repository repository, ArrayList<Identifier> identifiers, int cursor, int total) throws MissingRequestParameters, TransformerException
public String getErrorResponse(Properties requestProps, Repository repository, String errorMessage) throws TransformerException, MissingRequestParameters
Copyright © 2016. All Rights Reserved.