Home > Contents > Index >
ASSET.UNDOCHECKOUT
Retracts the checkout of an object.
Syntax
<ASSET.UNDOCHECKOUT
NAME="loaded asset" [REVERT="true|false
"] [FLUSH="true|false
"]/>Parameters
NAME
(required)- Input. Name of the loaded asset. (See
ASSET.LOAD
.)
REVERT (optional)
- Specifies that the asset should revert back to its last committed state. The default value
true
causes the object to revert back to its last committed state. Specifying the valuefalse
removes the checkout lock with out reverting the object back to the last committed state.
FLUSH (optional)
- Flushes the asset from the object pool. A
true
value indicates the object should be flushed. The default value isfalse
.
Description
This tag is used for retracting a checkout of an asset.
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). -10011 Database table is not revision tracked. -10012 Object is not checked out -10018 Unable to undo check out specified objectExample
This checks out an asset for edit and then retracts the checkout.
<ASSET.CHECKOUT type="Page" objectid="Variables.assetid" /> <IF COND="IsError.Variables.errno=false"> <THEN> <ASSET.LOAD NAME="assetToEdit" TYPE="Page" OBJECTID="Variables.assetid" OPTION="editable" /> <ASSET.UNDOCHECKOUT NAME="assetToEdit"/> </THEN> </IF>See Also
ASSET.CHECKIN
ASSET.CHECKOUT
ASSET.LOAD
ASSET.TRACK
ASSET.ROLLBACK
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.