Home > Contents > Index >
ASSET.LOADREVISION
Loads a previous revision of a revision-tracked asset using the ASSET.LOAD operation.
Syntax
<ASSET.LOADREVISION TYPE="asset type" NAME="object name" OBJECTID="asset ID" REVISION="integer" />Parameters
TYPE (required)
- Type of the asset to load.
NAME (required)
- Object name to assign the loaded asset.
OBJECTID (required)
- Asset ID.
REVISION (required)
- Integer indicating which asset revision to load.
Error Numbers
The possible values of
errno
include:
Value Description -1000 Revision tracking error. -10001 The implementing class is invalid. -10002 There is a missing method for the implementing class. -10003 The method could not be invoked successfully. -10004 A required parameter is missing. -12004 An asset was not found for a specified ID.More specific error numbers are set in
Variables.errdetail
. See errdetail Error Values for more information.
Home > Contents > Index > Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.