hw_api_attribute
<<<
hw_api->checkin hw_api->checkout
>>>

6.39 Hyperwave API
6 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

6.39.14 hw_api->checkin()Checks in an object

[ Exemples avec hwapi_checkin ]   CVS uniquement

object  checkin ( array   parameter )

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:

    HW_API_CHECKIN_NORMAL
    Checks in and commits the object. The object must be a document.
    HW_API_CHECKIN_RECURSIVE
    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.
    HW_API_CHECKIN_FORCE_VERSION_CONTROL
    Checks in an object even if it is not under version control.
    HW_API_CHECKIN_REVERT_IF_NOT_CHANGED
    Check if the new version is different from the last version. Unless this is the case the object will be checked in.
    HW_API_CHECKIN_KEEP_TIME_MODIFIED
    Keeps the time modified from the most recent object.
    HW_API_CHECKIN_NO_AUTO_COMMIT
    The object is not automatically commited on checkin.

See also hwapi_checkout .

<< hw_api->checkin >>
hw_api_attribute Hyperwave API hw_api->checkout