event


Related Questions
Bonjour, Je voudrais utiliser le champ “Custom EL expression” dans un “Event Handler” afin de vérifier que le parent du document que je créé est de type “sujet”. Quelle est l'expression que je dois utiliser ? Je ne trouve pas comment faire dans la ...
  0 votes
  1 answers
  1 comments
  1261 views

Hello, I'm working with nuxeo sudio 10.10 (WEB UI) and I would like to redirect the user after an action launching an automation chain. In my case I try to use the event property : https://doc.nuxeo.com/1010/nxdoc/how-to-use-events/ And the one I ...
  0 votes
  1 answers
  0 comments
  1226 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
  2662 views

I've followed this article in Nuxeo Blog for sending amail when some documents are expired, Here is what i've done contract-scheduler-contrib.xml : <?xml version="1.0"?> <component name="org.nuxeo.sample.scheduler.notifContract"> ...
  0 votes
  0 answers
  28 comments
  4138 views

What is the call to get the type of an event? These types are shown in the “Common Events” section of “Events and Listeners”, http://doc.nuxeo.com/display/NXDOC/Events+and+Listeners
  0 votes
  1 answers
  0 comments
  1630 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
  4618 views

I have been trying to solve this problem that is generated when I run command mvn install. I show you the console errors and my file pom. I hope You can help me please. C:\workspace\workflows>mvn install [INFO] Scanning for projects... [INFO] ...
  0 votes
  2 answers
  1 comments
  14198 views