Home > Contents > Index >
This tag is a special argument tag to the ASSETSET.GETMULTIPLEVALUES tag that specifies the content of the sort list.
<ASSETSET.SORTLISTENTRY
attributetypename="attribute type"
attributename="attribute name"
[direction="ascending|descending"] />
attributetypename (required)attributename (required)attributetypename) to be added to the sort list.direction (optional) ascending. This tag provides a shorthand way of specifying the sort list to be used in the ASSETSET.GETMULTIPLEVALUES tag. Rather than using the listobject tag family, this set lets the sort list be populated directly as nested tags inside the ASSETSET.GETMULTIPLEVALUEStag.
The rules for the sort list are defined in the ASSETSET.GETMULTIPLEVALUES tag.
The possible values of errno include:
Value |
Description |
|---|---|
-10004 |
A required parameter is missing . |
This example reads two attribute values from the assetset object myassetset, "lumens" and "bulbsize".
<ASSETSET.GETMULTIPLEVALUES NAME="myassetset" PREFIX="ValueList">
<ASSETSET.SORTLISTENTRY attributetypename="PAttributes" attributename="bulbsize"/>
<ASSETSET.SORTLISTENTRY attributetypename="PAttributes" attributename="lumens" DIRECTION="ascending"/>
</ASSETSET.GETMULTIPLEVALUES>
| Home > | Contents > | Index > | ||
|
Oracle XML Tag Reference |
|||