|
Content Assembler API 1.0.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.endeca.content.ene.ENEContentQuery
public class ENEContentQuery
An object used for executing content queries.
ENEContentManager.createQuery()| Method Summary | |
|---|---|
ContentResults |
execute()
Executes this query and returns content results. |
com.endeca.navigation.ENEConnection |
getENEConnection()
The ENEConnection to be used when executing this query
and any resulting sub-queries. |
com.endeca.navigation.ENEQuery |
getENEQuery()
The primary ENEQuery to be used when executing
this content query. |
java.lang.String |
getRuleZone()
The rule zone to be used for resolving dynamic content. |
void |
setENEConnection(com.endeca.navigation.ENEConnection pENEConnection)
Specifies the ENEConnection to be used when executing
this query and any resulting sub-queries. |
void |
setENEQuery(com.endeca.navigation.ENEQuery pENEQuery)
Specifies the primary ENEQuery to be used when executing
this content query. |
void |
setRuleZone(java.lang.String pRuleZone)
Specifies the rule zone to be used for resolving dynamic content. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public ContentResults execute()
throws InvalidQueryException,
ContentException
Note that this method will always return an ENEContentResults
object.
execute in interface ContentQueryInvalidQueryException - if this query is invalid.
ContentException - if a query error occurs.public void setRuleZone(java.lang.String pRuleZone)
A rule zone must be specified or a content query will fail.
setRuleZone in interface ContentQuerypRuleZone - the rule zone to be used for resolving dynamic content.public java.lang.String getRuleZone()
getRuleZone in interface ContentQuerypublic void setENEQuery(com.endeca.navigation.ENEQuery pENEQuery)
ENEQuery to be used when executing
this content query. This ENEQuery is executed initially
to trigger content rules, which may then contain sub-query directives
for populating content sections.
pENEQuery - the primary ENEQuery to be used when
executing this query.public com.endeca.navigation.ENEQuery getENEQuery()
ENEQuery to be used when executing
this content query.
ENEQuery to be used when executing
this query.public void setENEConnection(com.endeca.navigation.ENEConnection pENEConnection)
ENEConnection to be used when executing
this query and any resulting sub-queries.
pENEConnection - the ENEConnection to be used when
executing this query and any resulting sub-queries.public com.endeca.navigation.ENEConnection getENEConnection()
ENEConnection to be used when executing this query
and any resulting sub-queries.
ENEConnection to be used when executing
this query and any resulting sub-queries.
|
Content Assembler API 1.0.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@VERSION PRODUCT: Content Assembler API (ContentAssemblerAPIJava) VERSION: 1.0.1 BUILD: 61DEV ARCH_OS: n/a DATE: 2008-10-10T07:20:30-0400