Home > Contents > Index >  
Template Tags TOC   |    Alpha TOC   |    Tag Family TOC   |    Purpose TOC   |    Annotated TOC   |    Index 

 

asset:reorder

This tag reorders the specified member asset references of an asset.

Syntax

Parameters

<
name (required)
Input. Name assigned the previously created or loaded asset.

list (required)
Input. The list of member assets to remove. The list must contain the columns: memberid and oldmember. Every member specified has its ordinal position adjusted according to the 'oldmember' column. For example, if a one row list is provided with 'memberid', 1234 and 'oldmember' is 2345, then the ordinal position of asset 1234 should become the ordinal position of member 2345. (It is presumed that the reorder list specifies a self-consistent set of reorders)

field (required)
Input. The asset's attribute name in which to store the member assets. Legal values in include Association-unnamed, Association-named or the name of any attribute which accepts multiple asset references.

Description

This tag reorders member asset referneces of an asset.

Error Numbers

The possible values of errno include:

Value
Description
-10004
A required parameter is missing.
-10005
The requested object is not in the object pool (is not loaded into memory).
-12007
The list did not have correct columns.
-12070
Asset was not fully loaded. Tag requires asset:LOAD with editable flag to fully load asset.

Example

See Also

asset:load
asset:addmembers
asset:cantakeaction
asset:changeref
asset:children
asset:childtypes
asset:removemembers
asset:save

   Home > Contents > Index >

Oracle JSP Tag Reference
Copyright (c) 2013, 2016 Oracle and/or its affiliates. All rights reserved.