Package org.nuxeo.wopi
Interface CheckFileInfoUpdater
- 
public interface CheckFileInfoUpdaterAllows to update the default populated CheckFileInfo properties with custom logic.- Since:
 - 2021.40
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Serializable>update(Map<String,Serializable> checkFileInfoProperties)Updates the given CheckFileInfo properties. 
 - 
 
- 
- 
Method Detail
- 
update
Map<String,Serializable> update(Map<String,Serializable> checkFileInfoProperties)
Updates the given CheckFileInfo properties.- Returns:
 - the updated CheckFileInfo properties
 
 
 - 
 
 -