Questions tagged [nuxeo]

An Open Source ECM Platform for building content applications.

Nuxeo is an Open Source Enterprise Content Management software Platform enabling architects and developers to easily build, deploy, and run content-centric business applications (Document Management, Case Management, Digital Asset Management, Social Collaboration and much more such as integrations and connectors distributed as addons via the Nuxeo Marketplace). That Java-based Platform is architected for modularity, extensibility and scalability. It features a document repository with configurable schemas, complex types, lifecycle management, workflows, versioning, access control with inheritance, blob management, fulltext indexing and more.

The Nuxeo global software company provides various products and services built upon and around its Open Source ECM Platform.

124 questions
1
vote
2 answers

Kofax integration with Nuxeo

I'm working with Nuxeo 7.10. Now I'm facing with problem of integration Kofax with it.I have seen Kofax is integrated with Alfresco but with Nuxeo I didn't find any thing. Have any body any idea, if it is possible, how can I integrate?
Saimir
  • 210
  • 2
  • 12
1
vote
1 answer

Change the owner of all the document in repository

In my current setup I am using Nuxeo with LDAP and CAS integration. Now my requirement is, for some scenarios one user upload the document after login but after certain period of time due to company change the user id may change for that user but…
Souvik
  • 1,219
  • 3
  • 16
  • 38
1
vote
0 answers

Define Document Type in plain XML for Nuxeo

I try to grasp the mechanics of Nuxeo and as such started with all tutorials and documents around. I put together a bundle that seemed quite right for me and tried now for several hours to make it work in any flavor - without success. Using Nuxeo…
mtraut
  • 4,720
  • 3
  • 24
  • 33
1
vote
0 answers

How to create Custom Task ( Define task variables + task form layout ) independently from workflows

Have anybody any idea how to define custom task ( task variables + task form layout ) on nuxeo without using nuxeo workflows? Thanks
Saimir
  • 210
  • 2
  • 12
1
vote
3 answers

Nuxeo Create and Update file with new Version Using REST

I am Creating a Spring-Java Application where i am Using Nuxeo as File Storage. I want to create a new file in document with new version in nuxeo using rest api. For example i have create a file with name of "file1.docx" in myworkspace now. i want…
1
vote
1 answer

create dynamic depended attributes on create page form with Nuxeo Studio

I need to create a dynamic form based on the user input data, for ex if I check e checkbox on create page automatically page should displayed same other fields. Have any body any idea?
Amir Buzo
  • 69
  • 9
1
vote
3 answers

Enable Hibernate "show_sql" for a Nuxeo installation

I want to see why my Nuxeo installation is failing when I point its SQL user directory to other database (Oracle says: table/view doesn't exists). I want to enable show_sql Hibernate parameter to see the sql in the console.. but I don't know where I…
helios
  • 13,574
  • 2
  • 45
  • 55
1
vote
1 answer

Show files with nuxeo and cmis request

I have an issue with a CMIS request to a nuxeo server. When I make a request like /nuxeo/atom/cmis/default/children?id=123456789 , the nuxeo server send only the folder include in the folder with id=123456789. I would like to see the files too.…
wall-e
  • 173
  • 1
  • 3
  • 13
1
vote
1 answer

How to obtain conversationId in nuxeo plugin

I'm working on a Nuxeo plugin which implements an operation. So I'm using @Operation, @OperationMethod and @Context annotations. The purpose of plugin is to get LiveEdit link, and the problem is I can't obtain conversationId which is needed for…
chernish2
  • 113
  • 1
  • 9
1
vote
2 answers

How can i move file/folder of Nuxeo to Trash with REST API

From Nuxeo REST API Document, I can see the deleted file/folder in TRASH with this code SELECT * FROM Document WHERE ecm:mixinType != 'HiddenInNavigation' AND ecm:currentLifeCycleState = 'deleted' AND ecm:isProxy = 0 AND ecm:isCheckedInVersion =…
Victoria
  • 13
  • 2
1
vote
2 answers

how can I define custom document properties with chemistry in-memory and/or nuxeo?

I'm very new to Open CMIS so I apologize if this is common knowledge. My documents need a custom property (i.e. a boolean "nm:test" or something like that) for my implementation. I've read on the web that I can do this with Alfresco via xml…
Nimchip
  • 1,685
  • 7
  • 25
  • 50
1
vote
1 answer

Customizing metadata with Nuxeo 5.8 (not studio)

I have an instance of Nuxeo 5.8 installed and running on s3 and I want to extend it so I can add customized metadata to an asset. E.g., say a normal asset has metadata like "title", "description" and "author", I want to be able to add my own fields…
Chris McKinnel
  • 14,694
  • 6
  • 64
  • 67
1
vote
1 answer

Create directories if not exist Nuxeo

I am attempting to do a document.copy on an existing document, with the assumption that if the directories I am copying into may or may not exist. What would be a good way to achieve that? client = new…
Abraham P
  • 15,029
  • 13
  • 58
  • 126
1
vote
1 answer

xeon phi timer resolution

My main aim was to insert 1ms delay in xeon phi coprocessor but I was getting ~9ms difference in my results. So, I tried experimenting with xeon host machine and phi coprocessor to find the timer resolution. I executed the following code: …
1
vote
1 answer

Nuxeo Http Link for files

I was wondering if there's a way in nuxeo or in any other CMIS-Compatiable repository through which I can get a direct URL to files stored on it, for instance if I have a ile called a.jpg that is stored on a nuxeo server, how can I get a direct URL…
Sabry Shawally
  • 603
  • 2
  • 11
  • 24
1 2
3
8 9