mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Reverting to Englishcvs update
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129882 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3d4e591571
commit
9d4667b37f
56 changed files with 464 additions and 559 deletions
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<section id="hwapi.installation">
|
||||
&reftitle.install;
|
||||
&reftitle.install;
|
||||
<para>
|
||||
Après avoir installé le SDK Hyperwave, compilez PHP avec l'option
|
||||
After installing the Hyperwave SDK, configure PHP with
|
||||
<option role="configure">--with-hwapi[=DIR]</option>.
|
||||
</para>
|
||||
</section>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-attribute-key">
|
||||
<refnamediv>
|
||||
<refname>hw_api_attribute->key</refname>
|
||||
<refpurpose>Retourne la clé d'un attribut</refpurpose>
|
||||
<refpurpose>Returns key of the attribute</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,11 +13,10 @@
|
|||
<methodparam><type>void</type><parameter></parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<methodname>key</methodname> retourne le nom de l'attribut.
|
||||
Returns the name of the attribute.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_attribute_value</function>.
|
||||
See also <function>hwapi_attribute_value</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-attribute-langdepvalue">
|
||||
<refnamediv>
|
||||
<refname>hw_api_attribute->langdepvalue</refname>
|
||||
<refpurpose>Retourne la valeur d'un attribut dans une langue</refpurpose>
|
||||
<refpurpose>Returns value for a given language</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,12 +13,10 @@
|
|||
<methodparam><type>string</type><parameter>language</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api_attribute->langdepvalue</function> retourne la valeur
|
||||
de l'attribut dans la langue <parameter>language</parameter>.
|
||||
Returns the value in the given language of the attribute.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_attribute_value</function>.
|
||||
See also <function>hwapi_attribute_value</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,24 +1,23 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-attribute-value">
|
||||
<refnamediv>
|
||||
<refname>hw_api_attribute->value</refname>
|
||||
<refpurpose>Retourne la valeur de l'attribut HW</refpurpose>
|
||||
<refpurpose>Returns value of the attribute</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>hw_api_attribute->value</methodname>
|
||||
<type>string</type><methodname>value</methodname>
|
||||
<methodparam><type>void</type><parameter></parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api_attribute->value</function> retourne la valeur de l'attribut.
|
||||
Returns the value of the attribute.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_attribute_key</function> et
|
||||
<function>hwapi_attribute_values</function>.
|
||||
See also <function>hwapi_attribute_key</function>,
|
||||
<function>hwapi_attribute_values</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-attribute-values">
|
||||
<refnamediv>
|
||||
<refname>hw_api_attribute->values</refname>
|
||||
<refpurpose>
|
||||
Retourne toutes les valeurs de l'attribut sous la forme d'un tableau de chaînes
|
||||
</refpurpose>
|
||||
<refpurpose>Returns all values of the attribute</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -15,12 +13,10 @@
|
|||
<methodparam><type>void</type><parameter></parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api_attribute->values</function> retourne toutes
|
||||
les valeurs de l'attribut sous la forme d'un tableau de chaînes.
|
||||
Returns all values of the attribute as an array of strings.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_attribute_value</function>.
|
||||
See also <function>hwapi_attribute_value</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-attribute">
|
||||
<refnamediv>
|
||||
<refname>hw_api_attribute</refname>
|
||||
<refpurpose>Crée une nouvelle instance de la classe hw_api_attribute</refpurpose>
|
||||
<refpurpose>Creates instance of class hw_api_attribute</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -14,10 +14,7 @@
|
|||
<methodparam choice="opt"><type>string</type><parameter>value</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api_attribute->attribute</function>
|
||||
crée une nouvelle instance de la classe
|
||||
hw_api_attribute avec le nom <parameter>name</parameter>
|
||||
et la valeur <parameter>value</parameter>.
|
||||
Creates a new instance of hw_api_attribute with the given name and value.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-checkin">
|
||||
<refnamediv>
|
||||
<refname>hw_api->checkin</refname>
|
||||
<refpurpose>Archive un objet</refpurpose>
|
||||
<refpurpose>Checks in an object</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,72 +13,70 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<methodname>hw_api->checkin</methodname> archive un objet ou
|
||||
une hiérarchie d'objets. Le paramètre obligatoire
|
||||
<parameter>parameter</parameter> contient un 'objectIdentifier'
|
||||
et les éléments optionnels 'version', 'comment', 'mode' et
|
||||
'objectQuery'. 'version' spécifie la version de l'objet.
|
||||
Elle est constituée de version majeure et mineure, séparée par des
|
||||
virgules. Si une version n'existe pas, la version mineure est incrémentée.
|
||||
'mode' peut être l'une des constantes suivantes :
|
||||
This function checks in an object or a whole hiearchie of objects.
|
||||
The parameters array contains the required element
|
||||
'objectIdentifier' and the optional element 'version', 'comment', 'mode'
|
||||
and
|
||||
'objectQuery'. 'version' sets the version of the object. It consists of
|
||||
the major and minor version separated by a period. If the version is not
|
||||
set, the minor version is incremented. 'mode' can be one of the following
|
||||
values:
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><constant>HW_API_CHECKIN_NORMAL</constant></term>
|
||||
<term>HW_API_CHECKIN_NORMAL</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Archive et valide l'objet. L'objet doit être un document.
|
||||
Checks in and commits the object. The object must be a document.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><constant>HW_API_CHECKIN_RECURSIVE</constant></term>
|
||||
<term>HW_API_CHECKIN_RECURSIVE</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Si l'objet à archiver est une collection, tous les fils seront
|
||||
vérifié récursivement, si ils sont des documents. Tenter d'archiver
|
||||
une collectoin générera une erreur.
|
||||
If the object to check in is a collection, all children will be
|
||||
checked in recursively if they are documents. Trying to check in
|
||||
a collection would result in an error.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><constant>HW_API_CHECKIN_FORCE_VERSION_CONTROL</constant></term>
|
||||
<term>HW_API_CHECKIN_FORCE_VERSION_CONTROL</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Archive un objet même si il ne passe pas sous le contrôle de
|
||||
versions.
|
||||
Checks in an object even if it is not under version control.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><constant>HW_API_CHECKIN_REVERT_IF_NOT_CHANGED</constant></term>
|
||||
<term>HW_API_CHECKIN_REVERT_IF_NOT_CHANGED</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Vérifie si il existe une version différente de la dernière version.
|
||||
A moins que cela ne soit le cas, l'objet sera alors archivé.
|
||||
Check if the new version is different from the last version. Unless
|
||||
this is the case the object will be checked in.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><constant>HW_API_CHECKIN_KEEP_TIME_MODIFIED</constant></term>
|
||||
<term>HW_API_CHECKIN_KEEP_TIME_MODIFIED</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Conserve la date de modification du plus récent objet.
|
||||
Keeps the time modified from the most recent object.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><constant>HW_API_CHECKIN_NO_AUTO_COMMIT</constant></term>
|
||||
<term>HW_API_CHECKIN_NO_AUTO_COMMIT</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
L'objet n'est pas automatiquement validé lors de l'archivage.
|
||||
The object is not automatically commited on checkin.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_checkout</function>.
|
||||
See also <function>hwapi_checkout</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-checkout">
|
||||
<refnamediv>
|
||||
<refname>hw_api->checkout</refname>
|
||||
<refpurpose>Extrait un objet</refpurpose>
|
||||
<refpurpose>Checks out an object</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,17 +13,16 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<methodname>hw_api->checkout</methodname> extrait un objet ou
|
||||
toute une hiérarchie d'objets. Le paramètre <parameter>parameter</parameter>
|
||||
contient l'élément obligatoire 'objectIdentifier' et les éléments
|
||||
optionnels 'version', 'mode' et 'objectQuery'. 'mode' peut prendre l'une des
|
||||
valeurs suivantes :
|
||||
This function checks out an object or a whole hiearchie of objects.
|
||||
The parameters array contains the required element
|
||||
'objectIdentifier' and the optional element 'version', 'mode'
|
||||
and 'objectQuery'. 'mode' can be one of the following values:
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><constant>HW_API_CHECKIN_NORMAL</constant></term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Extrait un objet. L'objet doit être un document.
|
||||
Checks out an object. The object must be a document.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -31,17 +30,16 @@
|
|||
<term><constant>HW_API_CHECKIN_RECURSIVE</constant></term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Si l'objet à extraire est une collection, tous les fils seront
|
||||
extraits récursivement, si ce sont des documents. Extraire une
|
||||
collection générera une erreur.
|
||||
If the object to check out is a collection, all children will be
|
||||
checked out recursively if they are documents. Trying to check out
|
||||
a collection would result in an error.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_checkin</function>.
|
||||
See also <function>hwapi_checkin</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-children">
|
||||
<refnamediv>
|
||||
<refname>hw_api->children</refname>
|
||||
<refpurpose>Retourne le fils d'un objet</refpurpose>
|
||||
<refpurpose>Returns children of an object</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,19 +13,19 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api->children</function> retrouve le fils d'une collection
|
||||
ou l'attribut d'un document. Le fils peut être ensuite filtré en
|
||||
spécifiant une requête d'objet. Le paramètre <parameter>parameter</parameter>
|
||||
contient les éléments requis 'objectIdentifier' et les éléments
|
||||
optionnels 'attributeSelector' et 'objectQuery'.
|
||||
Retrieves the children of a collection or the attributes of a document.
|
||||
The children can be further filtered by specifying an object query.
|
||||
The parameter array
|
||||
contains the required elements 'objectIdentifier' and the optional
|
||||
elements 'attributeSelector' and 'objectQuery'.
|
||||
</para>
|
||||
<para>
|
||||
La valeur retournée est un tableau d'objets de type
|
||||
<classname>HW_API_Object</classname> ou
|
||||
The return value is an array of objects of type
|
||||
<classname>HW_API_Object</classname> or
|
||||
<classname>HW_API_Error</classname>.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi <function>hwapi_parents</function>.
|
||||
See also <function>hwapi_parents</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-content-mimetype">
|
||||
<refnamediv>
|
||||
<refname>hw_api_content->mimetype</refname>
|
||||
<refpurpose>Retourne le type MIME</refpurpose>
|
||||
<refpurpose>Returns mimetype</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,7 +13,7 @@
|
|||
<methodparam><type>void</type><parameter></parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<methodname>hw_api_content->mimetype</methodname> retourne le type MIME du contenu.
|
||||
Returns the mimetype of the content.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-content-read">
|
||||
<refnamediv>
|
||||
<refname>hw_api_content->read</refname>
|
||||
<refpurpose>Lit le contenu</refpurpose>
|
||||
<refpurpose>Read content</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -14,8 +14,8 @@
|
|||
<methodparam><type>integer</type><parameter>len</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api_content->read</function> lit <parameter>len</parameter> octets dans le
|
||||
buffer <parameter>buffer</parameter>.
|
||||
Reads <parameter>len</parameter> bytes from the content into the given
|
||||
buffer.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-content">
|
||||
<refnamediv>
|
||||
<refname>hw_api->content</refname>
|
||||
<refpurpose>Retourne le contenu d'un objet</refpurpose>
|
||||
<refpurpose>Returns content of an object</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,22 +13,19 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api->content</function> retourne le contenu d'un
|
||||
document sous la forme d'un objet de type
|
||||
<classname>hw_api_content</classname>. Le paramètre
|
||||
<parameter>parameter</parameter> est un tableau qui contient
|
||||
l'élément obligatoire 'objectidentifier' et l'élément optionnel
|
||||
'mode'. Le mode peut être l'une des constantes suivantes :
|
||||
This function returns the content of a document as an object of type
|
||||
<classname>hw_api_content</classname>. The parameter array
|
||||
contains the required elements 'objectidentifier' and the optional
|
||||
element 'mode'. The mode can be one of the constants
|
||||
<constant>HW_API_CONTENT_ALLLINKS</constant>,
|
||||
<constant>HW_API_CONTENT_REACHABLELINKS</constant> ou
|
||||
<constant>HW_API_CONTENT_REACHABLELINKS</constant> or
|
||||
<constant>HW_API_CONTENT_PLAIN</constant>.
|
||||
<constant>HW_API_CONTENT_ALLLINKS</constant> signifie qu'il faut insérer
|
||||
toutes les ancres même si la destination n'est pas accessible.
|
||||
<constant>HW_API_CONTENT_REACHABLELINKS</constant> indique à
|
||||
<function>hw_api_content</function> qu'il faut insérer uniquement les
|
||||
destinations accessibles, et
|
||||
<constant>HW_API_CONTENT_PLAIN</constant> conduit à un document sans
|
||||
aucun liens.
|
||||
<constant>HW_API_CONTENT_ALLLINKS</constant> means to insert all
|
||||
anchors even if the destination is not reachable.
|
||||
<constant>HW_API_CONTENT_REACHABLELINKS</constant> tells
|
||||
<function>hw_api_content</function> to insert only reachable links and
|
||||
<constant>HW_API_CONTENT_PLAIN</constant> will lead to
|
||||
document without any links.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-copy">
|
||||
<refnamediv>
|
||||
|
@ -13,17 +13,15 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api->copy</function> fait une copie physique incluant
|
||||
le contenu éventuel, et retourne un nouvel objet, ou un objet d'erreur.
|
||||
Le paramètre <parameter>parameter</parameter> est un tableau, qui
|
||||
contient les éléments obligatoires 'objectIdentifier' et
|
||||
'destinationParentIdentifier' et l'élément optionnel
|
||||
'attributeSelector'.
|
||||
This function will make a physical copy including the content if it
|
||||
exists and returns the new object or an error object.
|
||||
The parameter array contains the
|
||||
required elements 'objectIdentifier' and 'destinationParentIdentifier'.
|
||||
The optional parameter is 'attributeSelector'`
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_move</function> et
|
||||
<function>hwapi_link</function>.
|
||||
See also <function>hwapi_move</function>,
|
||||
<function>hwapi_link</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-dbstat">
|
||||
<refnamediv>
|
||||
<refname>hw_api->dbstat</refname>
|
||||
<refpurpose>Retourne des statistiques sur le serveur de bases</refpurpose>
|
||||
<refpurpose>Returns statistics about database server</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,13 +13,11 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>dbstat</function> retourne des statistiques sur le serveur de bases.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_dcstat</function>,
|
||||
<function>hwapi_hwstat</function> et
|
||||
<function>hwapi_ftstat</function>.
|
||||
See also <function>hwapi_dcstat</function>,
|
||||
<function>hwapi_hwstat</function>,
|
||||
<function>hwapi_ftstat</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-dcstat">
|
||||
<refnamediv>
|
||||
<refname>hw_api->dcstat</refname>
|
||||
<refpurpose>Retourne des statistiques sur le serveur de cache de document</refpurpose>
|
||||
<refpurpose>Returns statistics about document cache server</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,14 +13,11 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api->dcstat</function> retourne des statistiques sur
|
||||
le serveur de cache de document.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_hwstat</function>,
|
||||
<function>hwapi_dbstat</function> et
|
||||
<function>hwapi_ftstat</function>.
|
||||
See also <function>hwapi_hwstat</function>,
|
||||
<function>hwapi_dbstat</function>,
|
||||
<function>hwapi_ftstat</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-dstanchors">
|
||||
<refnamediv>
|
||||
<refname>hw_api->dstanchors</refname>
|
||||
<refpurpose>Liste toutes les ancres de destination</refpurpose>
|
||||
<refpurpose>Returns a list of all destination anchors</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,14 +13,13 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api->dstanchors</function> liste toutes les ancres de
|
||||
destination. Le paramètre <parameter>parameter</parameter> contient
|
||||
l'élément obligatoire 'objectIdentifier' et les éléments optionnels
|
||||
'attributeSelector' et 'objectQuery'.
|
||||
Retrieves all destination anchors of an object. The parameter array
|
||||
contains
|
||||
the required element 'objectIdentifier' and the optional elements
|
||||
'attributeSelector' and 'objectQuery'.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_srcanchors</function>.
|
||||
See also <function>hwapi_srcanchors</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-dstofsrcanchors">
|
||||
<refnamediv>
|
||||
<refname>hw_api->dstofsrcanchors</refname>
|
||||
<refpurpose>Retourne la destination d'une ancre source</refpurpose>
|
||||
<refpurpose>Returns destination of a source anchor</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,18 +13,15 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api->dstofsrcanchors</function> retourne l'objet de destination
|
||||
sur lequel pointe l'ancre source spécifiée. L'objet de destination
|
||||
peut être une ancre de destination ou un document entier.
|
||||
Le paramètre <parameter>parameter</parameter> contient
|
||||
l'élément obligatoire 'objectIdentifier' et le paramètre optionnel
|
||||
'attributeSelector'.
|
||||
Retrieves the destination object pointed by the specified source anchors.
|
||||
The destination object can either be a destination anchor or a whole
|
||||
document. The parameters array contains the required element
|
||||
'objectIdentifier' and the optional element 'attributeSelector'.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_srcanchors</function>,
|
||||
<function>hwapi_dstanchors</function> et
|
||||
<function>hwapi_objectbyanchor</function>.
|
||||
See also <function>hwapi_srcanchors</function>,
|
||||
<function>hwapi_dstanchors</function>,
|
||||
<function>hwapi_objectbyanchor</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-error-count">
|
||||
<refnamediv>
|
||||
<refname>hw_api_error->count</refname>
|
||||
<refpurpose>Retourne le nombre de raisons d'erreurs</refpurpose>
|
||||
<refpurpose>Returns number of reasons</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,12 +13,10 @@
|
|||
<methodparam><type>void</type><parameter></parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api_error->count</function> retourne le nombre
|
||||
de raisons d'erreurs.
|
||||
Returns the number of error reasons.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_error_reason</function>.
|
||||
See also <function>hwapi_error_reason</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,23 +1,22 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-error-reason">
|
||||
<refnamediv>
|
||||
<refname>hw_api_error->reason</refname>
|
||||
<refpurpose>Retourne la première raison d'erreur</refpurpose>
|
||||
<refpurpose>Returns reason of error</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>hw_api_error->reason</methodname>
|
||||
<type>object</type><methodname>reason</methodname>
|
||||
<methodparam><type>void</type><parameter></parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api_error->reason</function> retourne la première raison d'erreur.
|
||||
Returns the first error reason.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_error_count</function>.
|
||||
See also <function>hwapi_error_count</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-find">
|
||||
<refnamediv>
|
||||
<refname>hw_api->find</refname>
|
||||
<refpurpose>Recherche des objets</refpurpose>
|
||||
<refpurpose>Search for objects</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,19 +13,17 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api->find</function> recherche des objets grâce à
|
||||
leur clé d'exécution et/ou grâce à une requête en texte plein. Les
|
||||
objets trouvés peuvent alors être filtrés à nouveau par une requête
|
||||
optionnelle. Les objets sont triés par importance. La seconde
|
||||
opération de recherche est relativement lente, et ses résultats peuvent
|
||||
être limités à certaines valeurs. Cela permet de réaliser des recherches
|
||||
incrémentales, chacune retournant un sous ensemble de tous les
|
||||
documents trouvés, en partant d'un index donné. Le paramètre
|
||||
<parameter>parameter</parameter> est un tableau qui contient les
|
||||
éléments obligatoires 'objectquery', 'scope', 'lanugages' et
|
||||
'attributeselector'. En cas de recherche incrémentale, les éléments
|
||||
optionnels 'startIndex', 'numberOfObjectsToGet' et 'exactMatchUnit'
|
||||
peuvent aussi être passés.
|
||||
This functions searches for objects either by executing a key or/and full
|
||||
text query. The found objects can further be filtered by an optional
|
||||
object query. They are sorted by their importance. The second search
|
||||
operation is relatively slow and its result can be limited to a certain
|
||||
number of hits. This allows to perform an incremental search, each
|
||||
returning just a subset of all found documents, starting at a given
|
||||
index. The parameter array contains the 'keyquery' or/and 'fulltextquery'
|
||||
depending on who you would like to search. Optional parameters are
|
||||
'objectquery', 'scope', 'lanugages' and 'attributeselector'. In case of
|
||||
an incremental search the optional parameters 'startIndex',
|
||||
numberOfObjectsToGet' and 'exactMatchUnit' can be passed.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-ftstat">
|
||||
<refnamediv>
|
||||
<refname>hw_api->ftstat</refname>
|
||||
<refpurpose>Retourne des statistiques sur le serveur de textes</refpurpose>
|
||||
<refpurpose>Returns statistics about fulltext server</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,13 +13,11 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>ftstat</function> retourne des statistiques sur le serveur de textes.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_dcstat</function>,
|
||||
<function>hwapi_dbstat</function> et
|
||||
<function>hwapi_hwstat</function>.
|
||||
See also <function>hwapi_dcstat</function>,
|
||||
<function>hwapi_dbstat</function>,
|
||||
<function>hwapi_hwstat</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-hgcsp">
|
||||
<refnamediv>
|
||||
<refname>hwapi_hgcsp</refname>
|
||||
<refpurpose>Retourne un objet de classe hw_api</refpurpose>
|
||||
<refpurpose>Returns object of class hw_api</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -14,14 +14,12 @@
|
|||
<methodparam choice="opt"><type>int</type><parameter>port</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hwapi_hgcsp</function> ouvre une connexion
|
||||
au serveur Hyperwave sur l'hôte
|
||||
<parameter>hostname</parameter>. Le protocole utilisé est
|
||||
HGCSP. Si vous l'omettez, le port 418 sera utilisé.
|
||||
Opens a connection to the Hyperwave server on host
|
||||
<parameter>hostname</parameter>. The protocol used is HGCSP.
|
||||
If you do not pass a port number, 418 is used.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_hwtp</function>.
|
||||
See also <function>hwapi_hwtp</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-hwstat">
|
||||
<refnamediv>
|
||||
<refname>hw_api->hwstat</refname>
|
||||
<refpurpose>Retourne les statistiques sur le serveur Hyperwave</refpurpose>
|
||||
<refpurpose>Returns statistics about Hyperwave server</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,14 +13,11 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<methodname>hwstat</methodname>
|
||||
</para>
|
||||
<function>hwstat</function> retourne les statistiques sur le serveur Hyperwave.
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_dcstat</function>,
|
||||
<function>hwapi_dbstat</function> et
|
||||
<function>hwapi_ftstat</function>.
|
||||
See also <function>hwapi_dcstat</function>,
|
||||
<function>hwapi_dbstat</function>,
|
||||
<function>hwapi_ftstat</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-identify">
|
||||
<refnamediv>
|
||||
<refname>hw_api->identify</refname>
|
||||
<refpurpose>S'identifie auprès du serveur Hyperwave</refpurpose>
|
||||
<refpurpose>Log into Hyperwave Server</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,14 +13,13 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api->identify</function> s'identifie auprès du serveur
|
||||
Hyperwave. Le paramètre <parameter>parameter</parameter> est un tableau
|
||||
qui contient les éléments obligatoires 'username' et 'password'.
|
||||
Logs into the Hyperwave Server. The parameter array must contain the
|
||||
elements 'username' und 'password'.
|
||||
</para>
|
||||
<para>
|
||||
La valeur retournée sera un objet du type
|
||||
<classname>HW_API_Error</classname> si l'identification a échoué,
|
||||
ou bien &true; si cela a fonctionné.
|
||||
The return value will be an object of type
|
||||
<classname>HW_API_Error</classname> if identification failed or TRUE
|
||||
if it was successful.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-info">
|
||||
<refnamediv>
|
||||
<refname>hw_api->info</refname>
|
||||
<refpurpose>Retourne des information sur la configuration du serveur</refpurpose>
|
||||
<refpurpose>Returns information about server configuration</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,15 +13,12 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api->info</function> retourne des information sur la configuration
|
||||
du serveur.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_dcstat</function>,
|
||||
<function>hwapi_dbstat</function>,
|
||||
<function>hwapi_ftstat</function> et
|
||||
<function>hwapi_hwstat</function>.
|
||||
See also <function>hwapi_dcstat</function>,
|
||||
<function>hwapi_dbstat</function>,
|
||||
<function>hwapi_ftstat</function>,
|
||||
<function>hwapi_hwstat</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-insert">
|
||||
<refnamediv>
|
||||
<refname>hw_api->insert</refname>
|
||||
<refpurpose>Insère un nouvel objet</refpurpose>
|
||||
<refpurpose>Inserts a new object</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,34 +13,33 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api->insert</function> insère un nouvel objet. Le type
|
||||
d'objet peut être user, group, document ou anchor. Suivant le type
|
||||
de l'autre objet, des attributs supplémentaires doivent être assignés.
|
||||
Le paramètre <parameter>parameter</parameter> est un tableau qui contient
|
||||
les élément obligatoires 'object' et 'content' (si l'objet est un
|
||||
document) et les éléments optionnels 'parameters', 'mode' et 'attributeSelector'.
|
||||
'object' doit contenir tous les attributs de l'objet.
|
||||
'parameters' est un objet, qu contient les attributs supplémentaires,
|
||||
comme ceux de destination (attribut 'Parent'). 'content' est une
|
||||
combinaison des constantes suivantes :
|
||||
Insert a new object. The object type can be user, group, document or
|
||||
anchor. Depending on the type other object attributes has to be set.
|
||||
The parameter array contains the required elements 'object' and 'content'
|
||||
(if the object is a document) and the optional parameters 'parameters',
|
||||
'mode' and 'attributeSelector'. The 'object' must contain all attributes
|
||||
of the object. 'parameters' is an object as well holding futher
|
||||
attributes like the destination (attribute key is 'Parent'). 'content' is
|
||||
the content of the document. 'mode' can be a
|
||||
combination of the following flags:
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><constant>HW_API_INSERT_NORMAL</constant></term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
L'object est inseré sur le serveur.
|
||||
The object in inserted into the server.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><constant>HW_API_INSERT_FORCE-VERSION-CONTROL</constant></term>
|
||||
<term><constant>HW_API_INSERT_FORCE_VERSION_CONTROL</constant></term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><constant>HW_API_INSERT_AUTOMATIC-CHECKOUT</constant></term>
|
||||
<term><constant>HW_API_INSERT_AUTOMATIC_CHECKOUT</constant></term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
|
@ -70,8 +69,7 @@
|
|||
</variablelist>
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_replace</function>.
|
||||
See also <function>hwapi_replace</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-insertanchor">
|
||||
<refnamediv>
|
||||
<refname>hw_api->insertanchor</refname>
|
||||
<refpurpose>Insère un nouvel objet de type ancre</refpurpose>
|
||||
<refpurpose>Inserts a new object of type anchor</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,23 +13,23 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api->insertanchor</function> est un raccourci pour
|
||||
<function>hwapi_insert</function>. Elle insère un objet de type
|
||||
ancre ('anchor') et assigne les attribus nécessaires.
|
||||
Le paramètre <parameter>parameter</parameter> contient les éléments obligatoires
|
||||
'object' et 'documentIdentifier' et les éléments optionnels
|
||||
'destinationIdentifier', 'parameter', 'hint' et 'attributeSelector'.
|
||||
L'élément 'documentIdentifier' spécifie le document d'insertion de l'ancre.
|
||||
La cible de l'ancre est spécifiée par 'destinationIdentifier' si il
|
||||
existe. Si la cible n'existe pas, l'élément 'hint' doit être configuré
|
||||
avec le nom de l'objet qui est prévu pour être inséré ultérieurement.
|
||||
Une fois que l'insertion a été faite, la cible sera résolue automatiquement.
|
||||
This function is a shortcut for <function>hwapi_insert</function>. It
|
||||
inserts an object of type anchor and sets some of the attributes
|
||||
required
|
||||
for an anchor. The parameter array contains the required elements
|
||||
'object' and 'documentIdentifier' and the optional elements
|
||||
'destinationIdentifier', 'parameter', 'hint' and 'attributeSelector'.
|
||||
The 'documentIdentifier'
|
||||
specifies the document where the anchor shall be inserted. The target of
|
||||
the anchor is set in 'destinationIdentifier' if it already exists. If the
|
||||
target does not exists the element 'hint' has to be set to the name of
|
||||
object which is supposed to be inserted later. Once it is inserted the
|
||||
anchor target is resolved automatically.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_insertdocument</function>,
|
||||
<function>hwapi_insertcollection</function> et
|
||||
<function>hwapi_insert</function>.
|
||||
See also <function>hwapi_insertdocument</function>,
|
||||
<function>hwapi_insertcollection</function>,
|
||||
<function>hwapi_insert</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-insertcollection">
|
||||
<refnamediv>
|
||||
<refname>hw_api->insertcollection</refname>
|
||||
<refpurpose>Insère un nouvel objet de type collection</refpurpose>
|
||||
<refpurpose>Inserts a new object of type collection</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,20 +13,18 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api->insertcollection</function> est un raccourci pour la fonction
|
||||
<function>hwapi_insert</function>. Elle insère un objet de type
|
||||
collection et lui assigne certains attributs obligatoires.
|
||||
<parameter>parameter</parameter> est un tableau qui contient
|
||||
les éléments obligatoires 'object' et 'parentIdentifier', et les
|
||||
éléments optionnels 'parameter' et 'attributeSelector'. Voyez
|
||||
<function>hwapi_insert</function> pour connaitre le détails de chaque
|
||||
élément.
|
||||
This function is a shortcut for <function>hwapi_insert</function>. It
|
||||
inserts an object of type collection and sets some of the attributes
|
||||
required
|
||||
for a collection. The parameter array contains the required elements
|
||||
'object' and 'parentIdentifier' and the optional elements
|
||||
'parameter' and 'attributeSelector'. See
|
||||
<function>hwapi_insert</function> for the meaning of each element.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_insertdocument</function>,
|
||||
<function>hwapi_insertanchor</function> et
|
||||
<function>hwapi_insert</function>.
|
||||
See also <function>hwapi_insertdocument</function>,
|
||||
<function>hwapi_insertanchor</function>,
|
||||
<function>hwapi_insert</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-insertdocument">
|
||||
<refnamediv>
|
||||
<refname>hw_api->insertdocument</refname>
|
||||
<refpurpose>Insère un nouvel objet de type document</refpurpose>
|
||||
<refpurpose>Inserts a new object of type document</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,20 +13,17 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api->insertdocument</function> est un raccourci pour
|
||||
<function>hwapi_insert</function>. Il insère un objet avec un contenu
|
||||
et assigne certains attributs obligatoires. Le paramètre
|
||||
<parameter>parameter</parameter> est un tableau qui contient
|
||||
les éléments obligatoires 'object', 'parentIdentifier' et 'content' et
|
||||
les éléments optionnels 'mode', 'parameter' et 'attributeSelector'.
|
||||
Voyez <function>hwapi_insert</function> pour la signification de chacun
|
||||
des éléments.
|
||||
This function is a shortcut for <function>hwapi_insert</function>. It
|
||||
inserts an object with content and sets some of the attributes required
|
||||
for a document. The parameter array contains the required elements
|
||||
'object', 'parentIdentifier' and 'content' and the optional elements
|
||||
'mode', 'parameter' and 'attributeSelector'. See
|
||||
<function>hwapi_insert</function> for the meaning of each element.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_insert</function>
|
||||
<function>hwapi_insertanchor</function> et
|
||||
<function>hwapi_insertcollection</function>.
|
||||
See also <function>hwapi_insert</function>
|
||||
<function>hwapi_insertanchor</function>,
|
||||
<function>hwapi_insertcollection</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,31 +1,28 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-link">
|
||||
<refnamediv>
|
||||
<refname>hw_api->link</refname>
|
||||
<refpurpose>Crée un lien avec un objet</refpurpose>
|
||||
<refpurpose>Creates a link to an object</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>hw_api->link</methodname>
|
||||
<type>object</type><methodname>link</methodname>
|
||||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api->link</function> crée un lien avec un objet.
|
||||
Accéder à ce lien revient à accéder à l'objet vers lequel il pointe.
|
||||
Le paramètre <parameter>parameter</parameter> contient les
|
||||
éléments obligatoires de 'objectIdentifier' et 'destinationParentIdentifier'.
|
||||
'destinationParentIdentifier' est la collection de destination.
|
||||
Creates a link to an object. Accessing this link is like accessing the
|
||||
object to links points to. The parameter array contains the required
|
||||
elements 'objectIdentifier' and 'destinationParentIdentifier'.
|
||||
'destinationParentIdentifier' is the target collection.
|
||||
</para>
|
||||
<para>
|
||||
<function>hw_api->link</function> retourne &true; en cas de succès,
|
||||
et sinon, un objet d'erreur.
|
||||
The function returns &true; on success or an error object.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_copy</function>.
|
||||
See also <function>hwapi_copy</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-lock">
|
||||
<refnamediv>
|
||||
<refname>hw_api->lock</refname>
|
||||
<refpurpose>Verrouille un objet</refpurpose>
|
||||
<refpurpose>Locks an object</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,22 +13,21 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api->lock</function> verrouille un objet pour le faire
|
||||
éditer exclusivement par l'utilisateur qui appelle cette fonction.
|
||||
L'objet ne peut être déverrouillé que par cet utilisateur ou par le
|
||||
système. Le paramètre <parameter>parameter</parameter> est un tableau
|
||||
qui contient l'élément obligatoire 'objectIdentifier' et les paramètres
|
||||
optionnels 'mode' et 'objectquery'. 'mode' détermine comment l'objet
|
||||
est verrouillé. <constant>HW_API_LOCK_NORMAL</constant> signifie que le
|
||||
'objet est verrouillé jusqu'à son déverrouillage.
|
||||
<constant>HW_API_LOCK_RECURSIVE</constant> est uniquement valide pour une collection
|
||||
et verrouille tous les objets de la collexion et des sous-collections.
|
||||
<constant>HW_API_LOCK_SESSION</constant> signifie que l'objet est verrouillé
|
||||
aussi longtemps que tient la session en cours.
|
||||
Locks an object for exclusive editing by the user calling this function.
|
||||
The object can be only unlocked by this user or the sytem user. The
|
||||
parameter array contains the required element 'objectIdentifier' and the
|
||||
optional parameters 'mode' and 'objectquery'.
|
||||
'mode' determines how an object is locked.
|
||||
<constant>HW_API_LOCK_NORMAL</constant> means,
|
||||
an object is locked until it is unlocked.
|
||||
<constant>HW_API_LOCK_RECURSIVE</constant>
|
||||
is only valid for collection and locks all objects
|
||||
within th collection und possible subcollections.
|
||||
<constant>HW_API_LOCK_SESSION</constant> means, an
|
||||
object is locked only as long as the session is valid.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_unlock</function>.
|
||||
See also <function>hwapi_unlock</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-move">
|
||||
<refnamediv>
|
||||
<refname>hw_api->move</refname>
|
||||
<refpurpose>Déplace un objet d'une collection à l'autre</refpurpose>
|
||||
<refpurpose>Moves object between collections</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,12 +13,9 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api->move</function> déplace un objet d'une collection
|
||||
à l'autre.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hw_objrec2array</function>.
|
||||
See also <function>hw_objrec2array</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-new-content">
|
||||
<refnamediv>
|
||||
<refname>hw_api->content</refname>
|
||||
<refpurpose>Crée une nouvelle instance de la classe hw_api_content</refpurpose>
|
||||
<refname>hw_api_content</refname>
|
||||
<refpurpose>Create new instance of class hw_api_content</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -14,8 +14,8 @@
|
|||
<methodparam><type>string</type><parameter>mimetype</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api-></function> crée un nouvel objet de contenu à partir de la chaîne
|
||||
<parameter>content</parameter>. Le type MIME utilisé est
|
||||
Creates a new content object from the string
|
||||
<parameter>content</parameter>. The mimetype is set to
|
||||
<parameter>mimetype</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-object-assign">
|
||||
<refnamediv>
|
||||
<refname>hw_api_object->assign</refname>
|
||||
<refpurpose>Clone un objet</refpurpose>
|
||||
<refpurpose>Clones object</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,7 +13,7 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api_object->assign</function> clone les attributs d'un objet.
|
||||
Clones the attributes of an object.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-object-attreditable">
|
||||
<refnamediv>
|
||||
<refname>hw_api_object->attreditable</refname>
|
||||
<refpurpose>Vérifie si un attribut est éditable</refpurpose>
|
||||
<refpurpose>Checks whether an attribute is editable</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,8 +13,6 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api_object->attreditable</function> vérifie si un
|
||||
attribut est éditable.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-object-count">
|
||||
<refnamediv>
|
||||
<refname>hw_api_object->count</refname>
|
||||
<refpurpose>Retourne le nombre d'attributs</refpurpose>
|
||||
<refpurpose>Returns number of attributes</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,7 +13,6 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api_object->count</function> retourne le nombre d'attributs.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,26 +1,23 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-object-insert">
|
||||
<refnamediv>
|
||||
<refname>hw_api_object->insert</refname>
|
||||
<refpurpose>Insère un nouvel attribut HyperWave</refpurpose>
|
||||
<refpurpose>Inserts new attribute</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>hw_api_object->insert</methodname>
|
||||
<type>bool</type><methodname>insert</methodname>
|
||||
<methodparam><type>object</type><parameter>attribute</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api_object->insert</function> ajoute l'attribut
|
||||
<parameter>attribute</parameter> à l'objet courant.
|
||||
<function>hw_api_object->insert</function>
|
||||
retourne &true; en cas de succès, et sinon, &false;.
|
||||
Adds an attribute to the object. Returns &true; on success and otherwise
|
||||
&false;.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_object_remove</function>.
|
||||
See also <function>hwapi_object_remove</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-object-new">
|
||||
<refnamediv>
|
||||
<refname>hw_api_object</refname>
|
||||
<refpurpose>Crée une nouvelle instance de la classe hw_api_object</refpurpose>
|
||||
<refpurpose>Creates a new instance of class hw_api_object</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,12 +13,9 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api_object</function> crée une nouvelle instance
|
||||
de la classe <classname>hw_api_object</classname>.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_lock</function>.
|
||||
See also <function>hwapi_lock</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,26 +1,23 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-object-remove">
|
||||
<refnamediv>
|
||||
<refname>hw_api_object->remove</refname>
|
||||
<refpurpose>Supprime un attribut HyperWave</refpurpose>
|
||||
<refpurpose>Removes attribute</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>hw_api_object->remove</methodname>
|
||||
<type>bool</type><methodname>remove</methodname>
|
||||
<methodparam><type>string</type><parameter>name</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api_object->remove</function> supprime l'attribut
|
||||
de nom <parameter>name</parameter> dans l'objet courant.
|
||||
<function>hw_api_object->remove</function> retourne &true; en
|
||||
cas de succès, et &false; sinon.
|
||||
Removes the attribute with the given name. Returns &true; on success
|
||||
and otherwise &false;.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_object_insert</function>.
|
||||
See also <function>hwapi_object_insert</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-object-title">
|
||||
<refnamediv>
|
||||
<refname>hw_api_object->title</refname>
|
||||
<refpurpose>Retourne le titre de l'attribut</refpurpose>
|
||||
<refpurpose>Returns the title attribute</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-object-value">
|
||||
<refnamediv>
|
||||
<refname>hw_api_object->value</refname>
|
||||
<refpurpose>Retourne la valeur de l'attribut</refpurpose>
|
||||
<refpurpose>Returns value of attribute</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,8 +13,8 @@
|
|||
<methodparam><type>string</type><parameter>name</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api_object->value</function> retourne la valeur de l'attribut
|
||||
<parameter>name</parameter>, ou bien &false; si une erreur est survenue.
|
||||
Returns the value of the attribute with the given name or &false; if an
|
||||
error occured.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-object">
|
||||
<refnamediv>
|
||||
<refname>hw_api->object</refname>
|
||||
<refpurpose>Lit les informations d'attribut</refpurpose>
|
||||
<refpurpose>Retrieve attribute information</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,22 +13,20 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api->object</function> lit les informations d'attributs
|
||||
d'un objet de n'importe quelle version. Elle ne retournera pas le
|
||||
contenu du document. Le paramètre <parameter>parameter</parameter>
|
||||
est un tableau qui contient l'élément obligatoire
|
||||
'objectIdentifier' et les éléments optionnels
|
||||
'attributeSelector' et 'version'.
|
||||
This function retrieves the attribute information of an object of any
|
||||
version. It will not return the document content. The parameter array
|
||||
contains the required elements 'objectIdentifier' and the optional
|
||||
elements 'attributeSelector' and 'version'.
|
||||
</para>
|
||||
<para>
|
||||
L'objet retourné est une instance de la classe
|
||||
<classname>HW_API_Object</classname> en cas de succès ou
|
||||
<classname>HW_API_Error</classname> en cas d'erreur.
|
||||
The returned object is an instance of class
|
||||
<classname>HW_API_Object</classname> on success or
|
||||
<classname>HW_API_Error</classname> if an error occured.
|
||||
</para>
|
||||
<para>
|
||||
Cet exemple simple lit un objet et vérifie les erreurs.
|
||||
This simple example retrieves an object and checks for errors.
|
||||
<example>
|
||||
<title>Lit un objet Hyperwave et le vérifie</title>
|
||||
<title>Retrieve an object</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
@ -37,17 +35,17 @@ function handle_error($error) {
|
|||
echo "Type: <B>";
|
||||
switch($reason->type()) {
|
||||
case 0:
|
||||
echo "Erreur";
|
||||
echo "Error";
|
||||
break;
|
||||
case 1:
|
||||
echo "Alerte";
|
||||
echo "Warning";
|
||||
break;
|
||||
case 2:
|
||||
echo "Message";
|
||||
break;
|
||||
}
|
||||
echo "</B><BR>\n";
|
||||
echo "Description : ".$reason->description("en")."<BR>\n";
|
||||
echo "Description: ".$reason->description("en")."<BR>\n";
|
||||
}
|
||||
|
||||
function list_attr($obj) {
|
||||
|
@ -75,8 +73,7 @@ list_attr($root);
|
|||
</example>
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_content</function>.
|
||||
See also <function>hwapi_content</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-objectbyanchor">
|
||||
<refnamediv>
|
||||
<refname>hw_api->objectbyanchor</refname>
|
||||
<refpurpose>Retourne l'objet propriétaire d'une ancre</refpurpose>
|
||||
<refpurpose>Returns the object an anchor belongs to</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,16 +13,14 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api->objectbyanchor</function> retourne l'objet qui contient
|
||||
une ancre donnée. Le paramètre <parameter>parameter</parameter> est un
|
||||
tableau qui contient l'élément obligatoire 'objectIdentifier' et
|
||||
l'élément optionnel 'attributeSelector'.
|
||||
This function retrieves an object the specified anchor belongs to.
|
||||
The parameter array contains the required element 'objectIdentifier' and
|
||||
the optional element 'attributeSelector'.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_dstofsrcanchor</function>,
|
||||
<function>hwapi_srcanchors</function> et
|
||||
<function>hwapi_dstanchors</function>.
|
||||
See also <function>hwapi_dstofsrcanchor</function>,
|
||||
<function>hwapi_srcanchors</function>,
|
||||
<function>hwapi_dstanchors</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-parents">
|
||||
<refnamediv>
|
||||
<refname>hw_api->parents</refname>
|
||||
<refpurpose>Retourne le parent d'un objet</refpurpose>
|
||||
<refpurpose>Returns parents of an object</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,20 +13,18 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api->parents</function> lit le parent d'un objet.
|
||||
Le parent peut être filtrés en spécifiant un objet de requête.
|
||||
Le paramètre <parameter>parameter</parameter> est un tableau qui
|
||||
contient l'élément obligatoire 'objectidentifier' et les
|
||||
éléments optionnels 'attributeselector' et 'objectquery'.
|
||||
Retrieves the parents of an object. The parents can be further filtered by
|
||||
specifying an object query. The parameter array
|
||||
contains the required elements 'objectidentifier' and the
|
||||
optional elements 'attributeselector' and 'objectquery'.
|
||||
</para>
|
||||
<para>
|
||||
La valeur retournée est un tableau d'objets de type
|
||||
<classname>HW_API_Object</classname> ou
|
||||
The return value is an array of objects of type
|
||||
<classname>HW_API_Object</classname> or
|
||||
<classname>HW_API_Error</classname>.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_children</function>.
|
||||
See also <function>hwapi_children</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-reason-description">
|
||||
<refnamediv>
|
||||
<refname>hw_api_reason->description</refname>
|
||||
<refpurpose>Retourne la description d'une raison</refpurpose>
|
||||
<refpurpose>Returns description of reason</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,8 +13,7 @@
|
|||
<methodparam><type>void</type><parameter></parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api_reason->description</function> retourne la description
|
||||
d'une raison.
|
||||
Returns the description of a reason
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-reason-type">
|
||||
<refnamediv>
|
||||
<refname>hw_api_reason->type</refname>
|
||||
<refpurpose>Retourne le type de raison</refpurpose>
|
||||
<refpurpose>Returns type of reason</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,7 +13,7 @@
|
|||
<methodparam><type>void</type><parameter></parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api_reason->type</function> retourne le type de raison.
|
||||
Returns the type of a reason.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-remove">
|
||||
<refnamediv>
|
||||
<refname>hw_api->remove</refname>
|
||||
<refpurpose>Efface un objet</refpurpose>
|
||||
<refpurpose>Delete an object</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,24 +13,22 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api->remove</function> efface un objet avec un parent
|
||||
spécifique. Les collections seront effacées récursivement. Vous pouvez
|
||||
passez un objet optionnel de requête pour filtrer les objets qui
|
||||
seront filtrés. Un objet sera effacé physiquement si c'est sa dernière
|
||||
instance. Le paramètre <parameter>parameter</parameter> est un tableau
|
||||
qui contient les éléments obligatoires 'objectidentifier' et 'parentidentifier'.
|
||||
Si vous souhaitez effacer un utilisateur ou un gropue, 'parentidentifier'
|
||||
peut être omis. L'élément optionnel 'mode' détermine comme l'effacement
|
||||
est réalisé. En mode normal, l'objet sera effacé phyisiquement lorsque
|
||||
toutes ses instances seront supprimées. En mode physique, toutes les
|
||||
instances d'un objet seront supprimées immédiatement. En mode
|
||||
removelinks toutes les références vers et depuis l'objet seront aussi
|
||||
effacées. En mode nonrecursive, l'effacement n'est pas récusrsif.
|
||||
Effacer une collection qui n'est pas vide causera une erreur.
|
||||
Removes an object from the specified parent. Collections
|
||||
will be removed recursively. You can pass an optional object query to
|
||||
remove only those objects which match the query. An object will be
|
||||
deleted physically if it is the last instance. The parameter array
|
||||
contains the required elements 'objectidentifier' and 'parentidentifier'.
|
||||
If you want to remove a user or group 'parentidentifier' can be skiped.
|
||||
The optional parameter 'mode' determines how the deletion is performed.
|
||||
In normal mode the object will not be removed physically until all
|
||||
instances are removed. In physical mode all instances of the object will
|
||||
be deleted imediately. In removelinks mode all references
|
||||
to and from the objects will be deleted as well. In nonrecursive the
|
||||
deletion is not performed recursive. Removing a collection which is not
|
||||
empty will cause an error.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_move</function>.
|
||||
See also <function>hwapi_move</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-replace">
|
||||
<refnamediv>
|
||||
<refname>hw_api->replace</refname>
|
||||
<refpurpose>Remplace un objet</refpurpose>
|
||||
<refpurpose>Replaces an object</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,24 +13,21 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api->replace</function> remplace les attributs et le
|
||||
contenu d'un bjet. Le paramètre <parameter>parameter</parameter>
|
||||
est un tableau qui contient les éléments obligatoires
|
||||
'objectIdentifier' et 'object' et les paramètres optionnels
|
||||
'content', 'parameters', 'mode' et 'attributeSelector'. 'objectIdentifier'
|
||||
contient l'objet qui doit être remplacé. 'object' contient le nouvel
|
||||
objet. 'content' contient le nouveau contenu. 'parameters' contient des
|
||||
informations supplémentaires pour les documents HTML.
|
||||
HTML_Language est l'abbrévation de la langue pour le titre.
|
||||
HTML_Base est l'attribut de base pour le contenu du document HTML. 'mode'
|
||||
peut être la combinaison de l'une des constantes suivantes :
|
||||
Replaces the attributes and the content of an object The parameter array
|
||||
contains the required elements 'objectIdentifier' and 'object' and
|
||||
the optional parameters 'content', 'parameters', 'mode' and
|
||||
'attributeSelector'. 'objectIdentifier' contains the object to be
|
||||
replaced. 'object' contains the new object. 'content' contains the new
|
||||
content. 'parameters' contain extra information for HTML documents.
|
||||
HTML_Language is the letter abbreviation of the language of the title.
|
||||
HTML_Base sets the base attribute of the HTML document. 'mode' can be a
|
||||
combination of the following flags:
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><constant>HW_API_REPLACE_NORMAL</constant></term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
L'objet sur le serveur est remplacé par l'objet
|
||||
passé.
|
||||
The object on the server is replace with the object passed.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -79,8 +76,7 @@
|
|||
</variablelist>
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_insert</function>.
|
||||
See also <function>hwapi_insert</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-setcommitedversion">
|
||||
<refnamediv>
|
||||
<refname>hw_api->setcommitedversion</refname>
|
||||
<refpurpose>Valide une version autre que la dernière</refpurpose>
|
||||
<refpurpose>Commits version other than last version</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,15 +13,14 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api->setcommitedversion</function> valide une version du document.
|
||||
La version validée est celle qui est visible aux utilisateurs ayant un
|
||||
accès en lecture. Par défaut, la dernière version est celle qui est validée.
|
||||
Commits a version of a docuemnt. The commited version is the one which is
|
||||
visible to users with read access. By default the last version is the
|
||||
commited version.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_checkin</function>,
|
||||
<function>hwapi_checkout</function> et
|
||||
<function>hwapi_revert</function>.
|
||||
See also <function>hwapi_checkin</function>,
|
||||
<function>hwapi_checkout</function>,
|
||||
<function>hwapi_revert</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-srcanchors">
|
||||
<refnamediv>
|
||||
<refname>hw_api->srcanchors</refname>
|
||||
<refpurpose>Retourne la liste de toutes les ancres</refpurpose>
|
||||
<refpurpose>Returns a list of all source anchors</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,14 +13,12 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api->srcanchors</function> lit toutes les ancres sources d'un objet.
|
||||
Le paramètre <parameter>parameter</parameter> est un tableau qui contient l'élément
|
||||
obligatoire 'objectIdentifier' et les éléments optionels
|
||||
'attributeSelector' wr 'objectQuery'.
|
||||
Retrieves all source anchors of an object. The parameter array contains
|
||||
the required element 'objectIdentifier' and the optional elements
|
||||
'attributeSelector' and 'objectQuery'.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_dstanchors</function>.
|
||||
See also <function>hwapi_dstanchors</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-srcsofdst">
|
||||
<refnamediv>
|
||||
<refname>hw_api->srcsofdst</refname>
|
||||
<refpurpose>Retourne les sources d'un objet de destination</refpurpose>
|
||||
<refpurpose>Returns source of a destination object</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,16 +13,14 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api->srcsofdst</function> retourne les sources d'un objet
|
||||
de destination. L'objet de destination peut être une ancre ou un document
|
||||
complet. Le paramètre <parameter>parameter</parameter> est un tableau
|
||||
qui contient l'élément obligatoire 'objectIdentifier' et les éléments optionnels
|
||||
'attributeSelector' et 'objectQuery'. La fonction retourne un tableau
|
||||
d'objet ou une erreur.
|
||||
Retrieves all the source anchors pointing to the specified destination.
|
||||
The destination object can either be a destination anchor or a whole
|
||||
document. The parameters array contains the required element
|
||||
'objectIdentifier' and the optional element 'attributeSelector' and
|
||||
'objectQuery'. The function returns an array of objects or an error.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_dstofsrcanchor</function>.
|
||||
See also <function>hwapi_dstofsrcanchor</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,34 +1,29 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-unlock">
|
||||
<refnamediv>
|
||||
<refname>hw_api->unlock</refname>
|
||||
<refpurpose>Déverrouille un objet HyperWave verrouillé</refpurpose>
|
||||
<refpurpose>Unlocks a locked object</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>hw_api->unlock</methodname>
|
||||
<type>object</type><methodname>unlock</methodname>
|
||||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api->unlock</function> déverrouille un objet verrouillé.
|
||||
Seul, l'utilisateur qui a verrouillé un objet et l'administrateur
|
||||
système, peuvent le déverrouiller. Le paramètre <parameter>parameter</parameter>
|
||||
est un tableau qui contient les éléments obligatoires de
|
||||
<literal>objectIdentifier</literal> et les paramètres optionnels
|
||||
de <literal>mode</literal> et <literal>objectquery</literal>. La
|
||||
signification de <literal>mode</literal> est la même que dans la
|
||||
fonction <function>hwapi_lock</function>.
|
||||
Unlocks a locked object. Only the user who has locked the object and the
|
||||
system user may unlock an object. The parameter array contains the
|
||||
required element 'objectIdentifier' and the optional parameters
|
||||
'mode' and 'objectquery'. The meaning of 'mode' is the same as in
|
||||
function <function>hwapi_lock</function>.
|
||||
</para>
|
||||
<para>
|
||||
<function>hw_api->unlock</function> retourne &true; en cas de
|
||||
succès, et sinon, un objet d'erreur HW_API_Error.
|
||||
Returns &true; on success or an object of class HW_API_Error.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_lock</function>.
|
||||
See also <function>hwapi_lock</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-user">
|
||||
<refnamediv>
|
||||
<refname>hw_api->user</refname>
|
||||
<refpurpose>Retourne le propriétaire d'un objet</refpurpose>
|
||||
<refpurpose>Returns the own user object</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,11 +13,9 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api->user</function> retourne le propriétaire d'un objet.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_userlist</function>.
|
||||
See also <function>hwapi_userlist</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1' ?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/hwapi.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.hwapi-userlist">
|
||||
<refnamediv>
|
||||
<refname>hw_api->userlist</refname>
|
||||
<refpurpose>Retourne la liste des utilisateurs connectés</refpurpose>
|
||||
<refpurpose>Returns a list of all logged in users</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -13,12 +13,9 @@
|
|||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>hw_api->userlist</function> retourne la liste des
|
||||
utilisateurs connectés.
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<function>hwapi_user</function>.
|
||||
See also <function>hwapi_user</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,17 +1,20 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<section id="hwapi.configuration">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
||||
<para>
|
||||
<table>
|
||||
&ini.table.title;
|
||||
<title>Hyperwave API configuration options</title>
|
||||
<tgroup cols="3">
|
||||
<thead>
|
||||
&ini.table.top;
|
||||
<row>
|
||||
<entry>Name</entry>
|
||||
<entry>Default</entry>
|
||||
<entry>Changeable</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>hwapi.allow_persistent</entry>
|
||||
<entry>"0"</entry>
|
||||
|
@ -20,7 +23,8 @@
|
|||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
&ini.table.bottom
|
||||
For further details and definition of the PHP_INI_* constants see
|
||||
<function>ini_set</function>.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<reference id="ref.hwapi">
|
||||
<title>Hyperwave API</title>
|
||||
<title>Hyperwave API functions</title>
|
||||
<titleabbrev>Hyperwave API</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
|
@ -9,50 +9,50 @@
|
|||
<section id="hwapi.intro">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
<productname>Hyperwave</productname> a été développé à
|
||||
l'<ulink url="&url.iicm;">IICM</ulink> à Graz. Le projet a commencé
|
||||
avec le nom de <acronym>Hyper-G</acronym>, puis il est devenu
|
||||
Hyperwave, lors de sa commercialisation en 1996.
|
||||
<productname>Hyperwave</productname> has been developed at
|
||||
<ulink url="&url.iicm;">IICM</ulink> in Graz. It started with
|
||||
the name <acronym>Hyper-G</acronym> and changed to Hyperwave when
|
||||
it was commercialised (in 1996).
|
||||
</para>
|
||||
<para>
|
||||
Hyperwave n'est pas un logiciel libre. Sa version courante, la 5.5,
|
||||
est disponible à <ulink url="&url.hyperwave;">&url.hyperwave;</ulink>.
|
||||
Une version limitée dans le temps est commandable gratuitement (30 jours).
|
||||
Hyperwave is not free software. The current version, 5.5, is
|
||||
available at <ulink url="&url.hyperwave;">&url.hyperwave;</ulink>.
|
||||
A time limited version can be ordered for free (30 days).
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi le module <link linkend="ref.hyperwave">Hyperwave</link>.
|
||||
See also the <link linkend="ref.hyperwave">Hyperwave</link> module.
|
||||
</para>
|
||||
<para>
|
||||
Hyperwave est un système d'information comparable à une base de données
|
||||
(<acronym>HIS</acronym>, Hyperwave Information Server). Il se
|
||||
concentre sur le stockage et la gestion de documents. Un document
|
||||
peut être n'importe quelle pièce de données qui soit stockable dans
|
||||
un fichier. Chaque document est accompagné de son propre enregistrement.
|
||||
L'enregistrement contient les méta-données du document. Les métas données
|
||||
sont des listes d'attributs qui peuvent être manipulés par l'utilisateur.
|
||||
Certains attributs sont gérés par le serveur Hyperwave, les autres
|
||||
peuvent être modifiés par l'utilisateur.
|
||||
Hyperwave is an information system similar to a database
|
||||
(<acronym>HIS</acronym>, Hyperwave Information Server). Its focus
|
||||
is the storage and management of documents. A document can be any
|
||||
possible piece of data that may as well be stored in file. Each
|
||||
document is accompanied by its object record. The object record
|
||||
contains meta data for the document. The meta data is a list of
|
||||
attributes which can be extended by the user. Certain attributes
|
||||
are always set by the Hyperwave server, other may be modified by
|
||||
the user.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id="hwapi.requirements">
|
||||
&reftitle.required;
|
||||
<para>
|
||||
Depuis 2001, il y a un SDK Hyperwave disponible. Il supporte Java,
|
||||
JavaScript et C++. Cette extension PHP est basée sur l'interface C++.
|
||||
Pour activer le support hwapi de PHP, vous devez installer le
|
||||
SDK d'abord.
|
||||
Since 2001 there is a Hyperwave SDK available. It supports Java,
|
||||
JavaScript and C++. This PHP Extension is based on the C++ interface.
|
||||
In order to activate the hwapi support in PHP you will have to install
|
||||
the Hyperwave SDK first.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
&reference.hwapi.configure;
|
||||
&reference.hwapi.configure;
|
||||
|
||||
<section id="hwapi.apache">
|
||||
<title>intégration dans Apache</title>
|
||||
<title>Integration with Apache</title>
|
||||
<para>
|
||||
L'intégration dans Apache et éventuellement d'autres serveurs est
|
||||
déjà décrite dans le <link linkend="ref.hyperwave">module Hyperwave</link>,
|
||||
qui a été la première extension à se connecter au serveur Hyperwave.
|
||||
The integration with Apache and possible other servers is already
|
||||
described in the <link linkend="ref.hyperwave">Hyperwave module</link>
|
||||
which has been the first extension to connect a Hyperwave Server.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
|
@ -71,9 +71,9 @@
|
|||
<section id="hwapi.classes">
|
||||
<title>Classes</title>
|
||||
<para>
|
||||
L'API fournie avec l'extension HW_API est complétement orientée objet.
|
||||
Elle est très similaire à l'interface C++ du SDK Hyperwave.
|
||||
Elle est constituée des classes suivantes :
|
||||
The API provided by the HW_API extension is fully object oriented.
|
||||
It is very similar to the C++ interface of the Hyperwave SDK.
|
||||
It consist of the following classes.
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
@ -106,66 +106,67 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
Certains classes basiques comme <classname>HW_API_String</classname>,
|
||||
<classname>HW_API_String_Array</classname>, etc., qui existent dans le SDK
|
||||
Hyperwave SDK n'ont pas été implémentées, car PHP a de puissants ersatz pour elles.
|
||||
Some basic classes like <classname>HW_API_String</classname>,
|
||||
<classname>HW_API_String_Array</classname>, etc., which exist in the
|
||||
Hyperwave SDK have not been implemented since PHP has powerful
|
||||
replacements for them.
|
||||
</para>
|
||||
<para>
|
||||
Chaque classe dispose de certaines méthodes, dont les noms sont identiques à
|
||||
leur alter ego du SDK Hyperwave SDK. Le passage des arguments à ces fonctions
|
||||
diffère de toutes les autres extensions PHP, mais est proche de l'API C++
|
||||
du SDK Hyperwave. Au lieu de passer plusieurs paramètres, ils sont tous
|
||||
placés dans un tableau associatif, et transmis sous la forme d'un seul
|
||||
paramètre. Les paramètres les plus communs sont listés ci-dessous. Si d'autres
|
||||
paramètres sont nécessaires, ils seront documentés à chaque cas.
|
||||
Each class has certain method, whose names are identical to its
|
||||
counterparts in the Hyperwave SDK. Passing arguments to this function
|
||||
differs from all the other PHP extensions but is close to the C++ API of
|
||||
the HW SDK. Instead of passing serval parameters they are all put into
|
||||
an associated array and passed as one paramter. The names of the keys
|
||||
are identical to those documented in the HW SDK. The common parameters
|
||||
are listed below. If other parameters are required they will be
|
||||
documented if needed.
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<classname>objectIdentifier</classname> Le nom ou l'identifiant de l'objet,
|
||||
<classname>objectIdentifier</classname> The name or id of an object,
|
||||
e.g. "rootcollection", "0x873A8768 0x00000002".
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<classname>parentIdentifier</classname> Le nom ou l'identifiant de l'objet
|
||||
qui est considéré comme parent.
|
||||
<classname>parentIdentifier</classname> The name or id of an object
|
||||
which is considered to be a parent.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<classname>object</classname> Une instance de la classe HW_API_Object.
|
||||
<classname>object</classname> An instance of class HW_API_Object.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<classname>parameters</classname> Une instance de la classe HW_API_Object.
|
||||
<classname>parameters</classname> An instance of class HW_API_Object.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<classname>version</classname> La version de l'objet.
|
||||
<classname>version</classname> The version of an object.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<classname>mode</classname> Un entier qui détermine la méthode
|
||||
d'exécution de l'opération.
|
||||
<classname>mode</classname> An integer value determine the way an
|
||||
operation is executed.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<classname>attributeSelector</classname> Un tableau de chaînes de
|
||||
caractères, chacun contenant le nom d'un attribut. C'est le cas si
|
||||
vous lisez des enregistrements d'objets, et que vous voulez inclure
|
||||
certains attributs.
|
||||
<classname>attributeSelector</classname> Any array of strings, each
|
||||
containing a name of an attribute. This is used if you retrieve the
|
||||
object record and want to include certain attributes.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<classname>objectQuery</classname> Une requête pour sélectionner
|
||||
certains objets dans une liste. Elle est utilisée pour réduire
|
||||
le nombre d'objets qui a été livré par une fonction comme
|
||||
<function>hw_api->children</function> ou <function>hw_api->find</function>.
|
||||
<classname>objectQuery</classname> A query to select certain object
|
||||
out of a list of objects. This is used to reduce the number of objects
|
||||
which was delivered by a function like
|
||||
<function>hw_api->children</function> or <function>hw_api->find</function>.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
Loading…
Reference in a new issue