QueryManagerThis interface encapsulates methods for the management of search queries.
Provides methods for the creation and retrieval of search queries.
Located in /QueryManager.php (line 10)
Creates a new QueryManager object, given an active PersistenceManager.
Creates a new query by specifying the query statement itself.
It is generic enough where people can come up with their own query implemenation. If the query statement is syntactically invalid, an InvalidQueryException is thrown.
Retrieves an existing persistent query.
If node is not a valid persisted query, an InvalidQueryException is thrown. Persistent queries are created by first using QueryManager->createQuery to create a Query object and then calling Query->storeAsNode to persist the query to a location in the workspace.
Documentation generated on Sun, 04 Oct 2009 07:13:12 +0800 by phpDocumentor 1.4.3