Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.2)
E14256-03

Content Management Functions
Function searchNodesWithSort

com.bea.content.Node[] searchNodesWithSort(java.lang.String, java.lang.String, java.lang.Integer)
Description

Retrieve a collection of content nodes by search expression, specifying the maximum number of nodes to return and sort properties.

Examples

Here is an example of the search function call looking for nodes of type 'myType' within a c:set tag, specifying an unlimited number of nodes to return and sorting by two properties:

<c:set var="searchExpression" value="cm_objectClass == 'myType'"/>
<c:set var="nodes" value="${cmfn:searchNodesWithSort(searchExpression,'prop1,prop2',-1)}"/>


Function Information
Function Classcom.bea.content.manager.servlets.functions.NodeRetrievalFunctions
Function Signature com.bea.content.Node[] searchNodesWithSort(java.lang.String, java.lang.String, java.lang.Integer)
Display NameNone


Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.2)
E14256-03

Copyright © 2010, Oracle. All rights reserved.