|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
--------------------------------------------------------------------
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 |
public java.lang.String[] getSearchParameter()
public java.lang.Object getResultData()
public java.lang.String getElementSetName()
public boolean isSuccessful()
public int getNumberOfRecords()
public java.lang.String getSchema()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |