Alfresco AMP for Events

cancel
Showing results for 
Search instead for 
Did you mean: 
hilal_aslan
Active Member II

Alfresco AMP for Events

Hi,

I m using Alfresco Community 5.2. I want to add a module. This module should detect site click events. Actually I want to catch click event on site. When a user clicks a site, then I m making some update processes (in java code). But I couldn't catch this event. How can I do this process ?

Please help.

Thanks in advance..

5 Replies
douglascrp
Advanced II

Re: Alfresco AMP for Events

What do you mean by "site"?

Do you mean an Alfresco site?

Which "click" do you want to catch?

In the My Sites dashlet, in the Sites menu, in the links show in My Activities dashlet?

You have to be more specific on what you want to achieve.

hilal_aslan
Active Member II

Re: Alfresco AMP for Events

Yes I mean Alfresco site. And if a user clicks an alfresco site documentlibrary ,  my module must be catch this click event. That's exactly what I want. So my module must work synchronously with alfresco.

hilal_aslan
Active Member II

Re: Alfresco AMP for Events

Any help !

douglascrp
Advanced II

Re: Alfresco AMP for Events

I know this addon that I used in the past GitHub - atolcd/alfresco-audit-share 

hilal_aslan
Active Member II

Re: Alfresco AMP for Events

Im sorry but unfortunately This is not enough solution for my problem. I can not catch site (documentlibrary) click event with this module.