Db-Documentum

 view release on metacpan or  search on metacpan

Documentum.html  view on Meta::CPAN

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Db::Documentum - Documentum API interface for Perl.</title>
<link rev="made" href="mailto:" />
</head>

<body style="background-color: white">

<p><a name="__index__"></a></p>
<!-- INDEX BEGIN -->

<ul>

	<li><a href="#name">NAME</a></li>
	<li><a href="#synopsis">SYNOPSIS</a></li>
	<li><a href="#description">DESCRIPTION</a></li>
	<li><a href="#warranty">WARRANTY</a></li>
	<li><a href="#license">LICENSE</a></li>
	<li><a href="#authors">AUTHORS</a></li>
	<li><a href="#see_also">SEE ALSO</a></li>
</ul>
<!-- INDEX END -->

<hr />
<p>
</p>
<h1><a name="name">NAME</a></h1>
<p>Db::Documentum - Documentum API interface for Perl.</p>
<p>
</p>
<hr />
<h1><a name="synopsis">SYNOPSIS</a></h1>
<pre>
        use Db::Documentum qw(:all);</pre>
<pre>
        scalar = dmAPIGet(&lt;method&gt;);
        $sessionID = dmAPIGet(&quot;connect,docbase,username,password&quot;);</pre>
<pre>
        scalar = dmAPIExec(&lt;method&gt;);
        $rv = dmAPIExec(&quot;next,c,$collection_id&quot;);</pre>
<pre>
        scalar = dmAPISet(&lt;method&gt;,&lt;value&gt;);
        $api_stat = dmAPISet(&quot;set,c,last,object_name&quot;,&quot;My Document&quot;);</pre>
<pre>
    See scripts in /etc for more examples.</pre>
<p>
</p>
<hr />
<h1><a name="description">DESCRIPTION</a></h1>
<p>The <strong>Db::Documentum</strong> module provides a Perl interface to
the client API libraries for the Documentum Enterprise Document
Management System (EDMS98/4i/5). You must have already
obtained the necessary libraries and purchased the necessary
licenses from Documentum before you can build this module. For
more information on Documentum, see <em><a href="http://www.documentum.com/">http://www.documentum.com/</a></em></p>
<p>This module provides an interface to the three listed API
functions: <strong>dmAPIGet</strong>, <strong>dmAPIExec</strong>, and <strong>dmAPISet</strong>. For most purposes,
these are the only functions you need to use, as the bulk of the
API is implemented as server methods accessed by one of the API
commands. <strong>dmAPIExec</strong> returns a scalar (1 or 0) which can be evaluated



( run in 2.043 seconds using v1.01-cache-2.11-cpan-df04353d9ac )