Home > Contents > Index > 
ACL.LIST
Queries the database and retrieves a list of ACLs that meet the specified criteria. It creates a list of ACLs of one type.
Syntax
<ACL.LIST LIST="Name of List" [ORDER="List of Field Names"]/> <ACL.ARGUMENT NAME="ARGUMENT NAME" VALUE="ARGUMENT VALUE"/> </ACL.LIST>Parameters
LIST (required)- Specifies the name of the list in the list pool. This is the same list pool used by other Sites tags that generate lists. If a list exists with the same name, it is replaced by the new list.
ORDER (optional)- Specifies a comma-separated list of field names that should be used to order the list of ACLs.
Description
This tag builds a list of objects that meet the specified criteria. The criteria are a list of name/value pairs, which must be present in the object.
Error Numbers
The possible values of
errnoinclude:
Example
The following example lists all ACLs with a cataccess column equal to 1:
<ACL.LIST LIST="List2"/> <ACL.ARGUMENT NAME="cataccess" VALUE="1"/> <ACL.LIST/>See Also
Home > Contents > Index > 
Oracle XML Tag Reference
Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.