|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Webclient Logon question |
« View previous topic :: View next topic » |
Author |
Message
|
kriersd |
Posted: Mon Apr 28, 2003 11:37 am Post subject: Webclient Logon question |
|
|
 Master
Joined: 22 Jul 2002 Posts: 209 Location: IA, USA
|
Can anyone tell me where the QueryWorkItems method is called frm when you logon from the web client.
Command Handler or Command Viewer ??? <--- Which one..
Does it happen in the generic command handler or does it get called from the JSPViewer? The reason I ask: I would like to override that method and show the user a list of list instead. If I modify the JSPViewer logon response method I know that I can change what page is displayed, however, I am wondering if the query work items call has already been done at that point. I know that the query work items API is a very $$$ call and if at all possible, I would like to avoid it. _________________ Dave Krier
IBM WebSphere MQ Workflow V3.4 Solution Designer |
|
Back to top |
|
 |
jmac |
Posted: Mon Apr 28, 2003 2:17 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Dave:
It is my opinion that you would want to override logonResponse in your viewer.java.
This is the last line of my logonResponse method:
Code: |
return queryWorkItemsResponse(builtin.queryWorkItems(context,
wListOID,false)); |
Of course you would need to modify, but I'm sure you get the idea _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|