Overview

Packages

  • None
  • Sesha

Classes

  • Horde_Core_UI_VarRenderer_Stockedit_Html
  • Sesha
  • Sesha_Api
  • Sesha_Driver
  • Sesha_Driver_Sql
  • Sesha_Exception
  • Sesha_Forms_Category
  • Sesha_Forms_CategoryDelete
  • Sesha_Forms_CategoryList
  • Sesha_Forms_Property
  • Sesha_Forms_PropertyDelete
  • Sesha_Forms_PropertyList
  • Sesha_Forms_Search
  • Sesha_Forms_Stock
  • Sesha_Forms_Type_Client
  • Overview
  • Package
  • Class
  • Tree

Class Sesha_Api

Sesha external API interface.

Copyright 2003-2011 Horde LLC (http://www.horde.org/)

This file defines Sesha's external API interface. Other applications can interact with Sesha through this API.

Horde_Registry_Api
Extended by Sesha_Api
Package: Sesha
Author: Bo Daley bo@darkwork.net
Located at Api.php
Methods summary
public array
# listQueues( )

List all available categories as queues

List all available categories as queues

Returns

array
public array
# getQueueDetails( string $queue_id )

Retrieve queue details - this is for ticketing integration

Retrieve queue details - this is for ticketing integration

Parameters

$queue_id
The id of the queue to retrieve

Returns

array
public array
# listVersions( string $queue_id )

List all versions for the queue

List all versions for the queue

Parameters

$queue_id
The id of the queue

Returns

array
$versions List of versions
public array
# getVersionDetails( string $version_id )

Retrieve item version details

Retrieve item version details

Parameters

$version_id
The id of the version to retrieve

Returns

array

Throws

Sesha_Exception
API documentation generated by ApiGen