Package org.nuxeo.wopi
Interface CheckFileInfoUpdater
public interface CheckFileInfoUpdater
Allows to update the default populated CheckFileInfo properties with custom logic.
- Since:
- 2021.40
-
Method Summary
Modifier and TypeMethodDescriptionupdate
(Map<String, Serializable> checkFileInfoProperties) Updates the given CheckFileInfo properties.
-
Method Details
-
update
Updates the given CheckFileInfo properties.- Returns:
- the updated CheckFileInfo properties
-