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')