| Trees | Index | Help |
|
|---|
| Package OFS :: Module CopySupport :: Class CopySource |
|
object--+ |Base--+ | CopySource
Item,
ZItem,
ZItem| Method Summary | |
|---|---|
cb_isCopyable(self)
| |
cb_isMoveable(self)
| |
cb_userHasCopyOrMovePermission(self)
| |
Called to make sure this object is copyable. | |
_getCopy(self,
container)
| |
Overide this to be pickly about where you go! | |
_postCopy(self,
container,
op)
| |
_setId(self,
id)
| |
Inherited from Base:
__getattribute__,
__getnewargs__,
__getstate__,
__new__,
__reduce__,
__setstate__
Inherited from object:
__init__,
__delattr__,
__hash__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
| |
| Class Variable Summary | |
|---|---|
tuple |
__ac_permissions__ = (('Copy or Move', (), ('Anonymous',...
|
Implements |
__implemented__ = <implementedBy OFS.CopySupport.CopySou...
|
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
| Method Details |
|---|
_canCopy(self, op=0)Called to make sure this object is copyable. The op var is 0 for a copy, 1 for a move. |
_notifyOfCopyTo(self, container, op=0)Overide this to be pickly about where you go! If you dont want to go there, raise an exception. The op variable is 0 for a copy, 1 for a move. |
| Class Variable Details |
|---|
__ac_permissions__
|
__implemented__
|
__providedBy__
|
__provides__
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Aug 16 09:55:14 2007 | http://epydoc.sf.net |