[Zope-CMF] info about Zope action objects!
Chris Withers
chrisw@nipltd.com
Sun, 11 Aug 2002 13:35:19 +0100
cijiisen wrote:
> in portal_actions.Similarly where all can one expect actions to be present?
Most tools can provide actions. As you say, the portal_types tool provides
actions from each of the content types, and portal_actions provides actions as
well as collecting them and delivering them usefully via listFilteredActionsFor.
Most of the other tools can also provide actions. Click on them and then click
on their 'Actions' tab to see what they do.
The portal_workflow tool also provides actions but from a slightly different
source; the transitions a piece of content can take from it's current workflow
state are returned as actions by the portal_workflow tool.
> Or what are the main kinds of action and where all will be the actions
> for them manipulatable inside a CMF site via ZMI.
Just have a look at the actions tabs of ech of the tools.
cheers,
chris