org.deegree.services.wcas.protocol
Interface CASSearchResponse

All Known Implementing Classes:
CASSearchResponse_Impl

public interface CASSearchResponse

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.

--------------------------------------------------------------------

Version:
2002-04-16
Author:
Andreas Poth

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

isSuccessful

public boolean isSuccessful()
returns true if the request that underlays the response has been performed successful.


getNumberOfRecords

public int getNumberOfRecords()
returns the number of records contained within all CASSearchResults.


getTimeStamp

public java.sql.Timestamp getTimeStamp()
returns the timestamp when the performing of the request has been finished.


getSearchResults

public CASSearchResult[] getSearchResults()
returns the element 'searchResults'