This file is indexed.

/usr/share/doc/rt4-doc-html/RT/ObjectCustomRole.html is in rt4-doc-html 4.4.2-2.

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
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
<ul id="index">
  <li><a href="#NAME">NAME</a></li>
  <li><a href="#DESCRIPTION">DESCRIPTION</a></li>
  <li><a href="#METHODS">METHODS</a>
    <ul>
      <li><a href="#Table">Table</a></li>
      <li><a href="#ObjectCollectionClass">ObjectCollectionClass</a></li>
      <li><a href="#CustomRoleObj">CustomRoleObj</a></li>
      <li><a href="#QueueObj">QueueObj</a></li>
      <li><a href="#Add">Add</a></li>
      <li><a href="#Delete">Delete</a></li>
      <li><a href="#id">id</a></li>
      <li><a href="#CustomRole">CustomRole</a></li>
      <li><a href="#SetCustomRole-VALUE">SetCustomRole VALUE</a></li>
      <li><a href="#ObjectId">ObjectId</a></li>
      <li><a href="#SetObjectId-VALUE">SetObjectId VALUE</a></li>
      <li><a href="#SortOrder">SortOrder</a></li>
      <li><a href="#SetSortOrder-VALUE">SetSortOrder 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>

<h1 id="NAME"><a href="#___top">NAME</a></h1>

<p>RT::ObjectCustomRole - record representing addition of a custom role to a queue</p>

<h1 id="DESCRIPTION"><a href="#___top">DESCRIPTION</a></h1>

<p>This record is created if you want to add a custom role to a queue.</p>

<p>Inherits methods from <a href="../../../rt/latest/RT/Record/AddAndSort.html">RT::Record::AddAndSort</a>.</p>

<p>For most operations it&#39;s better to use methods in <a href="../RT/CustomRole.html">RT::CustomRole</a>.</p>

<h1 id="METHODS"><a href="#___top">METHODS</a></h1>

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

<p>Returns table name for records of this class.</p>

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

<p>Returns class name of collection of records custom roles can be added to. Now it&#39;s only <a href="../../../rt/latest/RT/Queue.html">RT::Queue</a>, so &#39;RT::Queues&#39; is returned.</p>

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

<p>Returns the <a href="../RT/CustomRole.html">RT::CustomRole</a> object with the id returned by <a href="#CustomRole">&quot;CustomRole&quot;</a></p>

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

<p>Returns the <a href="../../../rt/latest/RT/Queue.html">RT::Queue</a> object which this ObjectCustomRole is added to</p>

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

<p>Adds the custom role to the queue and creates (or re-enables) that queue&#39;s role group.</p>

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

<p>Removes the custom role from the queue and disables that queue&#39;s role group.</p>

<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="CustomRole"><a href="#___top">CustomRole</a></h2>

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

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

<p>Set CustomRole to VALUE. Returns (1, &#39;Status message&#39;) on success and (0, &#39;Error Message&#39;) on failure. (In the database, CustomRole will be stored as a int(11).)</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="SortOrder"><a href="#___top">SortOrder</a></h2>

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

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

<p>Set SortOrder to VALUE. Returns (1, &#39;Status message&#39;) on success and (0, &#39;Error Message&#39;) on failure. (In the database, SortOrder 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>