cancel
Showing results for 
Search instead for 
Did you mean: 

Callback or event for my application

msj4u
Champ in-the-making
Champ in-the-making
Hi,

I have integrated alfresco for document uploading with my application using web-services;

Now I want to trigger a callback to my application for deleting the file from alfresco web client so that i can sync my application.

Any ideas how to do that
2 REPLIES 2

kaynezhang
World-Class Innovator
World-Class Innovator
You can write a behaviour class, that implements  "beforeDeleteNode" policy  and in your behaviour class call your application's webservcie to delete node in your application.

msj4u
Champ in-the-making
Champ in-the-making
where can i find this behavior class interface or already implemented classes ?