|
IBM BPM API for Web Service Clients v8.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lombardisoftware.webapi.SearchResults
public class SearchResults
A SearchResults object contains the column meta-data for columns specified in the search and a list of rows containing values for each of the columns ordered by the search ordering. It also contains an element, TotalRowCount, specifying the total number of rows returned by the search for use in paging through the results. TotalRowCount may be greater than the number of rows returned in the search results if the maxRows and/or beginIndex parameter were specified while executing the search.
Constructor Summary | |
---|---|
SearchResults()
|
|
SearchResults(SearchColumnMetaData[] columns,
SearchResultRow[] rows,
int totalRowCount)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
SearchColumnMetaData[] |
getColumns()
Gets the columns value for this SearchResults. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
SearchResultRow[] |
getRows()
Gets the rows value for this SearchResults. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
int |
getTotalRowCount()
Gets the totalRowCount value for this SearchResults. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setColumns(SearchColumnMetaData[] columns)
Sets the columns value for this SearchResults. |
void |
setRows(SearchResultRow[] rows)
Sets the rows value for this SearchResults. |
void |
setTotalRowCount(int totalRowCount)
Sets the totalRowCount value for this SearchResults. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchResults()
public SearchResults(SearchColumnMetaData[] columns, SearchResultRow[] rows, int totalRowCount)
Method Detail |
---|
public SearchColumnMetaData[] getColumns()
public void setColumns(SearchColumnMetaData[] columns)
columns
- public SearchResultRow[] getRows()
public void setRows(SearchResultRow[] rows)
rows
- public int getTotalRowCount()
public void setTotalRowCount(int totalRowCount)
totalRowCount
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
IBM BPM API for Web Service Clients v8.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |