My client would like to have a custom view in UWL that aggregates all the tasks of all the people within the organization (it would be a management iview - they would like to see some statistics on the usage of UWL and portal itself within the company).
I haven't found any documents or apis on how to do this. The UWL customization is only about the XML files that define the user interface.
I was thinking on writing a custom AbstractPortalComponent that uses a Portal Service to fetch all UWL tasks. However I cannot seem to find any APIs or public Portal Services that are able to do this...
Any pointers welcome