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

Content Management Functions


Standard Syntax:
     <%@ taglib prefix="cmfn" uri="http://xmlns.oracle.com/webcenter/content/functions" %>

XML Syntax:
     <anyxmlelement xmlns:cmfn="http://xmlns.oracle.com/webcenter/content/functions" />

These JSP function definitions provide easy expression language access to: 1) Search for nodes based on a predefined query syntax and place them in a specified id location. 2) Get a Node based on the path and place it in a specified id location.

Tag Library Information
Display NameContent Management Functions
Version2.0
Short Namecmfn
URIhttp://xmlns.oracle.com/webcenter/content/functions
 

Function Summary
com.bea.content.NodegetNodeByPath( java.lang.String) Retrieve a node by path
com.bea.content.Node[]getRepositoryNodes( java.lang.String) Retrieve all nodes in the root of a repository.
com.bea.content.NodegetNodeById( java.lang.String) Retrieve a node by node ID.
com.bea.content.Node[]searchNodes( java.lang.String, java.lang.Integer) Retrieve a collection of content nodes by search expression, specifying the maximum number of nodes to return.
com.bea.content.Node[]searchNodesWithSort( java.lang.String, java.lang.String, java.lang.Integer) Retrieve a collection of content nodes by search expression, specifying the maximum number of nodes to return and sort properties.
com.bea.content.Node[]searchNodesWithSortAndPath( java.lang.String, java.lang.Integer, java.lang.Boolean, java.lang.String, java.util.Map, java.lang.String) Retrieve a collection of content nodes by search expression, specifying the maximum number of nodes to return, sort properties and specific paths.
com.bea.content.Node[]searchVersions( java.lang.String, java.lang.Integer) Retrieve a collection of content node versions by search expression, specifying the maximum number of versions to return.
com.bea.content.Node[]searchVersionsWithSort( String, Integer, Boolean, String, Map) Retrieve a collection of content node versions by search expression, specifying the maximum number of versions to return, sort properties and specific paths.
 


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.