Home > Contents > Index >
ASSET.GATHER
Gathers all variables, where the variable matches a column name for the asset, and sets data in the asset instance.
Syntax
<ASSET.GATHERNAME="asset instance object"
[PREFIX="prefix"]
[FIELDLIST="field names"]
[EXCLUDE="true|false"] />
Parameters
NAME (required)
- Name of the asset instance object.
PREFIX (optional)
- First part of the name of all variables and/or lists used by this gather operation. Variables are typically named with the prefix together with the field name. If a delimiter, such as a colon, was used in the creation of the variables that you want to gather, you must use the same delimiter in the gather operation. For example,
Variables.prefix:fieldname
.
FIELDLIST (optional)
- Specifies a comma-separated list of field names that are gathered. Any field in the list that does not exist in the environment is cleared. If this parameter is not specified, then the gather operation searches all local fields in the environment; but if none are found, the existing value is maintained. The following keywords represent groups of attributes:
*
- All fields.LocalFields
- Fields of the asset's primary table.Association-named
- Named associations.Association-unnamed
- Unnamed associations.Publist
- Site (formerly publication) IDs.EXCLUDE (optional)
- When set to
true,
this parameter specifies to scatter all fields except those specified in theFIELDLIST
.
Description
The
ASSET.GATHER
tag performs multiple ASSET.SET operations based on a variable naming convention.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 intomemory).
Home > Contents > Index > Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.