public class DimensionSearchResult extends Object
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int index)
Gets the result group at position
index. |
DimensionSearchResultGroup |
getDimensionSearchResultGroup(DimValIdList dimIds)
Gets the dimension result group with ids in the list
dimIds. |
DimensionSearchResultGroup |
getDimensionSearchResultGroup(long dimensionId)
Gets the single-dimension result group with id
dimensionId. |
Map |
getESearchReportsComplete()
Gets the
Map of Lists of ESearchReports for this
dimension search result. |
long |
getNumResultGroups()
Gets the number of result groups.
|
DimensionSearchResultGroupList |
getResults()
Gets the results grouped by dimension roots.
|
SupplementList |
getSupplements()
Gets the supplements to this navigation query result.
|
long |
getTotalNumResults()
Gets the total number of value results found even if not all of them
were returned because of the parameters of the query.
|
public SupplementList getSupplements()
public Map getESearchReportsComplete()
Map of Lists of ESearchReports for this
dimension search result. Returns an empty set if there are no
ESearchReports.Map of Lists of ESearchReport, keyed
by the search term.public DimensionSearchResultGroupList getResults()
public long getTotalNumResults()
public long getNumResultGroups()
public Object get(int index)
index.
The object returned is of type DimensionSearchResultGroup.index.IndexOutOfBoundsException - If the index is out of range.public DimensionSearchResultGroup getDimensionSearchResultGroup(long dimensionId)
dimensionId. Returns null
if no group can be found with this dimension id.dimensionId. Returns null if none
can be found.public DimensionSearchResultGroup getDimensionSearchResultGroup(DimValIdList dimIds)
dimIds. Returns null if no group
can be found with this dimension id.dimIds. Returns null if none
can be found.© 2003, 2017, Oracle and/or its affiliates. All rights reserved.
Oracle and/or its affiliates Confidential