/usr/share/doc/rt4-doc-html/RT/Attributes.html is in rt4-doc-html 4.0.19-1.
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 | <ul id="index">
<li><a href="#NAME">NAME</a></li>
<li><a href="#SYNOPSIS">SYNOPSIS</a></li>
<li><a href="#DESCRIPTION">DESCRIPTION</a></li>
<li><a href="#METHODS">METHODS</a>
<ul>
<li><a href="#Names">Names</a></li>
<li><a href="#Named-STRING">Named STRING</a></li>
<li><a href="#WithId-ID">WithId ID</a></li>
<li><a href="#DeleteEntry-Name-Content-id">DeleteEntry { Name => Content => , id => }</a></li>
<li><a href="#LimitToObject-object">LimitToObject $object</a></li>
<li><a href="#NewItem">NewItem</a></li>
</ul>
</li>
</ul>
<h1 id="NAME"><a href="#___top">NAME</a></h1>
<p>RT::Attributes - collection of RT::Attribute objects</p>
<h1 id="SYNOPSIS"><a href="#___top">SYNOPSIS</a></h1>
<pre><code> use RT::Attributes;
my $Attributes = RT::Attributes->new($CurrentUser);</code></pre>
<h1 id="DESCRIPTION"><a href="#___top">DESCRIPTION</a></h1>
<h1 id="METHODS"><a href="#___top">METHODS</a></h1>
<h2 id="Names"><a href="#___top">Names</a></h2>
<p>Returns a list of the Names of all attributes for this object.</p>
<h2 id="Named-STRING"><a href="#___top">Named STRING</a></h2>
<p>Returns an array of all the RT::Attribute objects with the name STRING</p>
<h2 id="WithId-ID"><a href="#___top">WithId ID</a></h2>
<p>Returns the RT::Attribute objects with the id ID</p>
<p>XXX TODO XXX THIS NEEDS A BETTER ACL CHECK</p>
<h2 id="DeleteEntry-Name-Content-id"><a href="#___top">DeleteEntry { Name => Content => , id => }</a></h2>
<p>Deletes attributes with the matching name and the matching content or id</p>
<p>If Content and id are both undefined, delete all attributes with the matching name.</p>
<h2 id="LimitToObject-object"><a href="#___top">LimitToObject $object</a></h2>
<p>Limit the Attributes to rights for the object $object. It needs to be an RT::Record class.</p>
<h2 id="NewItem"><a href="#___top">NewItem</a></h2>
<p>Returns an empty new RT::Attribute item</p>
<a href="./../">← Back to index</a>
|