Hi.
To create a version of a document in ARIS ADS through a report I am using the method updateDocumentContent ( ADSDocument document, ADSDocumentMetaInfo documentMetaInfo, InputStream content, String changeDescription ).
In another report I would need to retrieve the value of changeDescription. It's possible? Can't find the proper method in ADSDocument or ADSDocumentMetaInfo classes.
Thank you