CMIS Plugin
I'm trying to create a custom query to return the related documents (Joins) in my worklist, so I need to use the “CMIS” standard to ride my Query. I am using the version (Nuxeo 5.8) there is already an plugin by default -> (http://doc.nuxeo.com/display/public/NXDOC/CMIS+for+Nuxeo).
I wonder where I need implement this code, as it will be called? It has to do with SecurityPolicy?
Thank you for your attention
You can do CMISQL queries from Java code, see How to make CMISQL queries from Nuxeo.
Could you tell me how I would call it class with the method by clicking in the document tree?
Yes, is related to my first question. I want to execute my CMISQL by clicking on the tree above. I wonder how to call this method with my query to list the related documents? I need to execute a listener?
I'm trying to use the SecurityPolicy class override the transform () method, but I need to run my query only for a Document of type (X). Is there another way to solve this?
public static class NoFileTransformer implements SQLQuery.Transformer {