Development


Related Questions
I'm working with audit search. Using the AuditQueryBuilder class. In the unit test environment, the following code… Calendar cal = Calendar.getInstance(); AuditQueryBuilder builder = new AuditQueryBuilder().predicates(Predicates.gte("eventDate", ...
  0 votes
  1 answers
  0 comments
  1318 views

  0 votes
  1 answers
  1 comments
  1127 views

I want to make a request with “dynamic” properties fetch from my Java app with nuxeo 8.10. There is the declatation of my NuxeoDocument: <schema name="TestDocumentProperties" src="data/TestDocumentProperties.xsd" prefix="test" /> <doctype ...
  0 votes
  0 answers
  1 comments
  3588 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
  2445 views

When you update the docker image?
  0 votes
  1 answers
  2 comments
  1753 views

I am following below article to customize the Nuxeo WEB UI. Hope following page is up to date. https://doc.nuxeo.com/nxdoc/web-ui-customization-tutorial/ After performing all steps, when I am trying to build maven project, getting following error. ...
  0 votes
  0 answers
  0 comments
  1673 views

Hi :) I want to remove the NXQL and Faceted search in nuxeo .I have searched in the internet but i havent found any clue.Can someone help me please?
  0 votes
  0 answers
  0 comments
  1550 views

Hi , While calling Blob.AttachOnDocument api getting error. My code HttpAutomationClient client = new HttpAutomationClient("url"); Session session = client.getSession("myuser","mypassword"); File dummyFile = new File(myfilepath"); Object request = ...
  0 votes
  0 answers
  0 comments
  2026 views

Hi everyone, I, Nuxeo Studio, Layout Widget Editor, I chose Multiple users/group suggestions. In Edit properties, Group Id Restriction , I would specify Active Directory groups, but I don't know what separator I have to use between each. I tryed ; , ...
  0 votes
  2 answers
  0 comments
  1285 views

I need to manipulate the search results. I'm changing the widget nuxeo-results used in the widget nuxeo-default-search-results. <nuxeo-results name="default" nx-provider="[[nxProvider]]" selected-items="{{selectedItems}}" display-mode="list"> ...
  0 votes
  0 answers
  0 comments
  1562 views

is there any commenting function?
  0 votes
  1 answers
  0 comments
  1408 views

I have a user with member groups access. When I create Document, I can't see vocabulary 1. Request URL: http://xxx:8080/nuxeo/api/v1/automation/Directory.SuggestEntries 2. Request Method: POST 403
  0 votes
  0 answers
  0 comments
  1500 views

This is a consistent behavior - a class contains several unit tests - each test inserts a few documents, then performs some manipulation on those documents. The class is declared thus: @Features({PlatformFeature.class, ...
  0 votes
  0 answers
  1 comments
  1532 views

Hello everyone, Do we have any possiblities to filter out the document types that one can create based on his permissions ? For example I want to allow Member to create only basic documents in a folder, like Audio, Note or File, where as ...
  0 votes
  2 answers
  1 comments
  1915 views

This product is not open source. It can not be used in production. You will not be able to add custom types and custom workflows. :(
  0 votes
  3 answers
  5 comments
  2460 views