| Home | Trees | Indices | Help |
|
|---|
|
|
A bunch of items.
Items in a collection are uniquely identified by a id.
Implementations are responsible for maintaining this constraint.
Items are added as instances of CollectionDocument and retrieved as instances of CollectionResult.
Implementations are free to interpret various methods however is
reasonable. They may also choose not to implement methods if they are not
applicable. The methods in this class all raise NotImplementedError.
Implementations may also provide query methods, named like fooQuery. These methods may take whatever keyword arguments desired. They should return the results of the query as a CollectionResultSet.
XXX: should we have an subclass attr describing what methods are provided?
|
|||
| CollectionIds |
|
||
| CollectionIds |
|
||
| CollectionIds |
|
||
| CollectionResultSet |
|
||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
delete several CollectionDocuments by id XXX this should prolly return None
|
|
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Mar 10 05:37:09 2008 | http://epydoc.sourceforge.net |