コード例 #1
0
ファイル: MeetingAdvice.py プロジェクト: abdza/PloneMeeting
 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)
コード例 #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)
コード例 #3
0
ファイル: MeetingAdvice.py プロジェクト: abdza/PloneMeeting
 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)