Uses of Class
fr.gouv.vitam.batch.report.model.entry.UnitComputedInheritedRulesInvalidationReportEntry
-
Packages that use UnitComputedInheritedRulesInvalidationReportEntry Package Description fr.gouv.vitam.batch.report.model fr.gouv.vitam.batch.report.rest.service -
-
Uses of UnitComputedInheritedRulesInvalidationReportEntry in fr.gouv.vitam.batch.report.model
Methods in fr.gouv.vitam.batch.report.model that return UnitComputedInheritedRulesInvalidationReportEntry Modifier and Type Method Description UnitComputedInheritedRulesInvalidationReportEntryUnitComputedInheritedRulesInvalidationModel. getMetadata()Methods in fr.gouv.vitam.batch.report.model with parameters of type UnitComputedInheritedRulesInvalidationReportEntry Modifier and Type Method Description voidUnitComputedInheritedRulesInvalidationModel. setMetadata(UnitComputedInheritedRulesInvalidationReportEntry metadata)Constructors in fr.gouv.vitam.batch.report.model with parameters of type UnitComputedInheritedRulesInvalidationReportEntry Constructor Description UnitComputedInheritedRulesInvalidationModel(java.lang.String processId, int tenant, java.lang.String creationDateTime, UnitComputedInheritedRulesInvalidationReportEntry metadata) -
Uses of UnitComputedInheritedRulesInvalidationReportEntry in fr.gouv.vitam.batch.report.rest.service
Method parameters in fr.gouv.vitam.batch.report.rest.service with type arguments of type UnitComputedInheritedRulesInvalidationReportEntry Modifier and Type Method Description voidBatchReportServiceImpl. appendUnitComputedInheritedRulesInvalidationReport(java.lang.String processId, java.util.List<UnitComputedInheritedRulesInvalidationReportEntry> unitEntries, int tenantId)
-