01-19-2015 12:28 PM
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 expose a LiveEdit link for a given document to some outer service, and the problem is I can't obtain conversationId which is required for building a nxedit: URL. Nuxeo source code uses Manager.instance().getCurrentConversationId() but I can't obtain Manager instance in my plugin either. And it seems impossible to inject Manager instance via @Context, it returns just null value. How can I get proper LiveEdit URL (and especially conversationId)? Thank you in advance.
01-20-2015 02:17 AM
Have you looked at ConversationIdGenerator.java ?
01-20-2015 02:31 AM
The problem is LiveEdit URL should contain EXISTING conversationId. I can create a new one, but such an nxedit
01-30-2015 04:06 AM
Hello,
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.