예제 #1
0
 def interactive_participants(self):
     if self._interactive_participants is None:
         self._interactive_participants = get_interactive_participants(
             self.domain)
     return self._interactive_participants
예제 #2
0
 def interactive_participants(self):
     if self._interactive_participants is None:
         self._interactive_participants = get_interactive_participants(self.domain)
     return self._interactive_participants
예제 #3
0
 def options(self):
     cases = get_interactive_participants(self.domain)
     return [(case.get_id, case.name) for case in cases]
예제 #4
0
 def options(self):
     cases = get_interactive_participants(self.domain)
     return [(case.get_id, case.name) for case in cases]