com.bea.portal.tools.content.controls
Interface ContentSearchControl
- @ControlInterface
public interface ContentSearchControl 
Control to represent interface to search methods in content mgmt system.
 
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 © 2008 BEA Systems, Inc. All Rights Reserved