com.bea.portal.tools.content.controls
Interface ContentSearchControl


public interface ContentSearchControl

Control to represent interface to search methods in content mgmt system.


Method Summary
 com.bea.p13n.pagination.SortableFilterablePagedResult<com.bea.content.Node> search(com.bea.content.ContentContext context, com.bea.content.expression.Search search, int pageSize)
          Perform a search in the content repository.
 

Method Detail

search

com.bea.p13n.pagination.SortableFilterablePagedResult<com.bea.content.Node> search(com.bea.content.ContentContext context,
                                                                                   com.bea.content.expression.Search search,
                                                                                   int pageSize)
                                                                                   throws com.bea.content.RepositoryException
Perform a search in the content repository.

Parameters
context - The content context object
search - The search object
pageSize - number of nodes per page in the result
Returns
An paged result set containing the matching nodes that the caller has VIEW privileges on.
Throws
com.bea.content.RepositoryException - if an error happens in search


Copyright © 2006 BEA Systems, Inc. All Rights Reserved