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

Forum Posts

using template rendering addon without JSF

Hello, I have a question regarding the template rendering addon it is motioned in the document that it depends on the JSF which is deprecated and to configure a template I need to install the nuxeo-jsf-ui addon. The template document is configured i...

Looking for a way to look up all external permission share

Is there a way to look up all external shares? I've tried NXQL in the admin tab but I get mixed results. The documentation I read seemed to indicate that ACLs are a special NXQL property and that most fields are not searchable. This is about as close...

Empty task of a workflow

I have a workflow with multiple tasks. When I try to complete my task and got 502 Bad gateway exception while completing, the task becomes empty, i see the graph of my workflow from nuxeo ui and shows me empty task and Automation chain execution whil...

Query WorkManagerStatus

How can i get WorkManagerStatus info ? Is there a way to query this info, i want to fetch Queue pictureViewsGeneration info

How to Download A File using JavaScript Client

Is there a complete example of how to download a file using the JavaScript Nuxeo Client? I have tried coding this and need some help. Attached is a function from a React application which uses Electron. The code to display the file using PDF works O...

Override default vocabulary in administrator tab

Hello, I'm using Nuxeo10.10 as a docker image and I'm trying to override the vocabulary on the administrator page, I would like to **change **some vocabulary name and **delete **other; I found this extension here and I override this: <directory ...

Disable thumbnail generation for Office mime-types

How do you go about disabling thumbnail generation for certain mime-types? We would like to disable the thumbnail generation for Office docs to reduce unnecessary conversions (and load), since honestly a small thumbnail image isn't very useful for a ...

Java NuxeoClient resource

I've written a few short example apps tailored to my needs using Java client 3.6. Now it's time to integrate all of this in the real application. If I want to deliver Nuxeo security, I have to access Nuxeo as the logged in user. So my best guess so f...

__2 by Champ in-the-making
  • 188 Views
  • 1 replies
  • 0 kudos

Access versioning information through Java API

Hi! I'm coding an application that stores documents in Nuxeo using Java API. I figured out how to create additional versions of a document through doc.setPropertyValue("file:content", batchUpload.getBatchBlob()); doc = repository.updateDocument(doc);...

__2 by Champ in-the-making
  • 351 Views
  • 2 replies
  • 0 kudos