Home > Contents > Index >
asset:rollback
Rolls back an object to a previous revision.
Syntax
<asset:rollback
type="
asset type
"
objectid="asset id" revision="revision number"/>Parameters
type (required)
- Input. The asset type of the asset to check out.
objectid (required)
- Input. The asset id of the asset to check out
revision (required)
- Specifies the target revision number of the object for the roll back.
Description
This tag rolls back an object to a specified revision.
Error Numbers
The possible values of
errno
include:
Value Description -10002 There is a missing method for the implementing class. -10003 The method could not be invoked successfully. -10004 A required parameter is missing. -10006 The object ID is not valid. -10011 Table is not revision tracked -10012 Asset is not checked out -10017 Unable to rollback specified objectExample
This rolls back an asset to version 2.
<asset:rollback type="Article" objectid='<%=ics.GetVar("assetid")%>' revisoin="2"/>See Also
asset:checkin
asset:checkout
asset:load
asset:loadrevision
asset:track
asset:undocheckout
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.