Content Assembler API 2.1.2

com.endeca.content
Interface ContentManager

All Known Implementing Classes:
ENEContentManager

public interface ContentManager

A service for creating and managing dynamic content queries.

ContentManager service objects should be scoped at a global or application level. Specifically, you should not create a new ContentManager instance for each request or query, because these services may contain state information like cached validation schemas or cached content documents. With this in mind, all ContentManager implementations are fully reentrant for both query creation and query execution.

Since:
1.0.0
Version:
1.0.0

Method Summary
 ContentQuery createQuery()
          Creates an empty ContentQuery.
 

Method Detail

createQuery

ContentQuery createQuery()
                         throws ContentException
Creates an empty ContentQuery.

Returns:
an empty ContentQuery.
Throws:
ContentException - if there is a problem creating the query.

Content Assembler API 2.1.2

Copyright © 2012 Endeca Technologies, Inc. All Rights Reserved.
@VERSION
PRODUCT: Content Assembler API (ContentAssemblerAPIJava)
VERSION: 2.1.2
BUILD:   54DEV
ARCH_OS: n/a
DATE:    2012-02-16T20:28:44-0500