Uses of Class
fr.gouv.vitam.batch.report.model.AuditFullStatusCount
-
Packages that use AuditFullStatusCount Package Description fr.gouv.vitam.batch.report.model -
-
Uses of AuditFullStatusCount in fr.gouv.vitam.batch.report.model
Methods in fr.gouv.vitam.batch.report.model that return AuditFullStatusCount Modifier and Type Method Description AuditFullStatusCountAuditStatsModel. getGlobalResults()Methods in fr.gouv.vitam.batch.report.model that return types with arguments of type AuditFullStatusCount Modifier and Type Method Description java.util.Map<java.lang.String,AuditFullStatusCount>AuditStatsModel. getOriginatingAgencyResults()Methods in fr.gouv.vitam.batch.report.model with parameters of type AuditFullStatusCount Modifier and Type Method Description voidAuditStatsModel. setGlobalResults(AuditFullStatusCount globalResults)Method parameters in fr.gouv.vitam.batch.report.model with type arguments of type AuditFullStatusCount Modifier and Type Method Description voidAuditStatsModel. setOriginatingAgencyResults(java.util.Map<java.lang.String,AuditFullStatusCount> originatingAgencyResults)Constructors in fr.gouv.vitam.batch.report.model with parameters of type AuditFullStatusCount Constructor Description AuditStatsModel(int nbObjectGroups, int nbObjects, java.util.Set<java.lang.String> opis, AuditFullStatusCount globalResults, java.util.Map<java.lang.String,AuditFullStatusCount> originatingAgencyResults)Constructor parameters in fr.gouv.vitam.batch.report.model with type arguments of type AuditFullStatusCount Constructor Description AuditStatsModel(int nbObjectGroups, int nbObjects, java.util.Set<java.lang.String> opis, AuditFullStatusCount globalResults, java.util.Map<java.lang.String,AuditFullStatusCount> originatingAgencyResults)
-