org.deegree.services.wcas.protocol
Interface CASSearchResult

All Known Implementing Classes:
CASSearchResult_Impl

public interface CASSearchResult

The interface describes the access to a part of the result of a GetRecord request. The part of a GetRecord request capsulated by a CASSearchResult is defined by one of the queries defined within.

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

Version:
2002-04-16
Author:
Andreas Poth

Method Summary
 java.lang.String getElementSetName()
          returns the name of the element set the result data contains
 int getNumberOfRecords()
          returns the number of records contained within the CASSearchResults.
 java.lang.Object getResultData()
          returns the reslut of the query
 java.lang.String getSchema()
          returns the name of the schema the response data are formated at.
 java.lang.String[] getSearchParameter()
          returns the search parameters that leads to this result.
 boolean isSuccessful()
          returns true if the request that underlays the CASSearchResult has been performed successful.
 

Method Detail

getSearchParameter

public java.lang.String[] getSearchParameter()
returns the search parameters that leads to this result.


getResultData

public java.lang.Object getResultData()
returns the reslut of the query


getElementSetName

public java.lang.String getElementSetName()
returns the name of the element set the result data contains


isSuccessful

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


getNumberOfRecords

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


getSchema

public java.lang.String getSchema()
returns the name of the schema the response data are formated at.