Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_WindowsAzure_Storage_BatchStorageAbstract Class Reference
Inheritance diagram for Zend_Service_WindowsAzure_Storage_BatchStorageAbstract:
Collaboration diagram for Zend_Service_WindowsAzure_Storage_BatchStorageAbstract:

Public Member Functions

 setCurrentBatch (Zend_Service_WindowsAzure_Storage_Batch $batch=null)
 getCurrentBatch ()
 isInBatch ()
 startBatch ()
 performBatch ($operations=array(), $forTableStorage=false, $isSingleSelect=false, $resourceType=Zend_Service_WindowsAzure_Storage::RESOURCE_UNKNOWN, $requiredPermission=Zend_Service_WindowsAzure_Credentials_CredentialsAbstract::PERMISSION_READ)

Protected Attributes

 $_currentBatch = null

Detailed Description

Definition at line 60 of file BatchStorageAbstract.php.


Member Function Documentation

Get current batch

Returns:
Zend_Service_WindowsAzure_Storage_Batch

Definition at line 89 of file BatchStorageAbstract.php.

isInBatch ( )

Is there a current batch?

Returns:
boolean

Definition at line 99 of file BatchStorageAbstract.php.

Here is the caller graph for this function:

performBatch ( operations = array(),
forTableStorage = false,
isSingleSelect = false,
resourceType = Zend_Service_WindowsAzure_Storage::RESOURCE_UNKNOWN,
requiredPermission = Zend_Service_WindowsAzure_Credentials_CredentialsAbstract::PERMISSION_READ 
)

Perform batch using Zend_Http_Client channel, combining all batch operations into one request

Parameters:
array$operationsOperations in batch
boolean$forTableStorageIs the request for table storage?
boolean$isSingleSelectIs the request a single select statement?
string$resourceTypeResource type
string$requiredPermissionRequired permission
Returns:
Zend_Http_Response

Definition at line 125 of file BatchStorageAbstract.php.

Here is the call graph for this function:

Set current batch

Parameters:
Zend_Service_WindowsAzure_Storage_Batch$batchCurrent batch
Exceptions:
Zend_Service_WindowsAzure_Exception

Definition at line 76 of file BatchStorageAbstract.php.

Here is the call graph for this function:

Starts a new batch operation set

Returns:
Zend_Service_WindowsAzure_Storage_Batch
Exceptions:
Zend_Service_WindowsAzure_Exception

Definition at line 110 of file BatchStorageAbstract.php.

Here is the call graph for this function:


Field Documentation

$_currentBatch = null [protected]

Definition at line 68 of file BatchStorageAbstract.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations