Ciao a tutti,
Ho la necessità di sapere se un file è stato modificato dopo che è stato creato. (in java )
Tramite uuid reperisco il documento, ma non ho trovato i metodi necessari per leggere i metadati.
Il codice è il seguente:
Reference nodeRef = new Reference(STORE, uuid, null);
Content[] contArr = WebServiceFactory.getContentService().read(new Predicate(new Reference[] { nodeRef }, STORE, null), Constants.PROP_CONTENT);
Content content = contArr[0];
Potete darmi qualche suggerimento?
Grazie a tutti.