interface documentation

class IZMSMetacmdProvider(Interface, IZMSActionListContributor.IZMSActionListContributor): (source)

View In Hierarchy

Undocumented

Method getMetaCmd Returns action.
Method getMetaCmdDescription Returns description of meta-command specified by ID.
Method getMetaCmdIds Returns list of action-ids.
Method getMetaCmds Returns list of actions.
def getMetaCmd(self, id): (source)

Returns action.

Returns
dictUndocumented
def getMetaCmdDescription(self, id): (source)

Returns description of meta-command specified by ID.

Returns
strUndocumented
def getMetaCmdIds(self, sort=True): (source)

Returns list of action-ids.

Returns
listUndocumented
def getMetaCmds(self, context=None, stereotype='', sort=True): (source)

Returns list of actions.

Returns
listUndocumented