Content Assembler API 1.0.1
C E G I P S

C

com.endeca.content - package com.endeca.content
Contains the core Content Assembler API.
com.endeca.content.ene - package com.endeca.content.ene
A Navigation API implementation of the core Content Assembler API.
ContentException - Exception in com.endeca.content
Represents a generic exception when interacting with the Content Assembler API.
ContentException() - Constructor for exception com.endeca.content.ContentException
Constructs a ContentException with no message or cause.
ContentException(String) - Constructor for exception com.endeca.content.ContentException
Constructs a ContentException with the specified message.
ContentException(String, Throwable) - Constructor for exception com.endeca.content.ContentException
Constructs a ContentException with the specified message and cause.
ContentException(Throwable) - Constructor for exception com.endeca.content.ContentException
Constructs a ContentException with the specified cause.
ContentItem - Interface in com.endeca.content
A single content item from an instance of a ContentResult object.
ContentManager - Interface in com.endeca.content
A service for creating and managing dynamic content queries.
ContentQuery - Interface in com.endeca.content
An object used for executing content queries.
ContentResults - Interface in com.endeca.content
An object containing the results of an executed ContentQuery.
createQuery() - Method in interface com.endeca.content.ContentManager
Creates an empty ContentQuery.
createQuery() - Method in class com.endeca.content.ene.ENEContentManager
Creates an empty ENEContentQuery.

E

ENEContentManager - Class in com.endeca.content.ene
An implementation of the ContentManager interface.
ENEContentManager() - Constructor for class com.endeca.content.ene.ENEContentManager
Constructs an ENEContentManager.
ENEContentQuery - Class in com.endeca.content.ene
An object used for executing content queries.
ENEContentResults - Class in com.endeca.content.ene
An object containing the results of an executed ContentQuery.
ERecListProperty - Interface in com.endeca.content.ene
An ERecList property contained within a ContentItem object.
execute() - Method in interface com.endeca.content.ContentQuery
Executes this query and returns content results.
execute() - Method in class com.endeca.content.ene.ENEContentQuery
Executes this query and returns content results.

G

getContent() - Method in interface com.endeca.content.ContentResults
Returns the root ContentItem for the content query results or null if no content was found.
getContent() - Method in class com.endeca.content.ene.ENEContentResults
Returns the root ContentItem for the content query results or null if no content was found.
getENEConnection() - Method in class com.endeca.content.ene.ENEContentQuery
The ENEConnection to be used when executing this query and any resulting sub-queries.
getENEQuery() - Method in class com.endeca.content.ene.ENEContentQuery
The primary ENEQuery to be used when executing this content query.
getENEQuery() - Method in interface com.endeca.content.ene.ERecListProperty
Returns the query that was used to generate the ERecList value of this property.
getENEQueryResults() - Method in class com.endeca.content.ene.ENEContentResults
Returns the primary ENEQueryResults resulting from the intitial ENEQuery executed by the content assembler.
getENEQueryResults() - Method in interface com.endeca.content.ene.ERecListProperty
Returns the query results that were generated by the ENEQuery of this property.
getName() - Method in interface com.endeca.content.ContentItem
The name for this content item.
getName() - Method in interface com.endeca.content.Property
Returns the name of this property object.
getProperty(String) - Method in interface com.endeca.content.ContentItem
Returns the Property object associated with the specified key or null if there is no associated Property.
getPropertyList() - Method in interface com.endeca.content.ContentItem
Returns an immutable list of child Property objects.
getPropertyMap() - Method in interface com.endeca.content.ContentItem
Returns an immutable map of child Property objects.
getRuleZone() - Method in interface com.endeca.content.ContentQuery
The rule zone to be used for resolving dynamic content.
getRuleZone() - Method in class com.endeca.content.ene.ENEContentQuery
The rule zone to be used for resolving dynamic content.
getTemplateId() - Method in interface com.endeca.content.ContentItem
The id for the template used to create the content item.
getTemplateType() - Method in interface com.endeca.content.ContentItem
The template type for the content item.
getValue() - Method in interface com.endeca.content.Property
The value for this property object.

I

InitializationException - Exception in com.endeca.content
Represents an unrecoverable exception while initializing a content assembler -- usually during the construction of a ContentManager.
InitializationException() - Constructor for exception com.endeca.content.InitializationException
Constructs a InitializationException with no message or cause.
InitializationException(String) - Constructor for exception com.endeca.content.InitializationException
Constructs a InitializationException with the specified message.
InitializationException(String, Throwable) - Constructor for exception com.endeca.content.InitializationException
Constructs a InitializationException with the specified message and cause.
InitializationException(Throwable) - Constructor for exception com.endeca.content.InitializationException
Constructs a InitializationException with the specified cause.
InvalidQueryException - Exception in com.endeca.content
Indicates that the specified query is invalid and cannot be executed.
InvalidQueryException() - Constructor for exception com.endeca.content.InvalidQueryException
Constructs a InvalidQueryException with no message or cause.
InvalidQueryException(String) - Constructor for exception com.endeca.content.InvalidQueryException
Constructs a InvalidQueryException with the specified message.
InvalidQueryException(String, Throwable) - Constructor for exception com.endeca.content.InvalidQueryException
Constructs a InvalidQueryException with the specified message and cause.
InvalidQueryException(Throwable) - Constructor for exception com.endeca.content.InvalidQueryException
Constructs a InvalidQueryException with the specified cause.
iterator() - Method in interface com.endeca.content.ContentItem
Returns a sequential iterator of child Property objects.

P

Property - Interface in com.endeca.content
A property value contained within a ContentItem object.

S

setDocumentBuilderFactory(DocumentBuilderFactory) - Method in class com.endeca.content.ene.ENEContentManager
An optional setting to override the default DocumentBuilderFactory used when parsing content.
setENEConnection(ENEConnection) - Method in class com.endeca.content.ene.ENEContentQuery
Specifies the ENEConnection to be used when executing this query and any resulting sub-queries.
setENEQuery(ENEQuery) - Method in class com.endeca.content.ene.ENEContentQuery
Specifies the primary ENEQuery to be used when executing this content query.
setRuleZone(String) - Method in interface com.endeca.content.ContentQuery
Specifies the rule zone to be used for resolving dynamic content.
setRuleZone(String) - Method in class com.endeca.content.ene.ENEContentQuery
Specifies the rule zone to be used for resolving dynamic content.
setValidating(boolean) - Method in class com.endeca.content.ene.ENEContentManager
Specifies whether XML validation should be enabled when parsing content.

C E G I P S
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