| Trees | Index | Help |
|---|
| Package CMFSetup :: Module context :: Class SnapshotExportContext |
|
object--+ |Base--+ |Acquirer--+ | SnapshotExportContext
| Method Summary | |
|---|---|
__init__(self,
tool,
snapshot_id)
| |
See ISetupContext. | |
See IExportContext. | |
See IExportContext. | |
See IExportContext. | |
| Inherited from Base | |
x.__getattribute__('name') <==> x.name | |
Get arguments to be passed to __new__ | |
Get the object serialization state | |
Reduce an object to contituent parts for serialization | |
Set the object serialization state The state should be in one of 3 forms: - None Ignored - A dictionary In this case, the object's instance dictionary will be cleared and updated with the new state. | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__hash__() <==> hash(x) | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Class Variable Summary | |
|---|---|
tuple |
__ac_permissions__ = (('Manage portal', ('getSnapshotFol...
|
tuple |
__implements__ = (<Interface CMFSetup.interfaces.IExport...
|
tuple |
_createObjectByType__roles__ = ()
|
tuple |
_ensureSnapshotsFolder__roles__ = ()
|
PermissionRole |
getSite__roles__ = <PermissionRole object at 0xb4852f08>
|
PermissionRole |
getSnapshotFolder__roles__ = <PermissionRole object at 0...
|
PermissionRole |
getSnapshotURL__roles__ = <PermissionRole object at 0xb4...
|
PermissionRole |
writeDataFile__roles__ = <PermissionRole object at 0xb48...
|
| Method Details |
|---|
getSite(self)See ISetupContext. |
getSnapshotFolder(self)See IExportContext. |
getSnapshotURL(self)See IExportContext. |
writeDataFile(self, filename, text, content_type, subdir=None)See IExportContext. |
| Class Variable Details |
|---|
__ac_permissions__
|
__implements__
|
_createObjectByType__roles__
|
_ensureSnapshotsFolder__roles__
|
getSite__roles__
|
getSnapshotFolder__roles__
|
getSnapshotURL__roles__
|
writeDataFile__roles__
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Nov 30 03:59:58 2005 | http://epydoc.sf.net |