|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
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
context
- The content context objectsearch
- The search objectpageSize
- number of nodes per page in the result
com.bea.content.RepositoryException
- if an error happens in search
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |