Exemplo n.º 1
0
 def getSubmittedBy(self):
     """
     Returns the identifier of the user who submitted the result if the
     state of the current analysis is "to_be_verified" or "verified"
     :return: the user_id of the user who did the last submission of result
     """
     return getTransitionActor(self, 'submit')
Exemplo n.º 2
0
 def getSubmittedBy(self):
     """
     Returns the identifier of the user who submitted the result if the
     state of the current analysis is "to_be_verified" or "verified"
     :return: the user_id of the user who did the last submission of result
     """
     return getTransitionActor(self, 'submit')