Uses of Class
ubic.gemma.model.common.auditAndSecurity.curation.AnnotationSet
Packages that use AnnotationSet
Package
Description
-
Uses of AnnotationSet in ubic.gemma.model.common.auditAndSecurity.curation
Subclasses with type arguments of type AnnotationSet in ubic.gemma.model.common.auditAndSecurity.curationModifier and TypeClassDescriptionclassThin metadata projection of anAnnotationSetrow, served by the REST surface when?shape=metais requested.Methods in ubic.gemma.model.common.auditAndSecurity.curation that return AnnotationSetModifier and TypeMethodDescriptionAnnotationSetDisposition.getAnnotationSet()AnnotationSetTriage.getAnnotationSet()CurationDecision.getAnnotationSet()AnnotationSet.getParent()Methods in ubic.gemma.model.common.auditAndSecurity.curation with parameters of type AnnotationSetModifier and TypeMethodDescriptionCurationDraftDispositions.derive(AnnotationSet draft) Derive dispositions for a draft, reading the proposal payload through the draft'sparent.voidAnnotationSetDisposition.setAnnotationSet(AnnotationSet annotationSet) voidAnnotationSetTriage.setAnnotationSet(AnnotationSet annotationSet) voidCurationDecision.setAnnotationSet(AnnotationSet annotationSet) voidAnnotationSet.setParent(AnnotationSet parent) -
Uses of AnnotationSet in ubic.gemma.persistence.service.common.auditAndSecurity.curation
Subclasses with type arguments of type AnnotationSet in ubic.gemma.persistence.service.common.auditAndSecurity.curationSubinterfaces with type arguments of type AnnotationSet in ubic.gemma.persistence.service.common.auditAndSecurity.curationMethods in ubic.gemma.persistence.service.common.auditAndSecurity.curation that return AnnotationSetModifier and TypeMethodDescriptionAnnotationSetService.finalizeSet(Long id, String finalizedBy, String notes) StampfinalizedAt+finalizedByon the row, marking a DRAFT as "done editing" or a SNAPSHOT as the polished canonical view.AnnotationSetServiceImpl.finalizeSet(Long id, String finalizedBy, String notes) AnnotationSetDao.findByInvestigationAndRoleAndRunId(Investigation investigation, AnnotationSetRole role, String runId) Find an existing row for the(investigation, role, runId)triple, ornull.AnnotationSetDaoImpl.findByInvestigationAndRoleAndRunId(Investigation investigation, AnnotationSetRole role, String runId) AnnotationSetService.findByInvestigationAndRoleAndRunId(Investigation investigation, AnnotationSetRole role, String runId) AnnotationSetServiceImpl.findByInvestigationAndRoleAndRunId(Investigation investigation, AnnotationSetRole role, String runId) AnnotationSetDao.findLatestByInvestigation(Investigation investigation, AnnotationSetRole roleFilter) The most recent set attached to the given investigation matching the role filter (or all roles ifnull), ornull.AnnotationSetDaoImpl.findLatestByInvestigation(Investigation investigation, AnnotationSetRole roleFilter) AnnotationSetService.findLatestByInvestigation(Investigation investigation, AnnotationSetRole roleFilter) AnnotationSetServiceImpl.findLatestByInvestigation(Investigation investigation, AnnotationSetRole roleFilter) AnnotationSetService.AttachedAnnotationSet.getAnnotationSet()ClearfinalizedAt+finalizedBy+finalizedNoteson the row, reopening a finalized DRAFT or unblessing a polished SNAPSHOT.AnnotationSetService.updateProvenance(Long id, AnnotationSetService.RunProvenance provenance) Correct the run-provenance envelope on an existing row in place, so a mis-stampedagentVersion/model/agentName/runSha/ranAtis fixed without the delete-and-recreate that mints a new id.AnnotationSetServiceImpl.updateProvenance(Long id, AnnotationSetService.RunProvenance provenance) AnnotationSetService.updateStatus(AnnotationSet annotationSet, String status) Record where a proposal stands with its reviewer, and return the updated set.AnnotationSetServiceImpl.updateStatus(AnnotationSet annotationSet, String status) AnnotationSetService.upsertDraft(Investigation investigation, String createdBy, String payloadJson, String parkedElements, AnnotationSet parent) Convenience overload for the common DRAFT-upsert path used by the curation-UI: ensures one DRAFT per(investigation, curator)by derivingrunIdas"draft-{createdBy}".AnnotationSetServiceImpl.upsertDraft(Investigation investigation, String createdBy, String payloadJson, String parkedElements, AnnotationSet parent) Methods in ubic.gemma.persistence.service.common.auditAndSecurity.curation that return types with arguments of type AnnotationSetModifier and TypeMethodDescriptionAnnotationSetDao.findByInvestigation(Investigation investigation, AnnotationSetRole roleFilter) All sets attached to the given investigation, newest first.AnnotationSetDaoImpl.findByInvestigation(Investigation investigation, AnnotationSetRole roleFilter) AnnotationSetService.findByInvestigation(Investigation investigation, AnnotationSetRole roleFilter) AnnotationSetServiceImpl.findByInvestigation(Investigation investigation, AnnotationSetRole roleFilter) Methods in ubic.gemma.persistence.service.common.auditAndSecurity.curation with parameters of type AnnotationSetModifier and TypeMethodDescriptionAnnotationSetService.attach(Investigation investigation, AnnotationSetRole role, AnnotationSetSource source, AgentCurationKind kind, String runId, String createdBy, String agentVersion, String model, Date ranAt, String payloadJson, AnnotationSet parent) Attach (or return existing) an annotation set to the given investigation.AnnotationSetService.attach(Investigation investigation, AnnotationSetRole role, AnnotationSetSource source, AgentCurationKind kind, String runId, String createdBy, AnnotationSetService.RunProvenance runProvenance, String payloadJson, AnnotationSet parent) AsAnnotationSetService.attach(Investigation, AnnotationSetRole, AnnotationSetSource, AgentCurationKind, String, String, String, String, Date, String, AnnotationSet), but carrying the full run provenance rather than theagentVersion/model/ranAttriple.AnnotationSetServiceImpl.attach(Investigation investigation, AnnotationSetRole role, AnnotationSetSource source, AgentCurationKind kind, String runId, String createdBy, String agentVersion, String model, Date ranAt, String payloadJson, AnnotationSet parent) AnnotationSetServiceImpl.attach(Investigation investigation, AnnotationSetRole role, AnnotationSetSource source, AgentCurationKind kind, String runId, String createdBy, AnnotationSetService.RunProvenance runProvenance, String payloadJson, AnnotationSet parent) intAnnotationSetDispositionService.clearDispositions(AnnotationSet annotationSet) Erase every ruling on one set, so it can be dispositioned again from scratch.intAnnotationSetDispositionServiceImpl.clearDispositions(AnnotationSet annotationSet) CurationDecisionService.decide(Investigation investigation, CurationDecisionType decision, CurationDecisionScope scope, String decisionKey, AnnotationSet annotationSet, String reason, String decidedBy, TriageJudgeKind judgeKind) Record a decision.CurationDecisionServiceImpl.decide(Investigation investigation, CurationDecisionType decision, CurationDecisionScope scope, String decisionKey, AnnotationSet annotationSet, String reason, String decidedBy, TriageJudgeKind judgeKind) intAnnotationSetDispositionDao.deleteBySet(AnnotationSet annotationSet) Delete every ruling on one set and report how many rows went.intAnnotationSetDispositionDaoImpl.deleteBySet(AnnotationSet annotationSet) AnnotationSetTriageService.effectiveFor(AnnotationSet annotationSet) The ruling that counts — the most recent — or empty when nobody has ruled.AnnotationSetTriageServiceImpl.effectiveFor(AnnotationSet annotationSet) AnnotationSetDispositionDao.findBySet(AnnotationSet annotationSet) Every ruling on one set, most recent first — the full log, including rulings that have since been superseded.AnnotationSetDispositionDaoImpl.findBySet(AnnotationSet annotationSet) AnnotationSetDispositionService.findBySet(AnnotationSet annotationSet) Every ruling on one set, most recent first — the full log, superseded rulings included.AnnotationSetDispositionServiceImpl.findBySet(AnnotationSet annotationSet) 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.findBySetAndJudge(AnnotationSet annotationSet, String judgedBy) The judgementjudgedByhas standing on this set, ornull.AnnotationSetTriageDaoImpl.findBySetAndJudge(AnnotationSet annotationSet, String judgedBy) AnnotationSetDispositionDao.findBySetAndTarget(AnnotationSet annotationSet, String targetId) Every ruling on one finding, most recent first.AnnotationSetDispositionDaoImpl.findBySetAndTarget(AnnotationSet annotationSet, String targetId) AnnotationSetDispositionDao.findStandingBySet(AnnotationSet annotationSet) The standing ruling for each finding in one set — the most recent row per finding id, or per target id for rows carrying no finding id.AnnotationSetDispositionDaoImpl.findStandingBySet(AnnotationSet annotationSet) AnnotationSetDispositionService.historyFor(AnnotationSet annotationSet, String targetId) Every ruling on one finding, most recent first.AnnotationSetDispositionServiceImpl.historyFor(AnnotationSet annotationSet, String targetId) 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) booleanAnnotationSetTriageService.reviewedByHuman(AnnotationSet annotationSet) Whether a person — not only a machine — has ruled on this set.booleanAnnotationSetTriageServiceImpl.reviewedByHuman(AnnotationSet annotationSet) AnnotationSetDispositionService.rule(AnnotationSet annotationSet, String targetId, String findingId, FindingDisposition disposition, String decidedBy, TriageJudgeKind judgeKind, String reason) Record a ruling on one finding.AnnotationSetDispositionServiceImpl.rule(AnnotationSet annotationSet, String targetId, String findingId, FindingDisposition disposition, String decidedBy, TriageJudgeKind judgeKind, String reason) AnnotationSetDispositionService.standingFor(AnnotationSet annotationSet) The standing ruling for each finding in one set — the most recent per finding id, or per target id for rows carrying no finding id.AnnotationSetDispositionServiceImpl.standingFor(AnnotationSet annotationSet) AnnotationSetService.updateStatus(AnnotationSet annotationSet, String status) Record where a proposal stands with its reviewer, and return the updated set.AnnotationSetServiceImpl.updateStatus(AnnotationSet annotationSet, String status) AnnotationSetService.upsertDraft(Investigation investigation, String createdBy, String payloadJson, String parkedElements, AnnotationSet parent) Convenience overload for the common DRAFT-upsert path used by the curation-UI: ensures one DRAFT per(investigation, curator)by derivingrunIdas"draft-{createdBy}".AnnotationSetServiceImpl.upsertDraft(Investigation investigation, String createdBy, String payloadJson, String parkedElements, AnnotationSet parent) booleanAnnotationSetTriageService.withdraw(AnnotationSet annotationSet, String judgedBy) WithdrawjudgedBy's ruling, returning the set to un-triaged if it was the only one.booleanAnnotationSetTriageServiceImpl.withdraw(AnnotationSet annotationSet, String judgedBy) Constructors in ubic.gemma.persistence.service.common.auditAndSecurity.curation with parameters of type AnnotationSetModifierConstructorDescriptionAttachedAnnotationSet(AnnotationSet annotationSet, boolean created) -
Uses of AnnotationSet in ubic.gemma.persistence.service.expression.experiment
Methods in ubic.gemma.persistence.service.expression.experiment that return AnnotationSetModifier and TypeMethodDescriptionCurationCommitRequest.getRunParentProposal()The PROPOSAL annotation set this commit applies, if it applies one.Methods in ubic.gemma.persistence.service.expression.experiment with parameters of type AnnotationSetModifier and TypeMethodDescriptionvoidCurationCommitRequest.setRunParentProposal(AnnotationSet runParentProposal)