java-client
Hello, I want to know the difference between the Java Client and the Java Automation Client . What is the best to use ? If the Java Automation Client is deprecated, why is it still maintained (versions : 9.10 / 10.2 / etc …) ? Regards.
0 votes
1 answers
0 comments
1452 views
Hello, I want to implement a Fancybox inside our Tab. I don't now how to install the Bundles for the module 'FancyBox'. Thanks.
0 votes
0 answers
0 comments
1083 views
Hi , I want to override a document type in nuxeo, i try to do it with nuxeo studio i don't find a solution. Anyone can help me.
0 votes
1 answers
0 comments
1632 views
Hi, I would like to restrict the available types on a new document creation inside a specific path. For example, when I'm inside “http://lNuxeo_server/nuxeo/nxpath/default/default-domain/workspaces/test/Revues, i want to display the types document ...
0 votes
1 answers
1 comments
1302 views
has someone already change locale via the java code ? can you give me a hand to help me to make a function that will change the locale of one user. Thanks
0 votes
0 answers
0 comments
1164 views
Hi, i have a problem when adding a code to display inputtext field. This is my code : <extension target=“org.nuxeo.ecm.platform.forms.layout.WebLayoutManager” point="layouts"> <layout name="textWidgetLayout"> <templates> ...
0 votes
0 answers
0 comments
1711 views
Hi everyone, I want to know how to insert a filed input text outside form of a document . Below the location where I want the insert Thanks
0 votes
0 answers
0 comments
1316 views
My team is preparing Proof of concept, We selected Nuxeo as a platform, and we are facing performance issue. How to reproduce: 1. Nuxeo ECM loaded with 100 pdf documents (200KB each).
2. 10 user groups(local) created with read permissions to ...
0 votes
0 answers
6 comments
1973 views
Hi, I want to retrieve lifecycle state of document before delete it. Anyone have a solution.
0 votes
1 answers
1 comments
1809 views
Hi, The goal is to allow this deletion only if the articles have a “valid” or “aRediger” workflow status I tried to interceive with an event 'AboutToRemove' to perform some treatment but it does not work anymore. Can you give me some help.
0 votes
1 answers
2 comments
1760 views
Hi! I am looking into a way to review orphaned binaries before they are deleted. I know that that platform has in the Admin tab the tool to gathered orphaned binaries, and where you can delete clear them. I also saw in a different thread on what ...
0 votes
1 answers
1 comments
2366 views
Hi, i'm trying to add several users to a group using java client but it doesnt work.The users and the group are already created. The functions i have tried for this are: org.nuxeo.client.object.user.UserManager.addUserToGroup ...
0 votes
1 answers
0 comments
2034 views
Hi, I am trying to develop a java program (java client + rest API) that allows to create nuxeo documents by using as input a csv file. I followed the tutorial of nuxeo “https://doc.nuxeo.com/nxdoc/java-client/#operation-api” and I created a document ...
0 votes
0 answers
0 comments
2138 views
Hi, I try to create a java client nuxeo, I followed this tutorial https://doc.nuxeo.com/nxdoc/java-client/, but i can't import “org.nuxeo.client.api”. it fails with an error : the import org.nuxeo.client.api cannot be resolved. Does anyone have any ...
0 votes
1 answers
3 comments
2557 views
Hello All, I want to cutomize the nuxeo pages which I have listed below for startup redirection I have attached two files below. I am putting and customizing 1_view_home.xhtml which I have created as a sample. I am changing and replacing the path of ...
0 votes
0 answers
0 comments
1567 views