This file is indexed.

/usr/share/doc/rt4-doc-html/RT/ObjectClass.html is in rt4-doc-html 4.2.12-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<ul id="index">
  <li>
    <ul>
      <li><a href="#id">id</a></li>
      <li><a href="#Class">Class</a></li>
      <li><a href="#SetClass-VALUE">SetClass VALUE</a></li>
      <li><a href="#ClassObj">ClassObj</a></li>
      <li><a href="#ObjectType">ObjectType</a></li>
      <li><a href="#SetObjectType-VALUE">SetObjectType VALUE</a></li>
      <li><a href="#ObjectId">ObjectId</a></li>
      <li><a href="#SetObjectId-VALUE">SetObjectId VALUE</a></li>
      <li><a href="#Creator">Creator</a></li>
      <li><a href="#Created">Created</a></li>
      <li><a href="#LastUpdatedBy">LastUpdatedBy</a></li>
      <li><a href="#LastUpdated">LastUpdated</a></li>
    </ul>
  </li>
</ul>

<h2 id="id"><a href="#___top">id</a></h2>

<p>Returns the current value of id. (In the database, id is stored as int(11).)</p>

<h2 id="Class"><a href="#___top">Class</a></h2>

<p>Returns the current value of Class. (In the database, Class is stored as int(11).)</p>

<h2 id="SetClass-VALUE"><a href="#___top">SetClass VALUE</a></h2>

<p>Set Class to VALUE. Returns (1, &#39;Status message&#39;) on success and (0, &#39;Error Message&#39;) on failure. (In the database, Class will be stored as a int(11).)</p>

<h2 id="ClassObj"><a href="#___top">ClassObj</a></h2>

<p>Returns the Class Object which has the id returned by Class</p>

<h2 id="ObjectType"><a href="#___top">ObjectType</a></h2>

<p>Returns the current value of ObjectType. (In the database, ObjectType is stored as varchar(255).)</p>

<h2 id="SetObjectType-VALUE"><a href="#___top">SetObjectType VALUE</a></h2>

<p>Set ObjectType to VALUE. Returns (1, &#39;Status message&#39;) on success and (0, &#39;Error Message&#39;) on failure. (In the database, ObjectType will be stored as a varchar(255).)</p>

<h2 id="ObjectId"><a href="#___top">ObjectId</a></h2>

<p>Returns the current value of ObjectId. (In the database, ObjectId is stored as int(11).)</p>

<h2 id="SetObjectId-VALUE"><a href="#___top">SetObjectId VALUE</a></h2>

<p>Set ObjectId to VALUE. Returns (1, &#39;Status message&#39;) on success and (0, &#39;Error Message&#39;) on failure. (In the database, ObjectId will be stored as a int(11).)</p>

<h2 id="Creator"><a href="#___top">Creator</a></h2>

<p>Returns the current value of Creator. (In the database, Creator is stored as int(11).)</p>

<h2 id="Created"><a href="#___top">Created</a></h2>

<p>Returns the current value of Created. (In the database, Created is stored as datetime.)</p>

<h2 id="LastUpdatedBy"><a href="#___top">LastUpdatedBy</a></h2>

<p>Returns the current value of LastUpdatedBy. (In the database, LastUpdatedBy is stored as int(11).)</p>

<h2 id="LastUpdated"><a href="#___top">LastUpdated</a></h2>

<p>Returns the current value of LastUpdated. (In the database, LastUpdated is stored as datetime.)</p>

<a href="./../">&larr; Back to index</a>