How to listen to event while moving object from one container to another using move action?
May 23, 2023
02:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
May 23, 2023
02:24 AM
How to listen to event while moving object from one container to another using move action?
Labels:
- Labels:
-
General Customization
ACCEPTED SOLUTION
Accepted Solutions
May 27, 2023
04:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
May 27, 2023
04:14 PM
I'm not sure but I would guess:
wt.inf.container.WTContainerMoveEvent
with PRE_MOVE and POST_MOVE
4 REPLIES 4
May 27, 2023
08:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
May 27, 2023
08:00 AM
Hi @KS_9713081 ,
Update the following properties in wt.properties file to generate events log/information when move action is performed.
wt.services.verbose=true
wt.services.verboseEvents=true
May 27, 2023
04:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
May 27, 2023
04:14 PM
I'm not sure but I would guess:
wt.inf.container.WTContainerMoveEvent
with PRE_MOVE and POST_MOVE
Jun 06, 2023
02:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jun 06, 2023
02:37 AM
Hi....Thank you ..It works for me
Jul 18, 2024
01:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jul 18, 2024
01:31 PM
Hello,
I also need to configure WTContainerMoveEvent.POST_MOVE, can you share the code snippet, which interface to implement and method to call like notifyVetoableMultiObjectEvent. Thanks
