Home > Contents > Index > 
OBJECT.UNTRACK
Removes tracking on an object.
Syntax
<OBJECT.UNTRACK CLASS="some class name" [ARG1="argument 1"]/>Parameters
CLASS (required)- Class name of the object.
ARG1 (optional)- Argument 1.
Description
This tag deactivates revision tracking on for a previously tracked table. The untrack method should have one of the following prototypes:
public static int Untrack (ICS ics)
public static int Untrack (ICS ics, String sArgs1)Error Numbers
The possible values of
errnoinclude:
Example
The following example deactivates revision tracking on the
sampletable.<OBJECT.UNTRACK CLASS="com.openmarket.framework.objects.AbstractObject" ARG1="sample"/>See Also
Home > Contents > Index > 
Oracle XML Tag Reference
Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.