Home > Contents > Index >
assetset:setasset
Builds an asset set from a single asset.
Syntax
<assetset:setasset name="assetsetname
" type="assettype
" id="assetid
" [deptype="exact|exists|none"]/>Parameters
name
(required)- Input and output parameter. As input, name of the assetset object that holds the specified values on output.
type
(required)- Input parameter. Internal asset name.
id
(required)- Input parameter. Asset identifier.
deptype (optional)
- Specifies whether approval dependency is
exact
,exists
ornone
.
Legal values are:
exact --
Specifies a version dependency. The version of the dependent asset must be equal to the version of the asset when it was approved.exists --
Specifies that any version of the asset satisfies the dependency condition.none (default)--
Specifies no approval dependency.Example
<!-- Get attributes for the specified product. --> String aid = ics.GetVar("id") <assetset:setasset name="as" type="products" id="id"/>
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.