hw_api->remove
<<<
hw_api->replace hw_api->setcommitedversion
>>>

7.39 Hyperwave API
7 Index des fonctions
 Manuel PHP

Introduction
Pré-requis
Installation
intégration dans Apache
Configuration à l'exécution
Types de ressources
Constantes prédefinies
Classes
hw_api_attribute->key
hw_api_attribute->langdepvalue
hw_api_attribute->value
hw_api_attribute->values
hw_api_attribute
hw_api->checkin
hw_api->checkout
hw_api->children
hw_api_content->mimetype
hw_api_content->read
hw_api->content
hw_api->copy
hw_api->dbstat
hw_api->dcstat
hw_api->dstanchors
hw_api->dstofsrcanchors
hw_api_error->count
hw_api_error->reason
hw_api->find
hw_api->ftstat
hwapi_hgcsp
hw_api->hwstat
hw_api->identify
hw_api->info
hw_api->insert
hw_api->insertanchor
hw_api->insertcollection
hw_api->insertdocument
hw_api->link
hw_api->lock
hw_api->move
hw_api->content
hw_api_object->assign
hw_api_object->attreditable
hw_api_object->count
hw_api_object->insert
hw_api_object
hw_api_object->remove
hw_api_object->title
hw_api_object->value
hw_api->object
hw_api->objectbyanchor
hw_api->parents
hw_api_reason->description
hw_api_reason->type
hw_api->remove
->hw_api->replace
hw_api->setcommitedversion
hw_api->srcanchors
hw_api->srcsofdst
hw_api->unlock
hw_api->user
hw_api->userlist

7.39.55 hw_api->replace()Remplace un objet

[ Exemples avec hwapi_replace ]   CVS uniquement

object  replace ( array   parameter )

hw_api->replace remplace les attributs et le contenu d'un bjet. Le paramètre 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 :

    HW_API_REPLACE_NORMAL
    L'objet sur le serveur est remplacé par l'objet passé.
    HW_API_REPLACE_FORCE_VERSION_CONTROL
    HW_API_REPLACE_AUTOMATIC_CHECKOUT
    HW_API_REPLACE_AUTOMATIC_CHECKIN
    HW_API_REPLACE_PLAIN
    HW_API_REPLACE_REVERT_IF_NOT_CHANGED
    HW_API_REPLACE_KEEP_TIME_MODIFIED

Voir aussi hwapi_insert .

<< hw_api->replace >>
hw_api->remove Hyperwave API hw_api->setcommitedversion