Class AnnotationSetDispositionServiceImpl

java.lang.Object
ubic.gemma.persistence.service.common.auditAndSecurity.curation.AnnotationSetDispositionServiceImpl
All Implemented Interfaces:
AnnotationSetDispositionService

@Service public class AnnotationSetDispositionServiceImpl extends Object implements AnnotationSetDispositionService
Default AnnotationSetDispositionService.

Deliberately emits no audit event, for the reason AnnotationSetTriageServiceImpl gives: any audit event sets curationDetails.lastUpdated, which is the optimistic-concurrency token the curation commit checks — so ruling on a finding would 409 every draft in flight on that dataset. The row carries its own decidedBy / decidedAt, so it is its own record.