facets
Hi there. I'm trying to create a document with an optional (dynamic) Facet, but it's not working. I'm using java-client 1.0 with Nuxeo 7.10 HF-24. My code is as follows: Document doc = new Document(name, "MyType");
doc.set("dc:title", "Doc ...
1 votes
2 answers
4 comments
2933 views
How to define your own custom facets? I could not find anything in the Studio for that, nor in the documentation (https://doc.nuxeo.com/nxdoc/available-facets/). I want to define a custom facet 'InvoiceFacet' that I can assign to existing documents, ...
0 votes
1 answers
2 comments
4107 views
I created a new document type that extends a File. I want it to behave like a file except I don't want it to be publishable. What are my options? Is there a way to turn off this facet? Or…do I have to extend from a Document, and include all the ...
0 votes
1 answers
3 comments
2616 views