Skip to main content
1-Visitor
May 23, 2023
Solved

How to listen to event while moving object from one container to another using move action?

  • May 23, 2023
  • 2 replies
  • 1786 views

 

 

 

 

 

Best answer by BjoernRueegg

I'm not sure but I would guess:

wt.inf.container.WTContainerMoveEvent

with  PRE_MOVE and POST_MOVE

 

2 replies

16-Pearl
May 27, 2023

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

17-Peridot
May 27, 2023

I'm not sure but I would guess:

wt.inf.container.WTContainerMoveEvent

with  PRE_MOVE and POST_MOVE

 

1-Visitor
June 6, 2023

Hi....Thank you ..It works for me

4-Participant
July 18, 2024

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