Content Assembler API 1.0.1

com.endeca.content.ene
Interface ERecListProperty

All Superinterfaces:
Property

public interface ERecListProperty
extends Property

An ERecList property contained within a ContentItem object.

In addition to the ERecList, the ERecListProperty contains the ENEQuery that was used to generate the record list and the corresponding ENEQueryResults. Information associated with the ENEQuery and the ENEQueryResults objects can be used to create a "see-all" query link for the ERecList.

Since:
1.0.1
Version:
1.0.1
See Also:
ContentItem, ContentItem.getProperty(String)

Method Summary
 com.endeca.navigation.ENEQuery getENEQuery()
          Returns the query that was used to generate the ERecList value of this property.
 com.endeca.navigation.ENEQueryResults getENEQueryResults()
          Returns the query results that were generated by the ENEQuery of this property.
 
Methods inherited from interface com.endeca.content.Property
getName, getValue
 

Method Detail

getENEQuery

com.endeca.navigation.ENEQuery getENEQuery()
Returns the query that was used to generate the ERecList value of this property.

Returns:
the ENEQuery object used to generate the ERecList value of this property.

getENEQueryResults

com.endeca.navigation.ENEQueryResults getENEQueryResults()
Returns the query results that were generated by the ENEQuery of this property.

Returns:
the complete ENEQueryResults object generated by the ENEQuery of this property.

Content Assembler API 1.0.1

Copyright © 2008 Endeca Technologies, Inc. All Rights Reserved.
@VERSION
PRODUCT: Content Assembler API (ContentAssemblerAPIJava)
VERSION: 1.0.1
BUILD:   61DEV
ARCH_OS: n/a
DATE:    2008-10-10T07:20:30-0400