class documentation

class ZMSWorkflowItem(object): (source)

View In Hierarchy

Undocumented

Method filtered_workflow_actions Build the list of workflow transition actions visible to the user.
Method getAutocommit Return whether this object should bypass workflow transitions.
def filtered_workflow_actions(self, path=''): (source)

Build the list of workflow transition actions visible to the user.

Parameters
path:strOptional URL prefix for generated action links.
Returns
listWorkflow actions ready for rendering in the ZMI.
def getAutocommit(self): (source)

Return whether this object should bypass workflow transitions.

The method disables auto-commit for objects located below configured workflow nodes and caches resolved node paths in the request buffer.