Folderish type interface.
$Id: Folderish.py 40138 2005-11-15 17:47:37Z jens $
General interface for "folderish" items.
List contentish and folderish sub-objects and their IDs.
Provide a filtered view onto objectItems, allowing only
PortalFolders and PortalContent-derivatives to show through.
The spec argument is deprecated and will be removed in CMF 2.0.
List contentish and folderish sub-objects.
Provide a filtered view onto objectValues, allowing only
PortalFolders and PortalContent-derivatives to show through.
The spec argument is deprecated and will be removed in CMF 2.0.
List viewable contentish and folderish sub-objects.
Hook around contentValues to let folder_contents be protected.
Duplicating skip_unauthorized behavior of dtml-in.
The spec argument is deprecated and will be removed in CMF 2.0.
List IDs of contentish and folderish sub-objects.
Provide a filtered view onto objectIds, allowing only PortalFolders
and PortalContent-derivatives to show through.
The spec argument is deprecated and will be removed in CMF 2.0.