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.
Hi,
You can disable behaviour of ASPECT_AUDITABLE before your process and unable after process complete.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.