| Package | Description |
|---|---|
| org.gcube.application.framework.oaipmh | |
| org.gcube.application.framework.oaipmh.verbcontainers |
| Modifier and Type | Method and Description |
|---|---|
String |
Response.getGetRecordResponse(Properties requestProps,
Repository repository,
Record record) |
| Modifier and Type | Method and Description |
|---|---|
String |
Response.getListRecordsResponse(Properties requestProps,
Repository repository,
ArrayList<Record> records,
int cursor,
int total) |
| Modifier and Type | Method and Description |
|---|---|
static Element |
GetRecord.formulateGetRecordElement(Record record)
Never call this function! Use Response.getGetRecordResponse() with Record as the input Element.
Simply wraps the created record element into a parent "GetRecord" node.
|
| Modifier and Type | Method and Description |
|---|---|
static Element |
ListRecords.formulateListRecordsElement(ArrayList<Record> records,
int cursor,
int total)
Gets an ArrayList of initialized "Identifier" objects
|
Copyright © 2016. All Rights Reserved.