| Home | Trees | Index | Help |
|
|---|
| Package amplee :: Package atompub :: Module workspace :: Class AtomPubWorkspace |
|
object --+
|
AtomPubWorkspace
| Method Summary | |
|---|---|
Atom Publishing Protocol workspace entity | |
Returns a collection identified by ``name_or_id`` | |
Generates and returns a ``bridge.Element`` instance of the workspace document and its collections. | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Property Summary | |
|---|---|
workspace: Generates and returns a ``bridge.Element`` instance of the workspace
document and its collections. | |
| Method Details |
|---|
__init__(self,
service,
name_or_id,
title,
xml_attrs=None)
|
get_collection(self, name_or_id)Returns a collection identified by ``name_or_id`` |
to_workspace(self, prefix=u'app', namespace=u'http://www.w3.org/2007/app')Generates and returns a ``bridge.Element`` instance of the workspace document and its collections. The first collection shown will be the one having the ``favorite`` attribute set to ``True``. The ``prefix`` is the XML prefix to use The ``namespace`` is the namespace associated with the workspace element |
| Property Details |
|---|
workspaceGenerates and returns a ``bridge.Element`` instance of the workspace document and its collections. The first collection shown will be the one having the ``favorite`` attribute set to ``True``. The ``prefix`` is the XML prefix to use The ``namespace`` is the namespace associated with the workspace element
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Jul 19 15:32:16 2007 | http://epydoc.sf.net |