document
Hi people :) I need to take the title of a document using java code even when the user doesn't have permission to see it.Can someone tell me if this is possible?
0 votes
1 answers
2 comments
1556 views
Hello Guys, I have Problem in Removing Specific Attachment From Document. When I try to delete attachment with index 3, it will always delete last attachment that is index 0. I have tried using below code. DocumentService ds = ...
0 votes
2 answers
1 comments
2106 views
Hello I am interested in document metadata encryption. I have sensitive values in document that want to encrypt them.
4 votes
0 answers
0 comments
4786 views
I am Creating a Spring-Java Application where i am Using Nuxeo as File Storage. I can do all operations like create workspace, folder, file, versions using HttpAutomationClient. i want to get all information of file like versions. but i am not able ...
1 votes
0 answers
0 comments
2129 views
I created a new document type facture with a field numFacture, When I save it into database the ID column is automatically generated it has such value “bbe7a3d3-274a-4c18-ab93-ef582a965ec1”. What I want is to make the numFacture field the primary ...
0 votes
1 answers
0 comments
10887 views
Hello, When I did NXQL with Nuxeo Automation I got some documents with : path:null and uid:uid:null This documents got an ID, a title, and some data files and a lifecycle state. But why did I got that documents in my database, because this documents ...
0 votes
1 answers
1 comments
2531 views
Nuxeo 5.6 on ubuntu server 12.04 Hi, normally, nuxeo is not expected to replace a document by another document with the same name. This is the problem I'm facing now. Take the folder XY with the document AB inside it. Drop or import in this folder a ...
0 votes
1 answers
0 comments
1660 views
Hi, Can nuxeo upload/add documents from emails. Thanks
0 votes
1 answers
0 comments
1617 views
Reading the question Document name : what is the max characters number for path ? I understood that in order to change the 24 char limit of the document name, I have to derive the class PathSegmentServiceDefault and providing it as a new ...
0 votes
1 answers
2 comments
2154 views
Hello, I just tested some interessant thing for me: I got a document that is completed by a workflow. This document got version archived during workflow process. If I came back on an old version, I was supposing that the workflow-Doc was saved too ...
0 votes
1 answers
0 comments
1997 views
I have designed a content view in my nuxeo studio and I want to define an event to refresh it when I create a document in another custom view, the created document only is showed in my content view when I do click the content view refresh button. I ...
0 votes
1 answers
1 comments
3907 views
Hello, Now I have a Problem on workflow documents rights. I did'nt change anything in the automation chains but The rights on the “WORKFLOW DOCUMENT” are no more available for other user than workflow initiator. What appended to the next user: can ...
0 votes
1 answers
1 comments
2255 views
Hello, I would like to know the max number of character for a nuxeo document name. This name is visible in the path. Thank you
0 votes
1 answers
5 comments
2576 views
Hi, I am using a 5.6 instance of Nuxeo. I have seen that versioning of document is not automatic, By default it is skip. Each time i need to manually select either Major or Minor option. How we can make version control to increment to Major version ...
0 votes
2 answers
2 comments
4941 views
Most information regarding a document is modifiable in some way in Studio, but I haven't found anything to manage comments. The closest I've found is the CommentManager class, but I have not been able to get that to work in a Run Script ...
1 votes
1 answers
0 comments
2433 views
hi @ all, I'm tring to add extra data to “File” core DocumentType. To achive this i have created a schema with extra informations. like: <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" ...
2 votes
4 answers
9 comments
4410 views
I am on application version 5.5 and want to use studio to configure a list view for documents that includes a download icon to the right of the document title. I can get something close to what I want out of the box by: setting up a custom content ...
0 votes
1 answers
0 comments
1935 views
I am using java content automation to upload and download files as blobs as shown in the link below. http://doc.nuxeo.com/display/NXDOC/Using+Nuxeo+Automation+Client The default dublincore schema is associated with each document. I want to retireve ...
0 votes
2 answers
0 comments
4873 views
I've set up a scheduled event listener that will delete documents that are no longer considered relevant. It seems to be working, I'm just concerned by the some of the log messages that seem to be triggered by various nuxeo processes directly after ...
1 votes
1 answers
0 comments
2779 views