| Trees | Index | Help |
|---|
| Package Products :: Package CMFCore :: Module CMFCatalogAware :: Class CMFCatalogAware |
|
object--+ |Base--+ | CMFCatalogAware
CPSBaseBTreeDocument,
CPSBaseBTreeDocument,
CPSBaseDocument,
CPSBaseDocument,
CPSDocument,
CPSDocument,
Dummy,
PortalContent,
PortalFolder,
SkinnedFolder,
TheClass| Method Summary | |
|---|---|
Add self to the catalog. | |
Remove self from the catalog. | |
Index the object in the portal catalog. | |
manage_afterAdd patched | |
Add self to the workflow. | |
Notify object and event service of CMF add finalization. | |
manage_beforeDelete patched for | |
Tab displaying the current workflows for the content object. | |
Notify the workflow that self was just created. | |
Return opaque ids (subelements that are contained using something that is not an ObjectManager). | |
Return opaque items (subelements that are contained using something that is not an ObjectManager). | |
Return opaque values (subelements that are contained using something that is not an ObjectManager). | |
Reindex the object in the portal catalog. | |
Reindex security-related indexes on the object (and its descendants). | |
Unindex the object from the portal catalog. | |
| Inherited from Base | |
x.__getattribute__('name') <==> x.name | |
Get arguments to be passed to __new__ | |
Get the object serialization state | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
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.__init__(...) initializes x; see x.__class__.__doc__ for signature | |
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__ = (('Access contents information', ('...
|
PermissionRole |
indexObject__roles__ = <PermissionRole object at 0xb7453...
|
tuple |
manage_afterAdd__roles__ = ('Manager',)
|
tuple |
manage_afterClone__roles__ = ('Manager',)
|
tuple |
manage_beforeDelete__roles__ = ('Manager',)
|
tuple |
manage_options = ({'action': 'manage_workflowsTab', 'lab...
|
PermissionRole |
manage_workflowsTab__roles__ = <PermissionRole object at...
|
tuple |
notifyWorkflowCreated__roles__ = ()
|
PermissionRole |
opaqueIds__roles__ = <PermissionRole object at 0xb74539f...
|
PermissionRole |
opaqueItems__roles__ = <PermissionRole object at 0xb7453...
|
PermissionRole |
opaqueValues__roles__ = <PermissionRole object at 0xb745...
|
PermissionRole |
reindexObject__roles__ = <PermissionRole object at 0xb74...
|
PermissionRole |
reindexObjectSecurity__roles__ = <PermissionRole object ...
|
PermissionRole |
unindexObject__roles__ = <PermissionRole object at 0xb74...
|
| Method Details |
|---|
_cps_old_manage_afterAdd(self, item, container)Add self to the catalog. (Called when the object is created or moved.) |
_cps_old_manage_beforeDelete(self, item, container)Remove self from the catalog. (Called when the object is deleted or moved.) |
indexObject(self)Index the object in the portal catalog. |
manage_afterAdd(self, *args, **kw)manage_afterAdd patched o for event service notification. o for repository objects |
manage_afterClone(self, item)Add self to the workflow. (Called when the object is cloned.) |
manage_afterCMFAdd(self, item, container)Notify object and event service of CMF add finalization. |
manage_beforeDelete(self, *args, **kw)manage_beforeDelete patched for o event service notification. o for repository objects |
manage_workflowsTab(self, REQUEST, manage_tabs_message=None)Tab displaying the current workflows for the content object. |
notifyWorkflowCreated(self)Notify the workflow that self was just created. |
opaqueIds(self)Return opaque ids (subelements that are contained using something that is not an ObjectManager). |
opaqueItems(self)Return opaque items (subelements that are contained using something that is not an ObjectManager). |
opaqueValues(self)Return opaque values (subelements that are contained using something that is not an ObjectManager). |
reindexObject(self, idxs=[])Reindex the object in the portal catalog. If idxs is present, only those indexes are reindexed. The metadata is always updated. Also update the modification date of the object, unless specific indexes were requested. |
reindexObjectSecurity(self, skip_self=False)Reindex security-related indexes on the object (and its descendants). |
unindexObject(self)Unindex the object from the portal catalog. |
| Class Variable Details |
|---|
indexObject__roles__
|
manage_afterAdd__roles__
|
manage_afterClone__roles__
|
manage_beforeDelete__roles__
|
manage_options
|
manage_workflowsTab__roles__
|
notifyWorkflowCreated__roles__
|
opaqueIds__roles__
|
opaqueItems__roles__
|
opaqueValues__roles__
|
reindexObject__roles__
|
reindexObjectSecurity__roles__
|
unindexObject__roles__
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Mon Jun 27 12:48:05 2005 | http://epydoc.sf.net |