Uses of Class
ubic.gemma.model.common.auditAndSecurity.curation.AnnotationSetTriage
Packages that use AnnotationSetTriage
Package
Description
-
Uses of AnnotationSetTriage in ubic.gemma.model.common.auditAndSecurity.curation
Methods in ubic.gemma.model.common.auditAndSecurity.curation that return types with arguments of type AnnotationSetTriageModifier and TypeMethodDescriptionstatic Optional<AnnotationSetTriage> AnnotationSetTriage.effective(Collection<AnnotationSetTriage> judgements) The most recent ruling amongjudgements, or empty when nobody has ruled.Method parameters in ubic.gemma.model.common.auditAndSecurity.curation with type arguments of type AnnotationSetTriageModifier and TypeMethodDescriptionstatic Optional<AnnotationSetTriage> AnnotationSetTriage.effective(Collection<AnnotationSetTriage> judgements) The most recent ruling amongjudgements, or empty when nobody has ruled.static booleanAnnotationSetTriage.reviewedByHuman(Collection<AnnotationSetTriage> judgements) -
Uses of AnnotationSetTriage in ubic.gemma.persistence.service.common.auditAndSecurity.curation
Subclasses with type arguments of type AnnotationSetTriage in ubic.gemma.persistence.service.common.auditAndSecurity.curationSubinterfaces with type arguments of type AnnotationSetTriage in ubic.gemma.persistence.service.common.auditAndSecurity.curationModifier and TypeInterfaceDescriptioninterfaceDAO forAnnotationSetTriagerows — one standing ruling per (annotation set, judge).Methods in ubic.gemma.persistence.service.common.auditAndSecurity.curation that return AnnotationSetTriageModifier and TypeMethodDescriptionAnnotationSetTriageDao.findBySetAndJudge(AnnotationSet annotationSet, String judgedBy) The judgementjudgedByhas standing on this set, ornull.AnnotationSetTriageDaoImpl.findBySetAndJudge(AnnotationSet annotationSet, String judgedBy) AnnotationSetTriageService.judge(AnnotationSet annotationSet, TriageVerdict verdict, String judgedBy, TriageJudgeKind judgeKind, String note) Record or replacejudgedBy's ruling onannotationSet.AnnotationSetTriageServiceImpl.judge(AnnotationSet annotationSet, TriageVerdict verdict, String judgedBy, TriageJudgeKind judgeKind, String note) Methods in ubic.gemma.persistence.service.common.auditAndSecurity.curation that return types with arguments of type AnnotationSetTriageModifier and TypeMethodDescriptionAnnotationSetTriageService.effectiveFor(AnnotationSet annotationSet) The ruling that counts — the most recent — or empty when nobody has ruled.AnnotationSetTriageServiceImpl.effectiveFor(AnnotationSet annotationSet) AnnotationSetTriageService.effectiveForIds(Collection<Long> annotationSetIds) AnnotationSetTriageServiceImpl.effectiveForIds(Collection<Long> annotationSetIds) AnnotationSetTriageService.effectiveForInvestigationIds(Collection<Long> investigationIds) The effective ruling for each of several datasets, keyed by dataset id — newest ruling across every annotation set the dataset owns.AnnotationSetTriageServiceImpl.effectiveForInvestigationIds(Collection<Long> investigationIds) AnnotationSetTriageDao.findByInvestigation(Investigation investigation) Every judgement on any set attached to one investigation, most recent first — the per-dataset triage view, without loading the sets.AnnotationSetTriageDaoImpl.findByInvestigation(Investigation investigation) AnnotationSetTriageService.findByInvestigation(Investigation investigation) Every ruling on any set of one investigation, most recent first.AnnotationSetTriageServiceImpl.findByInvestigation(Investigation investigation) AnnotationSetTriageDao.findBySet(AnnotationSet annotationSet) Every judgement on one set, most recent first.AnnotationSetTriageDaoImpl.findBySet(AnnotationSet annotationSet) AnnotationSetTriageService.findBySet(AnnotationSet annotationSet) Every ruling on one set, most recent first.AnnotationSetTriageServiceImpl.findBySet(AnnotationSet annotationSet) AnnotationSetTriageDao.findEffectiveByInvestigationIds(Collection<Long> investigationIds) The effective ruling for each of several INVESTIGATIONS, keyed by investigation id.AnnotationSetTriageDaoImpl.findEffectiveByInvestigationIds(Collection<Long> investigationIds) AnnotationSetTriageDao.findEffectiveBySetIds(Collection<Long> annotationSetIds) The effective (most recent) judgement for each ofannotationSetIds.AnnotationSetTriageDaoImpl.findEffectiveBySetIds(Collection<Long> annotationSetIds)