ARSperl
view release on metacpan or search on metacpan
html/manual/ds_reference.html view on Meta::CPAN
<HTML>
<HEAD>
<TITLE>ARSperl Manual - Reference Structure</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H2>References Structure</H2>
<PRE>
{
"label" => value of Label, if applicable (string),
"description" => description of reference, if applicable (string),
"type" => type of reference (integer)
"dataType" => either 0 (AR System reference) or 1 (external refrence)
}
</PRE>
<P>If <EM>dataType</EM> is 0 then hash will also contain:</P>
<PRE>
{
"name" => name of this reference (string)
}
</PRE>
<P>If <EM>dataType</EM> is 1 then hash will also contain:</P>
<PRE>
{
"permittedGroups" => <EM>list</EM> of groups (ids) who can access this item
"value" => value of this reference (string)
}
</PRE>
<P>
<HR WIDTH="30%">
<P>
<A HREF="toc.html"><IMG ALT="<--" SRC="arrow.gif" ALIGN=CENTER> Table of Contents </A>
<p>
<address>
© Ian Trimnell 2005 i.d.trimnell@open.ac.uk
</address>
</BODY>
</HTML>
( run in 0.934 second using v1.01-cache-2.11-cpan-39bf76dae61 )