Example #1
0
 def _get_sorted_processing_worklists(self):
     """
     If the job is processed first me must fetch potential buffer worklists
     from the ISO request worklists as well.
     """
     return LAB_ISO_ORDERS.get_sorted_worklists_for_job(
         self.entity, self._processing_order)
Example #2
0
 def _get_sorted_processing_worklists(self):
     """
     If the job is processed first me must fetch potential buffer worklists
     from the ISO request worklists as well.
     """
     return LAB_ISO_ORDERS.get_sorted_worklists_for_job(self.entity,
                                             self._processing_order)