Home > Contents > Index > 
ASSET.SAVEALL
Calls
ASSET.SAVEfor all assets named with the prefix name plus a counter.Syntax
<ASSET.SAVEALL TYPE="asset type" PREFIX="loaded asset name" [INITCOUNT="integer"] [FLUSH="true or false"] />Parameters
TYPE (required)- Type of the asset to save.
PREFIX (required)- Base name of the loaded asset. The object name consists of this value plus a counter incremented by 1.
INITCOUNT (optional)- The initial value of the counter to be appended to the PREFIX value to determine the object name of the loaded asset. The default value is 1.
FLUSH (optional)- If set to
true, the object is flushed from the object pool. The default value isfalse.
Error Numbers
When an error is encountered, other assets are saved. A list of error messages is written to
Variables.errdetailsn, where n is an iterator beginning with 1.The possible values of
errnoinclude:
Example
This example saves the images named image100, image101, image102, etc.
<ASSET.LOADALL IDS="Variables.idlist" TYPE="Image" PREFIX="image" INITCOUNT="100"/> <CSVAR NAME="Variables.errno"/> <ASSET.SAVEALL TYPE="Image" PREFIX="image" INITCOUNT="100"/> <CSVAR NAME="Variables.errno"/>See Also
ASSET.LOADALL
Home > Contents > Index > 
Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.