03-21-2019 11:45 AM
Good day.
I am developing a Java application that uses OpenCMIS to communicate with the Alfresco repository. When I update the document properties
<java>
...
document.updateProperties(properties);
</java>
or create new version
<java>
...
id = document
.checkIn(false, properties, contentStream, "New Version Commit");
</java>
the last modified date (cmis:lastModificationDate) is always updated.
Is there a way not to update the last modified date if the properties remain unchanged?
Thanks.
03-22-2019 11:11 PM
Hi,
You can disable behaviour of ASPECT_AUDITABLE before your process and unable after process complete.
Explore our Alfresco products with the links below. Use labels to filter content by product module.