class documentation
class ZMSItem(OFS.ObjectManager.ObjectManager, OFS.SimpleItem.Item, Persistent, Implicit): (source)
ZMS base infrastructure class providing core Zope integration and basic content management.
ZMSItem serves as the foundation for all ZMS content objects. It provides:
- Core Zope integration through ObjectManager and SimpleItem
- ZODB persistence and Acquisition support
- ZMI (Zope Management Interface) utilities and templates
- Request handling and page rendering
- Access control permissions framework
- Readme endpoint for documentation
Subclasses extend ZMSItem with domain-specific functionality.
| Method | breadcrumbs |
Return the acquisition path of objects from the root to self's parent as a list. If portalMaster is True, the path is returned from the portal master object; otherwise, from the root of the acquisition context. |
| Method | display |
Returns the icon for the object. |
| Method | f |
Set up request for standard HTML page rendering, including headers and context variables. |
| Method | get |
Return filesystem path to a readme.md for the current admin context. |
| Method | get |
Returns the translated meta_type as title alt text for icons and links. |
| Method | readme |
Returns readme rendered as HTML |
| Method | zmi |
Implement 'zmi_body_class'. |
| Method | zmi |
Implement 'zmi_body_content'. |
| Method | zmi |
Implement 'zmi_manage_menu'. |
| Method | zmi |
Implement 'zmi_page_request'. |
| Class Variable | __ac |
Undocumented |
| Class Variable | __view |
Undocumented |
| Class Variable | manage |
Undocumented |
| Class Variable | manage |
Undocumented |
| Class Variable | manage |
Undocumented |
| Class Variable | readme |
Undocumented |
| Method | _zmi |
Implement '_zmi_page_request'. |
Return the acquisition path of objects from the root to self's parent as a list. If portalMaster is True, the path is returned from the portal master object; otherwise, from the root of the acquisition context.
Returns the icon for the object.
- If meta_id is provided, return the icon for the specified meta_id
- Otherwise, return the default icon for the object