Hyperwave API
remote.other- hwapi_hgcsp (hostname, port) - Returns object of class hw_api
- hw_api->checkin (parameter) - Checks in an object
- hw_api->checkout (parameter) - Checks out an object
- hw_api->children (parameter) - Returns children of an object
- hw_api->content (parameter) - Returns content of an object
- hw_api->copy (parameter) - Copies physically
- hw_api->dbstat (parameter) - Returns statistics about database server
- hw_api->dcstat (parameter) - Returns statistics about document cache server
- hw_api->dstanchors (parameter) - Returns a list of all destination anchors
- hw_api->dstofsrcanchor (parameter) - Returns destination of a source anchor
- hw_api->find (parameter) - Search for objects
- hw_api->ftstat (parameter) - Returns statistics about fulltext server
- hw_api->hwstat (parameter) - Returns statistics about Hyperwave server
- hw_api->identify (parameter) - Log into Hyperwave Server
- hw_api->info (parameter) - Returns information about server configuration
- hw_api->insert (parameter) - Inserts a new object
- hw_api->insertanchor (parameter) - Inserts a new object of type anchor
- hw_api->insertcollection (parameter) - Inserts a new object of type collection
- hw_api->insertdocument (parameter) - Inserts a new object of type document
- hw_api->link (parameter) - Creates a link to an object
- hw_api->lock (parameter) - Locks an object
- hw_api->move (parameter) - Moves object between collections
- hw_api->object (parameter) - Retrieve attribute information
- hw_api->objectbyanchor (parameter) - Returns the object an anchor belongs to
- hw_api->parents (parameter) - Returns parents of an object
- hw_api->remove (parameter) - Delete an object
- hw_api->replace (parameter) - Replaces an object
- hw_api->setcommittedversion (parameter) - Commits version other than last version
- hw_api->srcanchors (parameter) - Returns a list of all source anchors
- hw_api->srcsofdst (parameter) - Returns source of a destination object
- hw_api->unlock (parameter) - Unlocks a locked object
- hw_api->user (parameter) - Returns the own user object
- hw_api->userlist (parameter) - Returns a list of all logged in users
- hw_api_attribute (name, value) - Creates instance of class hw_api_attribute
- hw_api_attribute->key (name, value) - Returns key of the attribute
- hw_api_attribute->langdepvalue (language) - Returns value for a given language
- hw_api_attribute->value (language) - Returns value of the attribute
- hw_api_attribute->values (language) - Returns all values of the attribute
- hw_api_content (content, mimetype) - Create new instance of class hw_api_content
- hw_api_content->mimetype (content, mimetype) - Returns mimetype
- hw_api_content->read (buffer, len) - Read content
- hw_api_error->count (buffer, len) - Returns number of reasons
- hw_api_error->reason (buffer, len) - Returns reason of error
- hw_api_object (parameter) - Creates a new instance of class hw_api_object
- hw_api_object->assign (parameter) - Clones object
- hw_api_object->attreditable (parameter) - Checks whether an attribute is editable
- hw_api_object->count (parameter) - Returns number of attributes
- hw_api_object->insert (attribute) - Inserts new attribute
- hw_api_object->remove (name) - Removes attribute
- hw_api_object->title (parameter) - Returns the title attribute
- hw_api_object->value (name) - Returns value of attribute
- hw_api_reason->description (name) - Returns description of reason
- hw_api_reason->type (name) - Returns type of reason
