Home > Contents > Index >
Template Tag TOC  |   Alpha TOC  |   Tag Family TOC  |   Purpose TOC  |   Annotated TOC  |   Index 

 

OBJECT.DELETEREVISION

Deletes a revision.

Syntax

Parameters

CLASS (required)
Specifies the full name of the implementing class.

OBJECTTYPE (required)
Type of object to be deleted.

OBJECTID (required)
Sites ID of the object to be deleted.

OBJECTVERSION (required)
Version of the object to be deleted.

Description

This tag deletes an existing revision of an object in the revision tracking system.

Error Numbers

The possible values of errno include:

Value
Description
-10001
The implementing class is invalid.
-10004
A required parameter is missing.
-10005
The requested object is not in the object pool (is not loaded into
memory).
-10006
The object ID is not valid.
-10007
The version of the object is not valid.
-10011
Database table is not revision tracked.
-10019
Database table is not an object table.

Example

The following example deletes revision 3 of an object from the revision tracking system.

  Home > Contents > Index >

Oracle XML Tag Reference
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.