cancel
Showing results for 
Search instead for 
Did you mean: 

WCM Delete's

rdifrango
Champ in-the-making
Champ in-the-making
Is there any way aside from the following to determine what items have been deleted from a WCM repository?

http://wiki.alfresco.com/wiki/AVM_Compare_AMP
4 REPLIES 4

pmonks
Star Contributor
Star Contributor
Yes - the underlying API that the AVM Compare module calls is also available.  It can be found at http://dev.alfresco.com/resource/docs/java/repository/org/alfresco/service/cmr/avmsync/AVMSyncServic....

Cheers,
Peter

rdifrango
Champ in-the-making
Champ in-the-making
I thought about that, I guess a better question would have been is there a Javascript based API for this?

pmonks
Star Contributor
Star Contributor
This is a low level API so is not exposed to Javascript.  You could expose it yourself however - this is described at http://wiki.alfresco.com/wiki/JavaScript_API_For_Alfresco_2.1#Adding_Custom_Script_APIs.  The mechanism described at http://wiki.alfresco.com/wiki/Configuring_the_ServiceRegistry_as_a_Javascript_Root_Object would also expose it (along with every other low level API).

Cheers,
Peter

rdifrango
Champ in-the-making
Champ in-the-making
Thanks, Peter it would not be the first time I have done so.  I did that with the workflow API's as well.