| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Storage
Base storage class. Should not be instanciated
|
|||
|
shutdown(self) Shutdown the undrelying storage connections... |
||
|
create_container(self,
name) Creates a container within a storage. |
||
|
path(self,
*args,
**kwargs) Returns a path usable by the storage Do not expect this method to return a string or unicode. |
||
|
get_content(self,
*args,
**kwargs) Returns the content of a resource... |
||
|
get_meta_data(self,
*args,
**kwargs) Returns the meta data of a resource... |
||
|
put_content(self,
*args,
**kwargs) Puts the content of a resource... |
||
|
put_meta_data(self,
*args,
**kwargs) Sets the meta-data of a resource... |
||
|
remove_content(self,
*args,
**kwargs) Delete a resource... |
||
|
remove_meta_data(self,
*args,
**kwargs) Delete meta-data... |
||
|
persist(self,
*args,
**kwargs) Persist the operations made... |
||
|
exists(self,
path) Checks whether or not a path is valid for the storage... |
||
|
ls(self,
collection_name_or_id,
**kwargs) Returns existing members... |
||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Shutdown the undrelying storage connections |
Creates a container within a storage. A container means whatever is meaningful for the subclass storage. A directory in the filesystem storage, a OBTree in the ZODB storage, a table in a database storage. |
Returns a path usable by the storage Do not expect this method to return a string or unicode. It can return whatever type makes sense to the storage |
Returns the content of a resource |
Returns the meta data of a resource |
Puts the content of a resource |
Sets the meta-data of a resource |
Delete a resource |
Delete meta-data |
Persist the operations made |
Checks whether or not a path is valid for the storage |
Returns existing members |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Sat Nov 18 23:31:57 2006 | http://epydoc.sourceforge.net |