Re: [xwiki-users] How to trigger an event or method on page delete?

2017-03-22 Thread Francisco Barretto
Thank you Thomas, I'll try it! Francisco Barretto Laboratório de Arte e Tecnologia - LATE! www.late.art.br Laboratório de Pesquisa em Arte Computacional (Midialab) Universidade de Brasília - UnB 2017-03-22 14:02 GMT-03:00 Thomas Mortagne : > See

Re: [xwiki-users] How to trigger an event or method on page delete?

2017-03-22 Thread Thomas Mortagne
See http://extensions.xwiki.org/xwiki/bin/view/Extension/Observation+Module+Local. The event you want to listen to is org.xwiki.bridge.event.DocumentDeletedEvent. On Wed, Mar 22, 2017 at 5:55 PM, Francisco Barretto wrote: > I have implemented a xwiki based application

[xwiki-users] How to trigger an event or method on page delete?

2017-03-22 Thread Francisco Barretto
I have implemented a xwiki based application in which there are two main classes "A" and "B". Those classes have a one-to-many relationship where one "A" can be associated with many "B"s. (Just like presented in https://www.xwiki.org/xwiki/bin/view/FAQ/HowToCreateAOneToManyRelationshipInXWiki )