Hello,
I have created a Web Dynpro Java DC that renders custom view for Portal UWL.
I am using UWL API to read workitems from various connectors. This is working fine so far.
Now I created a AlertConnector and alerts are appearing in SAP standard UWL view under "Alerts" tab, but they don't appear in my custom UWL application.
Is there any special way to read "alerts" from UWL API?
Following is code extract that I use currently: -
UWLView uwlView = uwlService.getViewManager(uwlContext).getView("DefaultView", uwlContext);
IUWLItemManager itemManager = uwlService.getItemManager(uwlContext);
QueryResult queryResult = itemManager.getItemsForView(uwlContext, uwlView, null, mycompoundExpression);
ItemCollection results = queryResult.getItems();
Thanks & Regards,
Amey Mogare
[Portal version : CE 7.3 Ehp1 SP9]