Interface DifferentialExpressionAnalyzerAuditService
- All Known Implementing Classes:
DifferentialExpressionAnalyzerAuditServiceImpl
public interface DifferentialExpressionAnalyzerAuditService
Co-bean facade for the
DifferentialExpressionAnalysisEvent audit
emission carried out at the end of
DifferentialExpressionAnalyzerServiceImpl.persistAnalysis(ExpressionExperiment, DifferentialExpressionAnalysis, DifferentialExpressionAnalysisConfig). The hop
through a proxy is required so the AuditedAspect can intercept the
@Audited-annotated method on the implementation bean.
Phase C bucket 2f — see AUDIT_PHASE_C_RECCE.md §4d.
-
Method Summary
Modifier and TypeMethodDescriptionvoidrecordAnalysisPersisted(ExpressionExperiment ee, String note, DifferentialExpressionAnalysisPayload payload) Emit aDifferentialExpressionAnalysisEventforeewith the given payload.
-
Method Details
-
recordAnalysisPersisted
void recordAnalysisPersisted(ExpressionExperiment ee, String note, DifferentialExpressionAnalysisPayload payload) Emit aDifferentialExpressionAnalysisEventforeewith the given payload.
-