Uses of Class
fr.gouv.vitam.batch.report.model.entry.AuditObjectGroupReportEntry
-
Packages that use AuditObjectGroupReportEntry Package Description fr.gouv.vitam.batch.report.model fr.gouv.vitam.batch.report.rest.service -
-
Uses of AuditObjectGroupReportEntry in fr.gouv.vitam.batch.report.model
Methods in fr.gouv.vitam.batch.report.model that return AuditObjectGroupReportEntry Modifier and Type Method Description AuditObjectGroupReportEntry
AuditObjectGroupModel. getMetadata()
Methods in fr.gouv.vitam.batch.report.model with parameters of type AuditObjectGroupReportEntry Modifier and Type Method Description void
AuditObjectGroupModel. setMetadata(AuditObjectGroupReportEntry metadata)
Constructors in fr.gouv.vitam.batch.report.model with parameters of type AuditObjectGroupReportEntry Constructor Description AuditObjectGroupModel(java.lang.String processId, java.lang.String creationDateTime, AuditObjectGroupReportEntry metadata, int tenant)
-
Uses of AuditObjectGroupReportEntry in fr.gouv.vitam.batch.report.rest.service
Method parameters in fr.gouv.vitam.batch.report.rest.service with type arguments of type AuditObjectGroupReportEntry Modifier and Type Method Description void
BatchReportServiceImpl. appendAuditReport(java.lang.String processId, java.util.List<AuditObjectGroupReportEntry> auditEntries, int tenantId)
-