com.bea.content.manager
Interface SearchOps

All Superinterfaces
Serializable

Deprecated As of 9.x, replaced by ISearchManager

public interface SearchOps
extends Serializable

SearchOps is used to search over Nodes and Properties and return the Node ids that match the given criteria. The IDs may then be passed to NodeOps.getNodes() to retrieve all Nodes or to paginate.


Method Summary
 ID[] search(Search search)
          Deprecated As of 9.x, replaced by ISearchManager.search(com.bea.content.ContentContext, com.bea.content.expression.Search)
 

Method Detail

search

ID[] search(Search search)
            throws AuthenticationException,
                   AuthorizationException,
                   RepositoryException
Deprecated As of 9.x, replaced by ISearchManager.search(com.bea.content.ContentContext, com.bea.content.expression.Search)

Performs a search with the given parameters.

Parameters
search - - the search parameters (including the expression).
Returns
ID[] - an array of Node ids.
Throws
AuthenticationException - - if the user attempting the operation isn't authenticated against the repository.
AuthorizationException - - if the user attempting the operation is not authorized to perform it.
RepositoryException - - if validation error occurs.


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.