Attributes |
Name | Required | Request-time | Description |
max | false | true |
Limits the maximum number of content items returned. If not present, it returns all of the content items found.
|
sortBy | false | true |
A list of document attributes to sort the content by. The syntax follows the SQL 'order by' clause.
|
contextParams | false | true |
Either a java.util.Map or a semi-colon separated list of name=value pairs of additional parameters to set on the content search. These will be interpreted by the ContentManager.
|
query | true | true |
The content query string to search for.
|
searchPaths | false | true |
The comma-delimited repository search paths on which to execute the query.
|
contentHome | false | true |
Deprecated and no longer used.
|
id | true | false |
The script variable name that contains the array of com.bea.content.Node objects found.
|
useCache | false | true |
Whether to use the Node cache. Should be true or false.
|
cacheScope | false | true |
The cache scope: request, page, session, application
|
cacheId | false | true |
The cache value name; defaults to the id.
|
cacheTimeout | false | true |
How long the content should live in the cache in milliseconds.
|
versionedContent | false | true |
Determines if the content query should search the versioned repository and return versions.
|