Howto use DefaultBinaryManager ?
Hi, I need to retrieve the filesystem's filename of the principal blob of a document. I would like to use the code below to retrieve this info : String digest = blob.getDigest(); DefaultBinaryManager manager = ???? ; File file = manager.getFileForDig...