|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MCROAIQuery
| Method Summary | |
|---|---|
boolean |
exists(String id)
Method exists. |
List<Object> |
getRecord(String id,
String metadataPrefix,
String instance)
Method getRecord. |
boolean |
hasMore()
Method hasMore. |
List<String> |
listIdentifiers(String[] set,
String[] from,
String[] until,
String metadataPrefix,
String instance)
Method listIdentifiers. |
List<String> |
listRecords(String[] set,
String[] from,
String[] until,
String metadataPrefix,
String instance)
Method listRecords. |
List<String[]> |
listSets(String instance)
Method listSets. |
| Method Detail |
|---|
boolean exists(String id)
id - The ID to be checked
List<String[]> listSets(String instance)
instance - the Servletinstance
List<String> listIdentifiers(String[] set,
String[] from,
String[] until,
String metadataPrefix,
String instance)
set - the category (if known) is in the first elementfrom - the date (if known) is in the first elementuntil - the date (if known) is in the first elementmetadataPrefix - the requested metadata prefixinstance - the Servletinstance
List<Object> getRecord(String id,
String metadataPrefix,
String instance)
id - The id of the object.metadataPrefix - the requested metadata prefixinstance - the Servletinstance
List<String> listRecords(String[] set,
String[] from,
String[] until,
String metadataPrefix,
String instance)
set - the category (if known) is in the first elementfrom - the date (if known) is in the first elementuntil - the date (if known) is in the first elementmetadataPrefix - the requested metadata prefixinstance - the Servletinstance
boolean hasMore()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||