Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

clientSideBanner

Hi, I would like to ask something about mentioned file - clientSideBanner.xhtml Is this file (clientSideBanner.xhtml) protected from overriding? Because since I can override every other xhtml by making new bundle i can't touch this file. It's always ...

__3 by Confirmed Champ
  • 100 Views
  • 0 replies
  • 0 kudos

How can I use Context variables through REST API ?

I would like to obtain the users and groups having the manage rights on a document. I call Document.GetUsersAndGroups (v6.0, seems it has been renamed since) that holds a "variable name" param that is supposed to set the so called context variable. H...

Cluster & CoreSession.setLock(…) [5.6]

Hi, I have two back-end servers on a single nuxeo-5.6 repository with concurrent scheduled import jobs running. To avoid concurrent document creation, I use a try {} catch {} block and set a document lock on a common parent document : try { /* … */ ...

Bug in "Document.Query" with param "currentPageIndex"

Hi, I'm use Automation Client to connecto to Nuxeo REST API. I use "Document.Query" operation. My client said me that only like 2 Page. The result of search is 2 documents, and pageSize is 5. I call for first Page with currentPageIndex=1, but when y ...

Can I select visibility of files when publishing a document

Hi A document A is constructed with one or + source files (eg some *.doc files) then attach also a resulting PDF file (_eg. built from the source files) I'd like to publish the A document, so that only the PDF is visible (or accessible) when users ac...

Arnault_ by Confirmed Champ
  • 180 Views
  • 2 replies
  • 0 kudos

Using "content-type" or "Content-Type" header in API REST

Hi (Nuxeo 6.0) I observe that sometimes Nuxeo is happy with a "content-type" entry in the header and sometimes it is happy with "Content-Type" Is there a clear rule ? examples: id//@op/Document.SetLifeCycle is fine with "Content-Type" whereas group/s...

Arnault_ by Confirmed Champ
  • 134 Views
  • 1 replies
  • 0 kudos