fedora.server.search
Interface FieldSearchResult

All Known Implementing Classes:
FieldSearchResultSQLImpl

public interface FieldSearchResult

Title: FieldSearchResult.java

Description:

Version:
$Id: FieldSearchResult.java 3966 2005-04-21 13:33:01Z rlw $
Author:
cwilper@cs.cornell.edu

Method Summary
 long getCompleteListSize()
           
 long getCursor()
           
 java.util.Date getExpirationDate()
           
 java.lang.String getToken()
           
 java.util.List objectFieldsList()
           
 

Method Detail

objectFieldsList

java.util.List objectFieldsList()

getToken

java.lang.String getToken()

getCursor

long getCursor()

getCompleteListSize

long getCompleteListSize()

getExpirationDate

java.util.Date getExpirationDate()