|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mycore.services.oai.MCROAIQueryImpl
public class MCROAIQueryImpl
| Constructor Summary | |
|---|---|
MCROAIQueryImpl()
Method MCROAIQueryService. |
|
| 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.Gets a list of identifiers |
List<String> |
listRecords(String[] set,
String[] from,
String[] until,
String metadataPrefix,
String instance)
Method listRecords.Gets a list of metadata records |
List<String[]> |
listSets(String instance)
Method listSets. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MCROAIQueryImpl()
| Method Detail |
|---|
public boolean exists(String id)
exists in interface MCROAIQueryid - The ID to be checked
public List<String[]> listSets(String instance)
listSets in interface MCROAIQueryclassificationId - instance - the Servletinstance
public List<String> listIdentifiers(String[] set,
String[] from,
String[] until,
String metadataPrefix,
String instance)
listIdentifiers in interface MCROAIQueryset - 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
public List<Object> getRecord(String id,
String metadataPrefix,
String instance)
getRecord in interface MCROAIQueryid - The id of the object.metadataPrefix - the requested metadata prefixinstance - the Servletinstance
public List<String> listRecords(String[] set,
String[] from,
String[] until,
String metadataPrefix,
String instance)
listRecords in interface MCROAIQueryset - 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
public boolean hasMore()
hasMore in interface MCROAIQuery
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||