hw_api::parents

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns parents of an object array hw_api::parents ( array $parameter ) Retrieves the parents of an object. The parents can be further filtered by specifying an object query. Parameters: parameter The parameter array contains the required elements 'objectidentifier' and the optional elements 'attributeselector' and 'objectquery'.

hw_api::objectbyanchor

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns the object an anchor belongs to hw_api_object hw_api::objectbyanchor ( array $parameter ) This function retrieves an object the specified anchor belongs to. Parameters: parameter The parameter array contains the required element 'objectIdentifier' and the optional element 'attributeSelector'. Returns:

hw_api::object

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Retrieve attribute information hw_api_object hw_api::object ( array $parameter ) This function retrieves the attribute information of an object of any version. It will not return the document content. Parameters: parameter The parameter array contains the required elements 'objectIdentifier' and the optional elements 'attributeSe

hw_api::move

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Moves object between collections bool hw_api::move ( array $parameter ) Moves object between collections. Parameters: parameter Moves object between collections. Returns: Returns TRUE on success or FALSE on failure.

hw_api::lock

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Locks an object bool hw_api::lock ( array $parameter ) Locks an object for exclusive editing by the user calling this function. The object can be only unlocked by this user or the system user. Parameters: parameter The parameter array contains the required element 'objectIdentifier' and the optional parameters 'mode' and 'objectqu

hw_api::link

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Creates a link to an object bool hw_api::link ( array $parameter ) Creates a link to an object. Accessing this link is like accessing the object to links points to. Parameters: parameter The parameter array contains the required elements 'objectIdentifier' and 'destinationParentIdentifier'. 'destinationParentIdentifier' is the tar

hw_api::insertdocument

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Inserts a new object of type document hw_api_object hw_api::insertdocument ( array $parameter ) This function is a shortcut for hwapi_insert(). It inserts an object with content and sets some of the attributes required for a document. Parameters: parameter The parameter array contains the required elements 'object', 'parentIdenti

hw_api::insertcollection

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Inserts a new object of type collection hw_api_object hw_api::insertcollection ( array $parameter ) This function is a shortcut for hwapi_insert(). It inserts an object of type collection and sets some of the attributes required for a collection. Parameters: parameter The parameter array contains the required elements 'object' an

hw_api::insertanchor

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Inserts a new object of type anchor hw_api_object hw_api::insertanchor ( array $parameter ) This function is a shortcut for hwapi_insert(). It inserts an object of type anchor and sets some of the attributes required for an anchor. Parameters: parameter The parameter array contains the required elements 'object' and 'documentIden

hw_api::insert

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Inserts a new object hw_api_object hw_api::insert ( array $parameter ) 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. Parameters: parameter The parameter array contains the required elements 'object' and 'content' (if the object is a docume