binarymanager


Related Questions
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
  1581 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
  1742 views