RED-3241: As a user I want to know the last modification date of the files

This commit is contained in:
aoezyetimoglu 2022-01-24 12:25:09 +01:00
parent 73e32df10c
commit cfc1ec79d7

View File

@ -59,7 +59,7 @@ public class FileModel {
private Map<String, String> fileAttributes = new HashMap<>();
private String dossierId;
private String dossierTemplateId;
private OffsetDateTime annotationModificationDate;
public boolean isAnalysisRequired(){
return this.fullAnalysisRequired || this.reanalysisRequired;