Classes, interfaces, and traits

Zend_Cloud_DocumentService_Adapter

Common interface for document storage services in the cloud. This interface supports most document services and provides some flexibility for vendor-specific features and requirements via an optional $options array in each method signature. Classes implementing this interface should implement URI construction for collections and documents from the parameters given in each method and the account data passed in to the constructor. Classes implementing this interface are also responsible for security; access control isn't currently supported in this interface, although we are considering access control support in future versions of the interface.

« More »

Zend_Cloud_DocumentService_QueryAdapter

This interface describes the API that concrete query adapter should implement

« More »

Zend_Cloud_DocumentService_Adapter_AbstractAdapter

Abstract document service adapter

« More »

Zend_Cloud_DocumentService_Adapter_SimpleDb

SimpleDB adapter for document service.

« More »

Zend_Cloud_DocumentService_Adapter_SimpleDb_Query

Class implementing Query adapter for working with SimpleDb queries in a structured way

« More »

Zend_Cloud_DocumentService_Adapter_WindowsAzure

SimpleDB adapter for document service.

« More »

Zend_Cloud_DocumentService_Adapter_WindowsAzure_Query

Class implementing Query adapter for working with Azure queries in a structured way

« More »

Zend_Cloud_DocumentService_Document

Class encapsulating documents. Fields are stored in a name/value array. Data are represented as strings.

« More »

Zend_Cloud_DocumentService_DocumentSet

Class encapsulating a set of documents

« More »

Zend_Cloud_DocumentService_Exception

« More »

Zend_Cloud_DocumentService_Factory

Class implementing working with Azure queries in a structured way

« More »

Zend_Cloud_DocumentService_Query

Generic query object

« More »