cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

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

KS_9713081
2-Guest

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

 

 

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

I'm not sure but I would guess:

wt.inf.container.WTContainerMoveEvent

with  PRE_MOVE and POST_MOVE

 

View solution in original post

4 REPLIES 4
TDT
12-Amethyst
12-Amethyst
(To:KS_9713081)

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

I'm not sure but I would guess:

wt.inf.container.WTContainerMoveEvent

with  PRE_MOVE and POST_MOVE

 

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

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

Top Tags