Exemplo n.º 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)
Exemplo n.º 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)
Exemplo n.º 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)