org.mycore.services.oai
Interface MCROAIResumptionTokenStore

All Known Implementing Classes:
MCRHIBResumptionTokenStore

public interface MCROAIResumptionTokenStore

Author:
mycore TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Method Summary
 void createResumptionToken(String id, String prefix, String instance, List<?> resultList)
           
 void deleteOutdatedTokens()
           
 String getPrefix(String token)
           
 List<String[]> getResumptionTokenHits(String resumptionTokenID, int requestedSize, int maxResults)
           
 

Method Detail

getResumptionTokenHits

List<String[]> getResumptionTokenHits(String resumptionTokenID,
                                      int requestedSize,
                                      int maxResults)

createResumptionToken

void createResumptionToken(String id,
                           String prefix,
                           String instance,
                           List<?> resultList)

getPrefix

String getPrefix(String token)

deleteOutdatedTokens

void deleteOutdatedTokens()