Home > Contents > Index >
assetset:setlistedassets
Builds an assetset from a list of assets.
Syntax
<assetset:setlistedassets name="assetsetname
" [assettypes="assettype
"] assets="listname
" [locale
="localeobject
"] [deptype="exact|exists|none"]/>Parameters
name
(required)- Input and output parameter. As input, name of the assetset object to create on output, representing the list of passed assets.
assettypes
(optional)- Input parameter. Name of a list of asset types to include in building the set. The list has one column called
assettype
. If null, then all assets in the system are considered.
assets
(required)- Input parameter. Name of a list containing the columns
assettype
andassetid
. This list is used to create the assetset.
locale
(optional)- Input parameter. Name of a locale object, which determines sort order.
deptype (optional)
- Specifies the approval dependency. 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.Description
The
assetset:setlistedassets
tag builds an assetset where the assets are described by their type name and asset identifier.
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.