public class S_SearchResultObjectData extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
m_DefaultResultClass |
protected Hashtable |
m_ObjectDatas
Contains the objects to be returned.
|
protected Hashtable |
m_Scores
Contains a mapping ContextQualifier names to scores.
|
Modifier | Constructor and Description |
---|---|
protected |
S_SearchResultObjectData(String[] names,
S_LibraryObjectData[] data,
ResultSet rset,
int offset,
Hashtable columnMapping)
construct a S_SearchResultObjectData.
|
Modifier and Type | Method and Description |
---|---|
String |
getDefaultResultClass() |
Hashtable |
getLibraryObjectDatas() |
Hashtable |
getScoreMapping() |
protected Hashtable m_ObjectDatas
protected String m_DefaultResultClass
protected Hashtable m_Scores
protected S_SearchResultObjectData(String[] names, S_LibraryObjectData[] data, ResultSet rset, int offset, Hashtable columnMapping) throws IfsException
data
- the data of the selected objectrset
- the ResultSet of the Searchoffset
- the column offset in the ResultSet, where the score expressions begincolumnMapping
- a mapping from column offsets to CQ.names.IfsException
- if operation fails.Copyright © 2023. All rights reserved.