listener


Related Questions
Hi, I have a listener class that implements org.nuxeo.ecm.core.event.EventListener, and I want to invalidate the current document from there. Normally, in a bean, I use to inject NavigationContext, and then use its method to invalidate the document. ...
  0 votes
  1 answers
  2 comments
  2099 views

I'm trying to implement a scheduler associated with an event but not able to get the session from the event. In the following code the result of if (!(ctx instanceof DocumentEventContext)) { return; } is true so the rest of the code is not executed ...
  0 votes
  0 answers
  0 comments
  2673 views

Is it possible to detect document save from Live Edit? I'd like to manage the state of document before and after it's modification in Word. Thanks.
  0 votes
  1 answers
  0 comments
  2038 views

Hi, I need to call the “ExportStructureToFS” operation from an event listener in order to trigger a scheduled export mys documents. I found this explanation about how to call operations from java code, but I can't get the AutomationService and ...
  0 votes
  1 answers
  3 comments
  7139 views

Hello, I want to handle routing for documents according to the name of the file they are carrying. What I done is: Trigger the creation of a document on the repository with httpAutomationClient when a file is created on the client side AND THEN ...
  0 votes
  1 answers
  4 comments
  2431 views

Hi, I created a event listener and this listen workflowTaskEnded event. In this listener I can not get all my workflow and node variables values, only can get variable comment value. Why when you fire workflowTaskAssigned event, you add workflow ...
  0 votes
  1 answers
  0 comments
  4292 views

Every time i create a new Workspace and then a File or Folder, nuxeo doesnt show me the containers for Name and Description, by reading my server.log i found that everytime i try to create a container inside another container for the first time this ...
  0 votes
  1 answers
  4 comments
  3334 views

Is there a simple way to disable an event or a listener temporarily, and then re-enabling on completion (or in the finally block)? Thanks, Bruce.
  1 votes
  1 answers
  0 comments
  4626 views