Example #1
0
 def wfActions(self):
     '''Returns the adapter that implements the interface that proposes
        methods for use as actions in the workflow associated with this
        item.'''
     return getWorkflowAdapter(self, conditions=False)
Example #2
0
 def wfActions(self):
     '''Returns the adapter that implements the interface that proposes
        methods for use as actions in the workflow associated with this
        item.'''
     return getWorkflowAdapter(self, conditions=False)
Example #3
0
 def wfConditions(self):
     '''Returns the adapter that implements the interface that proposes
        methods for use as conditions in the workflow associated with this
        advice.'''
     return getWorkflowAdapter(self, conditions=True)