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


@ControlInterface
public interface ContentSearchControl

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


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

Method Detail

search

SortableFilterablePagedResult<Node> search(ContentContext context,
                                           Search search,
                                           int pageSize)
                                           throws 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
RepositoryException - if an error happens in search


Copyright © 2000, 2009, 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.