Home > Contents > Index >
OBJECT.TRACK
Tracks an object.
Syntax
<OBJECT.TRACK CLASS="some class name" [DIR="some directory"] REVISIONS="revision information" [ARG1="argment 1"]/>Parameters
CLASS (required)
- Classname of the object.
DIR (optional)
- Directory of the object.
REVISIONS (required)
- Revision information for the object to be tracked.
ARG1 (optional)
- Argument 1.
Description
This tag activates revision tracking for a previously untracked table. The track method should have one of the following prototypes:
public static int Track(ICS ics, string sUploadDir, int iRevisions)
public static int Track(ICS ics, string sUploadDir, int iRevisons, String sArgs1)
Error Numbers
The possible values of
errno
include:
Value Description -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.Example
The following example activates tracking for the
sample
table:<OBJECT.TRACK CLASS="com.openmarket.framework.objects.AbstractObject" DIR="C:Contentsample" REVISIONS="10" ARG1="sample"/>See Also
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.