binarymanager
Hello, i'm deploying a Nuxeo 5.8 instance with the following steps. Launch instance configured with PostgreSQL database. Create a document and download it. All works correctly Enable xorBinaryManager in default-repository-config Restart the instance ...
0 votes
1 answers
0 comments
1655 views
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 = ...
0 votes
1 answers
0 comments
1825 views