|
Content Assembler API 2.1.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NavigationRecords
The Property.getValue() for a Property that was configured to use
a NavigationRecords tag.
This interface represents the subset of Navigation necessary
to build a record list from the results.
The results contained in instances of this interface do not necessarily match the results
that are contained in the root ENEQueryResults.getNavigation().
Property,
Property.getValue()| Method Summary | |
|---|---|
com.endeca.navigation.ERecSortKeyList |
getActiveSortKeys()
Gets the sort keys in use for this navigation. |
com.endeca.navigation.AggrERecList |
getAggrERecs()
Gets the composite records associated with this navigation query, which come from the original records consolidated by a rollup key. |
long |
getAggrERecsOffset()
Gets the offset of the first aggregated record in the aggregated record list with respect to the total number of aggregated records in the dataset that match this navigation query. |
long |
getAggrERecsPerPage()
Gets the maximum number of aggregated records that could have been returned from a navigation query. |
com.endeca.navigation.ERecList |
getERecs()
Gets the records associated with this navigation query. |
long |
getERecsOffset()
Gets the offset of the first record in the endeca record list with respect to the total number of records in the dataset that match this navigation query. |
long |
getERecsPerPage()
Gets the maximum number of records that could have been returned from a navigation query. |
com.endeca.navigation.ERecRollupKeyList |
getRollupKeys()
Gets the rollup keys applicable for this navigation. |
com.endeca.navigation.ERecSortKeyList |
getSortKeys()
Gets the sort keys applicable for this navigation. |
long |
getTotalNumAggrERecs()
Gets the total number of aggregated records matching navigation query. |
long |
getTotalNumERecs()
Gets the total number of records matching the navigation query. |
| Method Detail |
|---|
com.endeca.navigation.ERecSortKeyList getSortKeys()
Navigation.getSortKeys()com.endeca.navigation.ERecSortKeyList getActiveSortKeys()
Navigation.getActiveSortKeys()com.endeca.navigation.ERecList getERecs()
Navigation.getERecs()long getERecsOffset()
Navigation.getERecsOffset()long getERecsPerPage()
ENEQuery.getNavNumERecs()long getTotalNumERecs()
Navigation.getTotalNumERecs()com.endeca.navigation.ERecRollupKeyList getRollupKeys()
Navigation.getRollupKeys()com.endeca.navigation.AggrERecList getAggrERecs()
Navigation.getAggrERecs()long getAggrERecsOffset()
Navigation.getAggrERecsOffset()long getAggrERecsPerPage()
ENEQuery.getNavNumAggrERecs()long getTotalNumAggrERecs()
Navigation.getTotalNumAggrERecs()
|
Content Assembler API 2.1.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@VERSION PRODUCT: Content Assembler API (ContentAssemblerAPIJava) VERSION: 2.1.2 BUILD: 54DEV ARCH_OS: n/a DATE: 2012-02-16T20:28:44-0500