/usr/share/doc/rt4-doc-html/RT/ObjectScrip.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 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 110 111 112 113 114 | <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="#ScripObj">ScripObj</a></li>
<li><a href="#Neighbors">Neighbors</a></li>
<li><a href="#id">id</a></li>
<li><a href="#Scrip">Scrip</a></li>
<li><a href="#FriendlyStage">FriendlyStage</a></li>
<li><a href="#SetScrip-VALUE">SetScrip VALUE</a></li>
<li><a href="#Stage">Stage</a></li>
<li><a href="#SetStage-VALUE">SetStage 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::ObjectScrip - record representing addition of a scrip to a queue</p>
<h1 id="DESCRIPTION"><a href="#___top">DESCRIPTION</a></h1>
<p>This record is created if you want to add a scrip to a queue or globally.</p>
<p>Inherits methods from <a href="../../../rt/latest/RT/Record/AddAndSort.html">RT::Record::AddAndSort</a>.</p>
<p>For most operations it's better to use methods in <a href="../../../rt/latest/RT/Scrip.html">RT::Scrip</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 scrips can be added to. Now it's only <a href="../../../rt/latest/RT/Queue.html">RT::Queue</a>, so 'RT::Queues' is returned.</p>
<h2 id="ScripObj"><a href="#___top">ScripObj</a></h2>
<p>Returns the Scrip Object which has the id returned by Scrip</p>
<h2 id="Neighbors"><a href="#___top">Neighbors</a></h2>
<p>Stage splits scrips into neighborhoods. See <a href="../../../rt/latest/RT/Record/AddAndSort.html#Neighbors-and-Siblings">"Neighbors and Siblings" in RT::Record::AddAndSort</a>.</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="Scrip"><a href="#___top">Scrip</a></h2>
<p>Returns the current value of Scrip. (In the database, Scrip is stored as int(11).)</p>
<h2 id="FriendlyStage"><a href="#___top">FriendlyStage</a></h2>
<p>Returns a localized human-readable version of the stage.</p>
<h2 id="SetScrip-VALUE"><a href="#___top">SetScrip VALUE</a></h2>
<p>Set Scrip to VALUE. Returns (1, 'Status message') on success and (0, 'Error Message') on failure. (In the database, Scrip will be stored as a int(11).)</p>
<h2 id="Stage"><a href="#___top">Stage</a></h2>
<p>Returns the current value of Stage. (In the database, Stage is stored as varchar(32).)</p>
<h2 id="SetStage-VALUE"><a href="#___top">SetStage VALUE</a></h2>
<p>Set Stage to VALUE. Returns (1, 'Status message') on success and (0, 'Error Message') on failure. (In the database, Stage will be stored as a varchar(32).)</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, 'Status message') on success and (0, 'Error Message') 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, 'Status message') on success and (0, 'Error Message') 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="./../">← Back to index</a>
|