[xwiki-devs] listening to a rename operation?
Hello XWiki experts, is there a way using the "EventListener" of the ObservationManager to detect the move of a document to another space and page? Thanks in advance. Paul
Hi Paul, On Jun 16, 2013, at 11:54 PM, Paul Libbrecht <[email protected]> wrote:
Hello XWiki experts,
is there a way using the "EventListener" of the ObservationManager to detect the move of a document to another space and page?
No, ATM there's no rename event. Only a copy and delete. See http://jira.xwiki.org/browse/XWIKI-6451 Thanks -Vincent
Is there a copy event? I think that might be enough for me. I see none here: http://maven.xwiki.org/site/docs/xwiki-javadoc-4.2.x-maven/org/xwiki/bridge/... thanks in advance Paul On 17 juin 2013, at 08:27, Vincent Massol wrote:
Hi Paul,
On Jun 16, 2013, at 11:54 PM, Paul Libbrecht <[email protected]> wrote:
Hello XWiki experts,
is there a way using the "EventListener" of the ObservationManager to detect the move of a document to another space and page?
No, ATM there's no rename event. Only a copy and delete.
See http://jira.xwiki.org/browse/XWIKI-6451
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
On Jun 17, 2013, at 12:26 PM, Paul Libbrecht <[email protected]> wrote:
Is there a copy event?
I don't think so actually… There's a Document Created event. Thanks -Vincent
I think that might be enough for me. I see none here: http://maven.xwiki.org/site/docs/xwiki-javadoc-4.2.x-maven/org/xwiki/bridge/...
thanks in advance
Paul
On 17 juin 2013, at 08:27, Vincent Massol wrote:
Hi Paul,
On Jun 16, 2013, at 11:54 PM, Paul Libbrecht <[email protected]> wrote:
Hello XWiki experts,
is there a way using the "EventListener" of the ObservationManager to detect the move of a document to another space and page?
No, ATM there's no rename event. Only a copy and delete.
See http://jira.xwiki.org/browse/XWIKI-6451
Thanks -Vincent
No move and no copy document events no. There is basically no events which deal with different references for documents (same for xobjects, xclasses and xobjectproperties). On Mon, Jun 17, 2013 at 12:26 PM, Paul Libbrecht <[email protected]> wrote:
Is there a copy event? I think that might be enough for me. I see none here: http://maven.xwiki.org/site/docs/xwiki-javadoc-4.2.x-maven/org/xwiki/bridge/...
thanks in advance
Paul
On 17 juin 2013, at 08:27, Vincent Massol wrote:
Hi Paul,
On Jun 16, 2013, at 11:54 PM, Paul Libbrecht <[email protected]> wrote:
Hello XWiki experts,
is there a way using the "EventListener" of the ObservationManager to detect the move of a document to another space and page?
No, ATM there's no rename event. Only a copy and delete.
See http://jira.xwiki.org/browse/XWIKI-6451
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
participants (3)
-
Paul Libbrecht -
Thomas Mortagne -
Vincent Massol