|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface describes the access to the result of a GetRecord request. Notice, because of GetRecord request may addresses different setNames (Full, Summary or Brief) by different queries each result to a query capsulated by a CASSearchResult.
--------------------------------------------------------------------
Method Summary | |
int |
getNumberOfRecords()
returns the number of records contained within all CASSearchResults. |
CASSearchResult[] |
getSearchResults()
returns the element 'searchResults' |
java.sql.Timestamp |
getTimeStamp()
returns the timestamp when the performing of the request has been finished. |
boolean |
isSuccessful()
returns true if the request that underlays the response has been performed successful. |
Method Detail |
public boolean isSuccessful()
public int getNumberOfRecords()
public java.sql.Timestamp getTimeStamp()
public CASSearchResult[] getSearchResults()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |