예제 #1
0
 def rec_id_validator(new_record_id, include_path):
     return SubjectUtils.validate_new_record_id(context['pds'],
                                                context['subject'],
                                                new_record_id,
                                                include_path)
예제 #2
0
 def rec_id_validator(new_record_id, include_path):
     return SubjectUtils.validate_new_record_id(
         context['pds'], context['subject'], new_record_id, include_path)
예제 #3
0
 def rec_id_validator(new_record_id):
     return SubjectUtils.validate_new_record_id(pds, subject,
                                                new_record_id)
예제 #4
0
 def rec_id_validator(new_record_id):
     return SubjectUtils.validate_new_record_id(
         pds, subject, new_record_id)