A B C D E F G H I J L M N O P Q R S T U V W

A

activityInstanceList - Static variable in class com.ibm.workflow.servlet.client.Optional.WMQWF35
 
ACTIVITYINSTANCELIST - Static variable in interface com.ibm.workflow.servlet.client.SessionContext
 
addHeader - Static variable in class com.ibm.workflow.servlet.client.Optional.SDK22
 
AI_FORCE_FINISH - Static variable in class com.ibm.workflow.servlet.client.Command
Command for ActivityInstance.forceFinish()
AI_FORCE_RESTART - Static variable in class com.ibm.workflow.servlet.client.Command
Command for ActivityInstance.forceRestart()
AI_SHOW_PROPERTIES - Static variable in class com.ibm.workflow.servlet.client.Command
Command to show activity properties
AI_TERMINATE - Static variable in class com.ibm.workflow.servlet.client.Command
Command for ActivityInstance.terminate()
AIL_QUERY_INSTANCES - Static variable in class com.ibm.workflow.servlet.client.Command
Command for ActivityInstanceList.queryActivityInstances()
ApplicationContext - interface com.ibm.workflow.servlet.client.ApplicationContext.
 
ApplicationContextProxy - class com.ibm.workflow.servlet.client.ApplicationContextProxy.
 
ApplicationContextProxy() - Constructor for class com.ibm.workflow.servlet.client.ApplicationContextProxy
 
AuditTrailHandler - class com.ibm.workflow.servlet.sample.AuditTrailHandler.
This CommandHandler accesses the IBM WebSphere MQ Workflow audit trail using JDBC and returns the event data in XML format.
AuditTrailHandler() - Constructor for class com.ibm.workflow.servlet.sample.AuditTrailHandler
 
available - Static variable in class com.ibm.workflow.servlet.client.Optional.SDK22
 
available - Static variable in class com.ibm.workflow.servlet.client.Optional.MQWF332
 
available - Static variable in class com.ibm.workflow.servlet.client.Optional.WMQWF35
 

B

BasicAuthenticationHandler - class com.ibm.workflow.servlet.sample.BasicAuthenticationHandler.
This CommandHandler extracts the HTTP/1.1 Basic Authentication header from a request and uses it to logon on to IBM WebSphere MQ Workflow, if present.
BasicAuthenticationHandler() - Constructor for class com.ibm.workflow.servlet.sample.BasicAuthenticationHandler
 
BuiltinHandler - class com.ibm.workflow.servlet.client.BuiltinHandler.
This class handles all commands known by the Web Client's servlet itself.

C

cancelWorkItem(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
cancelWorkItem(RequestContext, String, String) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
cancelWorkItemResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.cancelWorkItem() command.
cancelWorkItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
 
cancelWorkItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
 
cancelWorkItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page that is displayed when a work item checkout has been canceled.
Catalog - interface com.ibm.workflow.servlet.client.Catalog.
This class defines the interface to message catalogs.
CatalogImpl - class com.ibm.workflow.servlet.client.CatalogImpl.
 
CatalogImpl(HttpServletRequest) - Constructor for class com.ibm.workflow.servlet.client.CatalogImpl
 
CatalogImpl(Locale) - Constructor for class com.ibm.workflow.servlet.client.CatalogImpl
 
CatalogImpl(String, HttpServletRequest) - Constructor for class com.ibm.workflow.servlet.client.CatalogImpl
 
CatalogImpl(String, Locale) - Constructor for class com.ibm.workflow.servlet.client.CatalogImpl
 
checkInWorkItem(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
checkInWorkItemResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.checkInWorkItem() command.
checkInWorkItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
 
checkInWorkItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
 
checkInWorkItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page that is displayed when a work item has been checked in.
checkOutWorkItem(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
checkOutWorkItem(RequestContext, String, String, boolean) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
checkOutWorkItemResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.checkOutWorkItem() command.
checkOutWorkItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that will be displayed when a work item has been checked out.
checkOutWorkItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that will be displayed when a work item has been checked out.
checkOutWorkItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page that will be displayed when a work item has been checked out.
ClientException - exception com.ibm.workflow.servlet.client.ClientException.
This is the base class for all exceptions thrown within the Web Client framework.
ClientException(HttpServletRequest, String) - Constructor for class com.ibm.workflow.servlet.client.ClientException
Constructs an exception object.
ClientException(HttpServletRequest, Throwable) - Constructor for class com.ibm.workflow.servlet.client.ClientException
Constructs an exception object.
ClientException(HttpServletRequest, Throwable, String) - Constructor for class com.ibm.workflow.servlet.client.ClientException
Constructs an exception object.
ClientException(RequestContext, String) - Constructor for class com.ibm.workflow.servlet.client.ClientException
Constructs an exception object.
ClientException(RequestContext, Throwable) - Constructor for class com.ibm.workflow.servlet.client.ClientException
Constructs an exception object.
ClientException(RequestContext, Throwable, String) - Constructor for class com.ibm.workflow.servlet.client.ClientException
Constructs an exception object.
com.ibm.workflow.servlet.client - package com.ibm.workflow.servlet.client
 
com.ibm.workflow.servlet.sample - package com.ibm.workflow.servlet.sample
 
Command - class com.ibm.workflow.servlet.client.Command.
This class encapsulates what commands are allowed in the various states of process templates, process instances, activity instances, persistent lists, and work items.
Command(String, String, String) - Constructor for class com.ibm.workflow.servlet.client.Command
Constructs a Command object.
Command(String, String, String, String, String) - Constructor for class com.ibm.workflow.servlet.client.Command
Constructs a Command object.
CommandHandler - interface com.ibm.workflow.servlet.client.CommandHandler.
This class allows you to add new commands to the Web Client's servlet and also to extend the servlet's commands.
CommandHandlerAdapter - class com.ibm.workflow.servlet.sample.CommandHandlerAdapter.
CommandHandlerAdapter acts as a CommandHandler which aggregates other CommandHandlers.
CommandHandlerAdapter() - Constructor for class com.ibm.workflow.servlet.sample.CommandHandlerAdapter
 
Config - class com.ibm.workflow.servlet.client.Config.
This class provides access to the settings in the servlet configuration file.
Config(ServletConfig) - Constructor for class com.ibm.workflow.servlet.client.Config
 
createActivityList - Static variable in class com.ibm.workflow.servlet.client.Optional.WMQWF35
 
createAndStartInstance(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
Creates and starts a process instance.
createAndStartInstance3 - Static variable in class com.ibm.workflow.servlet.client.Optional.MQWF332
 
createAndStartInstanceResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.createAndStartInstance() command.
createAndStartInstanceResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page displayed after a new process instance has been created and started.
createAndStartInstanceResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page displayed after a new process instance has been created and started.
createAndStartInstanceResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page displayed after a new process instance has been created and started.
createInstance(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
createInstance(RequestContext, String) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
createInstanceResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.createInstance() command.
createInstanceResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
 
createInstanceResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
 
createInstanceResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page displayed after a new process instance has been created.
createList(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
Deprecated. - this function will be redesigned in a later release
createList(RequestContext) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
Deprecated. - this function will be redesigned in a later release
createListResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.createList() command.
createListResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
 
createListResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
 
createListResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
 
createNavigatorEntries(RequestContext, boolean) - Method in class com.ibm.workflow.servlet.client.JSPViewer
 
createNavigatorEntries(RequestContext, boolean) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
 
createNavigatorEntries(RequestContext, boolean) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Deprecated. - this function will be redesigned in a later release
createPersistentList(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
Deprecated. - this function will be redesigned in a later release
createPersistentListResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.createPersistentList() command.
createPersistentListResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
 
createPersistentListResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
 
createPersistentListResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
 

D

DefaultViewer - class com.ibm.workflow.servlet.client.DefaultViewer.
This class provides the default implementation of the Viewer interface.
DefaultViewer() - Constructor for class com.ibm.workflow.servlet.client.DefaultViewer
 
deleteInstance(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
deleteInstance(RequestContext) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
deleteInstanceResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.deleteInstance() command.
deleteInstanceResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
 
deleteInstanceResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
 
deleteInstanceResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page displayed after a process instance has been deleted.
deleteItem(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
deleteItemResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.deleteItem() command.
deleteItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that is displayed when an item has been deleted.
deleteItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that is displayed when an item has been deleted.
deleteItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page that is displayed when an item has been deleted.
deleteList(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
deleteList(RequestContext) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
deleteListResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.deleteList() command.
deleteListResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that is displayed when a list has been deleted.
deleteListResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that is displayed when a list has been deleted.
deleteListResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page that is displayed when a list has been deleted.
deleteTemplate(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
deleteTemplate(RequestContext) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
deleteTemplateResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.deleteTemplate() command.
deleteTemplateResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
 
deleteTemplateResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
 
deleteTemplateResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page displayed after a process template has been deleted.
destroy() - Method in class com.ibm.workflow.servlet.client.GenericCommandHandler
This convenience method has an empty implementation.
destroy() - Method in class com.ibm.workflow.servlet.client.Main
Cleans up the Workflow sessions that are still active, then dispatches the call to the user-defined CommandHandler, if any, to give it the opportunity to clean up resources.
destroy() - Method in interface com.ibm.workflow.servlet.client.CommandHandler
This method is called by the Web Client in its servlet's destroy() method.
destroy() - Method in class com.ibm.workflow.servlet.sample.AuditTrailHandler
When the handler is unloaded, the cached JDBC connection is closed.
destroy() - Method in class com.ibm.workflow.servlet.sample.CommandHandlerAdapter
This method is called by the Web Client in its servlet's destroy() method.

E

EmailHandler - class com.ibm.workflow.servlet.sample.EmailHandler.
A custom handler which will send a notification email to the receiver of a transferred item.
EmailHandler() - Constructor for class com.ibm.workflow.servlet.sample.EmailHandler
 
EnhancedJSPViewer - class com.ibm.workflow.servlet.client.EnhancedJSPViewer.
This Viewer should be used when your Application server supports the JSP V1.0 standard.
EnhancedJSPViewer() - Constructor for class com.ibm.workflow.servlet.client.EnhancedJSPViewer
 
errorResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called by the Web Client if an error occurred.
errorResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that is shown in case of an error.
errorResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that is shown in case of an error.
errorResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page that is shown in case of an error.
execute(String, HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.GenericCommandHandler
This method is called by the BuiltinHandler to invoke user-defined commands.
execute(String, HttpServletRequest, HttpServletResponse) - Method in interface com.ibm.workflow.servlet.client.CommandHandler
This method is called every time a custom command is to be executed.
execute(String, HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.sample.CommandHandlerAdapter
This method is called every time a custom command is to be executed.

F

finishWorkItem(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
finishWorkItem(RequestContext, String, String) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
finishWorkItemResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.finishWorkItem() command.
finishWorkItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that is displayed when a work item has been finished.
finishWorkItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that is displayed when a work item has been finished.
finishWorkItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page that is displayed when a work item has been finished.
forceFinishActivity(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
forceFinishActivityResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.forceFinishActivity() command.
forceFinishActivityResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that is displayed after an activity instance has been force finished.
forceFinishActivityResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that is displayed after an activity instance has been force finished.
forceFinishActivityResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
This method has an empty implementation since activity actions can only be accessed from activity properties page which requires JSPViewer.
forceFinishWorkItem(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
forceFinishWorkItem(RequestContext, String, String, String) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
forceFinishWorkItemResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.forceFinishWorkItem() command.
forceFinishWorkItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that is displayed after a work item has been force finished.
forceFinishWorkItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that is displayed after a work item has been force finished.
forceFinishWorkItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page that is displayed when a work item has been force finished.
forceRestartActivity(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
forceRestartActivityResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.forceRestartActivity() command.
forceRestartActivityResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that is displayed after an activity instance has been force restarted.
forceRestartActivityResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that is displayed after an activity instance has been force restarted.
forceRestartActivityResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
This method has an empty implementation since activity actions can only be accessed from activity properties page which requires JSPViewer.
forceRestartWorkItem(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
forceRestartWorkItem(RequestContext, String, String, String) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
forceRestartWorkItemResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.forceRestartWorkItem() command.
forceRestartWorkItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that is displayed after a work item has been force restarted.
forceRestartWorkItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that is displayed after a work item has been force restarted.
forceRestartWorkItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page that is displayed when a work item has been force restarted.
format(String) - Static method in class com.ibm.workflow.servlet.sample.AuditTrailHandler
This static method transforms the numeric representation of an MQWF event code to a human-readable string by looking up the translation in the 'AuditTrail.properties' file (which allows for easy language translation).
formatDate(Date) - Method in class com.ibm.workflow.servlet.client.ApplicationContextProxy
 
formatDate(Date) - Method in interface com.ibm.workflow.servlet.client.ApplicationContext
 
formatStringArray(String[], String) - Static method in class com.ibm.workflow.servlet.client.RequestContext
 
formatTime(Date) - Method in class com.ibm.workflow.servlet.client.ApplicationContextProxy
 
formatTime(Date) - Method in interface com.ibm.workflow.servlet.client.ApplicationContext
 

G

generateForm(Command, String, Command, String, Container, Container, String, String) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
GenericCommandHandler - class com.ibm.workflow.servlet.client.GenericCommandHandler.
This class provides a generic implementation of CommandHandler's execute() method which maps the command name directly to the name of the method to be invoked and allows easy access to the ApplicationContext.
GenericCommandHandler() - Constructor for class com.ibm.workflow.servlet.client.GenericCommandHandler
 
get(String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
get(String) - Method in interface com.ibm.workflow.servlet.client.Catalog
Query a message without substitution variables.
get(String) - Method in class com.ibm.workflow.servlet.client.CatalogImpl
 
get(String) - Method in class com.ibm.workflow.servlet.client.LogonContext
 
get(String, String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
get(String, String) - Method in interface com.ibm.workflow.servlet.client.Catalog
Query a message with one substitution variable.
get(String, String) - Method in class com.ibm.workflow.servlet.client.CatalogImpl
 
get(String, String) - Method in class com.ibm.workflow.servlet.client.LogonContext
 
get(String, String[]) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
get(String, String[]) - Method in interface com.ibm.workflow.servlet.client.Catalog
Query a message with multiple substitution variables.
get(String, String[]) - Method in class com.ibm.workflow.servlet.client.CatalogImpl
 
get(String, String[]) - Method in class com.ibm.workflow.servlet.client.LogonContext
 
getActionButton(RequestContext, String) - Method in class com.ibm.workflow.servlet.client.Command
Creates an img tag pointing to the action button for this command (<documentRoot>/images/navigation/<commandPicture>).
getActionIcon(RequestContext, String) - Method in class com.ibm.workflow.servlet.client.Command
Creates an img tag pointing to the action icon for this command (<documentRoot>/images/action/<commandPicture>).
getActions(ActivityInstance) - Static method in class com.ibm.workflow.servlet.client.Command
Get the list of allowed commands for an activity instance.
getActions(ActivityInstanceNotification) - Static method in class com.ibm.workflow.servlet.client.Command
Get the list of allowed commands for a activity notification item.
getActions(PersistentList) - Static method in class com.ibm.workflow.servlet.client.Command
Get the list of allowed commands for a persistent list.
getActions(ProcessInstance) - Static method in class com.ibm.workflow.servlet.client.Command
Get the list of allowed commands for a process instance.
getActions(ProcessInstanceNotification) - Static method in class com.ibm.workflow.servlet.client.Command
Get the list of allowed commands for a process notification item.
getActions(ProcessTemplate) - Static method in class com.ibm.workflow.servlet.client.Command
Get the list of allowed commands for a process template.
getActions(String, WorkItem) - Static method in class com.ibm.workflow.servlet.client.Command
Get the list of allowed commands for a work item.
getActions(String, WorkItem, HttpServletRequest) - Static method in class com.ibm.workflow.servlet.client.Command
 
getActivities() - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getActivityInstance() - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getActivityInstance(String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getActivityInstance(String) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getActivityInstance(String, String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getActivityInstance(String, String) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getActivityInstanceList() - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getActivityInstanceList(String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getActivityInstanceList(String) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getActivityInstanceListOid() - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getActivityInstanceListOid() - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getActivityInstanceLists() - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getActivityInstanceNotification(String, String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getActivityInstanceNotification(String, String) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getActivityInstanceNotifications() - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getActivityInstanceNotifications(String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getActivityInstanceNotifications(String) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getActivityInstances(String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getActivityInstances(String) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getActivityList(String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getActivityList(String) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getActivityStatistics(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.sample.AuditTrailHandler
This custom command first retrieves the audit records for all activity instances whose names match the name of work item whose OID is passed via the 'id' parameter of the HTTP-request.
getAgent() - Method in class com.ibm.workflow.servlet.client.ApplicationContextProxy
 
getAgent() - Method in interface com.ibm.workflow.servlet.client.ApplicationContext
Query the Web Client's agent.
getAIImageForState(ExecutionState) - Static method in class com.ibm.workflow.servlet.client.RequestContext
 
getAIStringForState(ExecutionState) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getAttribute - Static variable in class com.ibm.workflow.servlet.client.Optional.SDK22
 
getAttribute(String) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getBuiltinHandler() - Method in class com.ibm.workflow.servlet.client.ApplicationContextProxy
 
getBuiltinHandler() - Method in interface com.ibm.workflow.servlet.client.ApplicationContext
This method allows to access the builtin command handler.
getCatalog(String) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getCIStringForState(EvaluationState) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getCommand() - Method in class com.ibm.workflow.servlet.client.Command
Query the command string.
getCommand() - Method in class com.ibm.workflow.servlet.client.NavigatorEntry
 
getCommand(String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getCommand(String) - Method in interface com.ibm.workflow.servlet.client.SessionContext
Constructs a request URI for the Web Client's servlet using the given command.
getCommand(String, String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getCommand(String, String) - Method in interface com.ibm.workflow.servlet.client.SessionContext
Constructs a request URI for the Web Client's servlet using the given command and OID.
getCommand(String, String, String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getCommand(String, String, String) - Method in interface com.ibm.workflow.servlet.client.SessionContext
Constructs a request URI for the Web Client's servlet using the given command and OID.
getConfig() - Method in class com.ibm.workflow.servlet.client.ApplicationContextProxy
 
getConfig() - Method in interface com.ibm.workflow.servlet.client.ApplicationContext
This method allows to access the Web Client's configuration.
getConfig() - Method in class com.ibm.workflow.servlet.client.GenericCommandHandler
This method allows subclasses to access the Web Client's configuration.
getContainer() - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getContainerData(RequestContext, StringBuffer, String, String, ContainerElement[], Container) - Static method in class com.ibm.workflow.servlet.client.JSPViewer
Deprecated. - this function will be redesigned in a later release
getContainerData(RequestContext, StringBuffer, String, String, ContainerElement[], Container) - Static method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Deprecated. - this function will be redesigned in a later release
getContainerData(RequestContext, StringBuffer, String, String, ContainerElement[], Container) - Static method in class com.ibm.workflow.servlet.client.DefaultViewer
Deprecated. - this function will be redesigned in a later release
getContext() - Method in class com.ibm.workflow.servlet.client.SessionTable.Entry
 
getContext() - Method in class com.ibm.workflow.servlet.client.GenericCommandHandler
This method allows subclasses to access the Web Client's context.
getContext() - Method in class com.ibm.workflow.servlet.client.Config
Query the application context.
getContextPath - Static variable in class com.ibm.workflow.servlet.client.Optional.SDK22
 
getControlConnectorInstance() - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getControlConnectorInstance(String, String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getControlConnectorInstance(String, String) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getCredentials(HttpServletRequest) - Method in class com.ibm.workflow.servlet.client.GenericCommandHandler
This method returns null so the normal logon processing takes place.
getCredentials(HttpServletRequest) - Method in interface com.ibm.workflow.servlet.client.CommandHandler
This method is called by the BuiltinHandler as a pre-logon hook to enable third party authentication.
getCredentials(HttpServletRequest) - Method in class com.ibm.workflow.servlet.sample.BasicAuthenticationHandler
Checks if the request contains HTTP/1.1 Basic Authentication credentials.
getCredentials(HttpServletRequest) - Method in class com.ibm.workflow.servlet.sample.CommandHandlerAdapter
This method is called by the BuiltinHandler as a pre-logon hook to enable third party authentication.
getCurrentUser() - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getCurrentUser() - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getDocumentRoot() - Method in class com.ibm.workflow.servlet.client.ApplicationContextProxy
 
getDocumentRoot() - Method in interface com.ibm.workflow.servlet.client.ApplicationContext
Query the Web Client's document root directory.
getException() - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getExecutionService() - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getExecutionService() - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getFilename() - Method in class com.ibm.workflow.servlet.client.Config
Query the name of the configuration file.
getFilterAssistant(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
Deprecated. - this function will be redesigned in a later release
getFilterAssistantResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
Deprecated. - this function will be redesigned in a later release
getFilterAssistantResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Deprecated. - this function will be redesigned in a later release
getFilterAssistantResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Deprecated. - this function will be redesigned in a later release
getFilterAssistantResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Deprecated. - this function will be redesigned in a later release
getGlobalContainer() - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getHandlerInfo() - Method in class com.ibm.workflow.servlet.client.GenericCommandHandler
Returns a String that contains information about the handler such as its author, version, and copyright information.
getHandlerInfo() - Method in class com.ibm.workflow.servlet.client.MonitorHandler
 
getHandlerInfo() - Method in interface com.ibm.workflow.servlet.client.CommandHandler
Returns a String that contains information about the handler such as its author, version, and copyright information.
getHandlerInfo() - Method in class com.ibm.workflow.servlet.sample.ShowConfigHandler
 
getHandlerInfo() - Method in class com.ibm.workflow.servlet.sample.EmailHandler
Returns information about the handler, such as author, version, and copyright.
getHandlerInfo() - Method in class com.ibm.workflow.servlet.sample.HTMLDocHandler
Returns information about the handler, such as author, version, and copyright.
getHandlerInfo() - Method in class com.ibm.workflow.servlet.sample.StarterPEAHandler
Returns information about the handler, such as author, version, and copyright.
getHandlerInfo() - Method in class com.ibm.workflow.servlet.sample.BasicAuthenticationHandler
Returns information about the handler, such as author, version, and copyright.
getHandlerInfo() - Method in class com.ibm.workflow.servlet.sample.AuditTrailHandler
Returns information about the handler, such as author, version, and copyright.
getHandlerInfo() - Method in class com.ibm.workflow.servlet.sample.CommandHandlerAdapter
Returns information about the handler, such as author, version, and copyright.
getHTMLAlignment(String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getHTMLDirection() - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getImageForItem(ItemType) - Static method in class com.ibm.workflow.servlet.client.RequestContext
 
getImplementationData() - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getImplementationVersion() - Method in class com.ibm.workflow.servlet.client.Version
Return the version of this WebSphere Workflow implementation.
getInstance() - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getInstance(String, String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getInstance(String, String) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getInstanceHistory(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.sample.AuditTrailHandler
This custom command first retrieves the audit records for the process instance whose OID matches the 'id' parameter in the HTTP-request, and then transforms the data to XML.
getInstanceList() - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getInstanceList(String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getInstanceList(String) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getInstanceListOid() - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getInstanceListOid() - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getInstanceLists() - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getInstanceLists() - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getInstances() - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getInstances(String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getInstances(String) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getItem() - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getJavaApiVersionInfo() - Method in class com.ibm.workflow.servlet.client.ApplicationContextProxy
 
getJavaApiVersionInfo() - Method in interface com.ibm.workflow.servlet.client.ApplicationContext
 
getKindOfList() - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getKindOfList() - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getKindOfSelectedList() - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getKindOfSelectedList() - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getLocale() - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getLocale() - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getLocale() - Method in interface com.ibm.workflow.servlet.client.Catalog
 
getLocale() - Method in class com.ibm.workflow.servlet.client.CatalogImpl
 
getLocale() - Method in class com.ibm.workflow.servlet.client.LogonContext
 
getLocales - Static variable in class com.ibm.workflow.servlet.client.Optional.SDK22
 
getLocalizedGifName(String, String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getMemberValue(Catalog, ContainerElement, String) - Static method in class com.ibm.workflow.servlet.client.RequestContext
 
getMemberValue(Catalog, ReadOnlyContainer, String, String) - Static method in class com.ibm.workflow.servlet.client.RequestContext
 
getMemberValue(ContainerElement, String) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getMemberValue(ReadOnlyContainer, String, String) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getMessage() - Method in class com.ibm.workflow.servlet.client.ClientException
Returns the error message string of this exception.
getMessage() - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getMessage() - Method in class com.ibm.workflow.servlet.client.LogonContext
 
getMonitor() - Method in class com.ibm.workflow.servlet.client.SessionContext.MonitorPackage
 
getMonitor(int) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getMonitor(int) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getMonitorListSize() - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getMonitorListSize() - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getMonitorName(String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getMonitorName(String) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getName() - Method in class com.ibm.workflow.servlet.client.SessionContext.MonitorPackage
 
getName() - Method in class com.ibm.workflow.servlet.client.NavigatorEntry
 
getNestedException() - Method in class com.ibm.workflow.servlet.client.ClientException
Returns the nested exception, if any.
getNumberOfActivityInstanceLists() - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getNumberOfActivityInstanceLists() - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getNumberOfInstanceLists() - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getNumberOfInstanceLists() - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getNumberOfTemplateLists() - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getNumberOfTemplateLists() - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getNumberOfWorkLists() - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getNumberOfWorkLists() - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getOid() - Method in class com.ibm.workflow.servlet.client.SessionContext.MonitorPackage
 
getOidOfMonitor(String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getOidOfMonitor(String) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getPackageName() - Static method in class com.ibm.workflow.servlet.client.Version
Return the 'main' package name (e.g.
getParameter(String) - Method in class com.ibm.workflow.servlet.client.LogonContext
 
getParameter(String, String) - Method in class com.ibm.workflow.servlet.client.Config
Query the value of a String parameter in the servlet configuration file.
getParameter(String, String) - Method in class com.ibm.workflow.servlet.client.LogonContext
 
getParameter(String, String, boolean) - Method in class com.ibm.workflow.servlet.client.Config
Query the value of a boolean parameter in the servlet configuration file.
getParameter(String, String, String) - Method in class com.ibm.workflow.servlet.client.Config
Query the value of a String parameter in the servlet configuration file.
getParameterNames() - Method in class com.ibm.workflow.servlet.client.LogonContext
 
getParameters(String) - Method in class com.ibm.workflow.servlet.client.Config
Query all keys in a given section of the servlet configuration file.
getPIImageForState(ExecutionState) - Static method in class com.ibm.workflow.servlet.client.RequestContext
 
getPIStringForState(ExecutionState) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getProcessInstanceNotification(String, String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getProcessInstanceNotification(String, String) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getProcessInstanceNotifications() - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getProcessInstanceNotifications(String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getProcessInstanceNotifications(String) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getRealAIStringForState(ExecutionState) - Static method in class com.ibm.workflow.servlet.client.RequestContext
 
getRealPath(String) - Method in class com.ibm.workflow.servlet.client.ApplicationContextProxy
 
getRealPath(String) - Method in interface com.ibm.workflow.servlet.client.ApplicationContext
 
getRealPIStringForState(ExecutionState) - Static method in class com.ibm.workflow.servlet.client.RequestContext
 
getRealWIStringForState(ExecutionState) - Static method in class com.ibm.workflow.servlet.client.RequestContext
 
getRedirect(Catalog, String) - Static method in class com.ibm.workflow.servlet.client.RequestContext
 
getRedirect(String) - Method in class com.ibm.workflow.servlet.client.RequestContext
Convenience method to create a little JavaScript script which forwards to location.
getRequest() - Method in class com.ibm.workflow.servlet.client.ClientException
Returns the HTTP request that caused this exception.
getRequest() - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getRequestParameter(String, String) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getRequestParameter(String, String, String) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getResultSize() - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getRootURI() - Method in class com.ibm.workflow.servlet.client.ApplicationContextProxy
 
getRootURI() - Method in interface com.ibm.workflow.servlet.client.ApplicationContext
Query the Web Client's root URI.
getSections() - Method in class com.ibm.workflow.servlet.client.Config
Query all sections in the servlet configuration file.
getSelectedList() - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getSelectedList() - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getServerInfo() - Method in class com.ibm.workflow.servlet.client.ApplicationContextProxy
 
getServerInfo() - Method in interface com.ibm.workflow.servlet.client.ApplicationContext
 
getServletInfo() - Method in class com.ibm.workflow.servlet.client.Main
Returns information about the servlet, such as author, version, and copyright.
getServletName() - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getServletName() - Method in interface com.ibm.workflow.servlet.client.SessionContext
Query the Web Client's servlet name.
getServletPath() - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getServletPath() - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getServletVersion() - Method in class com.ibm.workflow.servlet.client.ApplicationContextProxy
 
getServletVersion() - Method in interface com.ibm.workflow.servlet.client.ApplicationContext
 
getSessionContext(HttpServletRequest) - Static method in class com.ibm.workflow.servlet.client.GenericCommandHandler
This method allows subclasses to extract the SessionContext from an HTTP request object.
getSessionID() - Method in class com.ibm.workflow.servlet.client.SessionTable.Entry
 
getSortCriteriaAssistant(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
Deprecated. - this function will be redesigned in a later release
getSortCriteriaAssistantResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Deprecated. - this function will be redesigned in a later release
getSortCriteriaAssistantResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Deprecated. - this function will be redesigned in a later release
getSpecificationTitle() - Method in class com.ibm.workflow.servlet.client.Version
Returns the title of the implemented WebSphere Workflow specification.
getSpecificationVersion() - Method in class com.ibm.workflow.servlet.client.Version
Returns the version number of the implemented WebSphere Workflow specification.
getStack(Throwable) - Static method in class com.ibm.workflow.servlet.client.ClientException
Returns the stack trace of an exception as string.
getStringForAuditMode(AuditSetting) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getSystemGroup() - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getSystemGroup() - Method in interface com.ibm.workflow.servlet.client.SessionContext
Query the system group name of the workflow user owning this session.
getSystemInfo(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
Deprecated. - this function will be redesigned in a later release
getSystemInfoResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
Deprecated. - this function will be redesigned in a later release
getSystemInfoResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Deprecated. - this function will be redesigned in a later release
getSystemInfoResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Deprecated. - this function will be redesigned in a later release
getSystemInfoResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Deprecated. - this function will be redesigned in a later release
getTemplate() - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getTemplate(String, String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getTemplate(String, String) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getTemplateList() - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getTemplateList(String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getTemplateList(String) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getTemplateListOid() - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getTemplateListOid() - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getTemplateLists() - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getTemplateLists() - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getTemplates() - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getTemplates(String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getTemplates(String) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getText(SessionContext) - Method in class com.ibm.workflow.servlet.client.Command
Query the command's text that can be used as alt text or as button label.
getTimezoneOffset() - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getTimezoneOffset() - Method in interface com.ibm.workflow.servlet.client.SessionContext
Return the offset between the client time zone and the server time zone.
getTitle() - Method in class com.ibm.workflow.servlet.client.ClientException
Returns the error title string of this exception.
getTriggerTag(RequestContext, String, String) - Method in class com.ibm.workflow.servlet.client.Command
Construct a HTML anchor (a href) tag that will cause the command to be executed.
getTriggerTag(RequestContext, String, String, boolean) - Method in class com.ibm.workflow.servlet.client.Command
 
getTriggerTag(RequestContext, String, String, int) - Method in class com.ibm.workflow.servlet.client.Command
 
getTriggerTagFor(int, RequestContext) - Method in class com.ibm.workflow.servlet.client.ApplicationContextProxy
 
getTriggerTagFor(int, RequestContext) - Method in interface com.ibm.workflow.servlet.client.ApplicationContext
 
getTriggerTagFor(int, RequestContext) - Method in class com.ibm.workflow.servlet.client.GenericCommandHandler
Returns a String that contains HTML code to trigger a user defined command.
getTriggerTagFor(int, RequestContext) - Method in class com.ibm.workflow.servlet.client.MonitorHandler
 
getTriggerTagFor(int, RequestContext) - Method in interface com.ibm.workflow.servlet.client.CommandHandler
This method can be called by Viewers to obtain a HTML tag that triggers user-defined commands.
getTriggerTagFor(int, RequestContext) - Method in class com.ibm.workflow.servlet.sample.HTMLDocHandler
Returns an HTML tag to be included in process template lists.
getTriggerTagFor(int, RequestContext) - Method in class com.ibm.workflow.servlet.sample.AuditTrailHandler
The trigger tags for the handler.
getTriggerTagFor(int, RequestContext) - Method in class com.ibm.workflow.servlet.sample.CommandHandlerAdapter
This method can be called by Viewers to obtain a HTML tag that triggers user-defined commands.
getURL(RequestContext, String, String, boolean) - Method in class com.ibm.workflow.servlet.client.Command
Construct a URL that will cause the command to be executed.
getURL(String) - Method in class com.ibm.workflow.servlet.client.ApplicationContextProxy
 
getURL(String) - Method in interface com.ibm.workflow.servlet.client.ApplicationContext
Convert a URL relative to the servlet's root URI.
getURL(String) - Method in class com.ibm.workflow.servlet.client.LogonContext
 
getUserID() - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getUserID() - Method in interface com.ibm.workflow.servlet.client.SessionContext
Query the ID of the workflow user who owns this session.
getUserInfo(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
Deprecated. - this function will be redesigned in a later release
getUserInfoResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
Deprecated. - this function will be redesigned in a later release
getUserInfoResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Deprecated. - this function will be redesigned in a later release
getUserInfoResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Deprecated. - this function will be redesigned in a later release
getUserInfoResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Deprecated. - this function will be redesigned in a later release
getUserPrincipal - Static variable in class com.ibm.workflow.servlet.client.Optional.SDK22
 
getViewer() - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getViewer() - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getWIImageForState(ExecutionState) - Static method in class com.ibm.workflow.servlet.client.RequestContext
 
getWIStringForState(ExecutionState) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getWorkItem() - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getWorkItem(String, String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getWorkItem(String, String) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getWorkItems() - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getWorkItems(String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getWorkItems(String) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getWorkList() - Method in class com.ibm.workflow.servlet.client.RequestContext
 
getWorkList(String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getWorkList(String) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getWorkListOid() - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getWorkListOid() - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
getWorkLists() - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
getWorkLists() - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
globalContainer - Static variable in class com.ibm.workflow.servlet.client.Optional.MQWF332
 

H

HTMLDocHandler - class com.ibm.workflow.servlet.sample.HTMLDocHandler.
This class provides a link from process template lists to the HTML documentation exported from Buildtime.
HTMLDocHandler() - Constructor for class com.ibm.workflow.servlet.sample.HTMLDocHandler
 

I

init(Config) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called after the Web Client's servlet has been initialized.
init(Config) - Method in class com.ibm.workflow.servlet.client.GenericCommandHandler
This method must be called by subclasses in their init() method.
init(Config) - Method in class com.ibm.workflow.servlet.client.JSPViewer
 
init(Config) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
 
init(Config) - Method in interface com.ibm.workflow.servlet.client.CommandHandler
This method is called by the Web Client in its servlet's init() method.
init(Config) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Initializes this class according to the [DefaultViewer] section in the servlet configuration file.
init(Config) - Method in class com.ibm.workflow.servlet.sample.EmailHandler
Initializes the handler and caches the SMTP host, if configured.
init(Config) - Method in class com.ibm.workflow.servlet.sample.StarterPEAHandler
Initializes the handler and caches the Web user, if configured.
init(Config) - Method in class com.ibm.workflow.servlet.sample.AuditTrailHandler
During initialization, the handler opens a JDBC connection to the MQWF runtime database (either on the local host or on a remote host [depending on the presence of the 'DB2Server' property in the configuration file]).
init(Config) - Method in class com.ibm.workflow.servlet.sample.CommandHandlerAdapter
This method is called by the Web Client in its servlet's init() method.
init(HttpServletRequest) - Method in class com.ibm.workflow.servlet.client.LogonContext
 
init(ServletConfig) - Method in class com.ibm.workflow.servlet.client.Main
Initializes the servlet and places it into service.
INSTANCELIST - Static variable in interface com.ibm.workflow.servlet.client.SessionContext
 
InternetConnectionViewer - class com.ibm.workflow.servlet.sample.InternetConnectionViewer.
This Viewer mimics the look and feel of the Internet Connection for IBM FlowMark V2.
InternetConnectionViewer() - Constructor for class com.ibm.workflow.servlet.sample.InternetConnectionViewer
 
isDebugEnabled() - Method in class com.ibm.workflow.servlet.client.ApplicationContextProxy
 
isDebugEnabled() - Method in interface com.ibm.workflow.servlet.client.ApplicationContext
Query the level of tracing set in the WebClient.properties file.
isSecure - Static variable in class com.ibm.workflow.servlet.client.Optional.SDK22
 
isUsingJNDI() - Method in class com.ibm.workflow.servlet.client.ApplicationContextProxy
 
isUsingJNDI() - Method in interface com.ibm.workflow.servlet.client.ApplicationContext
Check if the deprecated locator policy JNDI_Locator is active.
ITEM_DELETE - Static variable in class com.ibm.workflow.servlet.client.Command
Command for Item.delete()
ITEM_TRANSFER - Static variable in class com.ibm.workflow.servlet.client.Command
Command for Item.transfer(java.lang.String)

J

JSPViewer - class com.ibm.workflow.servlet.client.JSPViewer.
This Viewer should be used when your Application server supports the JSP V1.0 standard.
JSPViewer() - Constructor for class com.ibm.workflow.servlet.client.JSPViewer
 

L

LIST_DELETE - Static variable in class com.ibm.workflow.servlet.client.Command
Command for PersistentList.delete()
LIST_QUERY_LISTS - Static variable in class com.ibm.workflow.servlet.client.Command
Command to query all persistent lists
LIST_SHOW_PROPERTIES - Static variable in class com.ibm.workflow.servlet.client.Command
Command to show a persistent list's properties
LISTS - Static variable in interface com.ibm.workflow.servlet.client.SessionContext
 
loadTemplateFile(String, Properties) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
log(String, boolean) - Method in class com.ibm.workflow.servlet.client.ApplicationContextProxy
 
log(String, boolean) - Method in interface com.ibm.workflow.servlet.client.ApplicationContext
 
log(String, Throwable) - Method in class com.ibm.workflow.servlet.client.ApplicationContextProxy
 
log(String, Throwable) - Method in interface com.ibm.workflow.servlet.client.ApplicationContext
 
loggedOnAs(String, String, String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
loggedOnAs(String, String, String) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
logoff(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
Logs off from to the MQSeries Workflow system.
logoffResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.logoff() command.
logoffResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that is shown after logoff.
logoffResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that is shown after logoff.
logoffResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page that is shown after logoff.
logon(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
Logs on to the MQSeries Workflow system.
LogonContext - class com.ibm.workflow.servlet.client.LogonContext.
 
LogonContext() - Constructor for class com.ibm.workflow.servlet.client.LogonContext
 
LogonContext(RequestContext) - Constructor for class com.ibm.workflow.servlet.client.LogonContext
 
logonResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.logon() command.
logonResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that is displayed after a successful logon.
logonResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that is displayed after a successful logon.
logonResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page that is displayed after a successful logon.
logonResponse(RequestContext) - Method in class com.ibm.workflow.servlet.sample.InternetConnectionViewer
This method is called to create the response page for the BuiltinHandler.logon() command.

M

Main - class com.ibm.workflow.servlet.client.Main.
This is the main class of the MQSeries Workflow Web Client.
Main() - Constructor for class com.ibm.workflow.servlet.client.Main
 
main(String[]) - Static method in class com.ibm.workflow.servlet.client.Version
Dumps the version information for WebSphere Workflow.
MIMETYPE_HTML - Static variable in class com.ibm.workflow.servlet.client.ResponsePage
Constant for text/html
MIMETYPE_JPEG - Static variable in class com.ibm.workflow.servlet.client.ResponsePage
Constant for image/jpeg
MIMETYPE_WML - Static variable in class com.ibm.workflow.servlet.client.ResponsePage
Constant for text/vnd.wap.wml
MIMETYPE_XML - Static variable in class com.ibm.workflow.servlet.client.ResponsePage
Constant for text/xml
MonitorHandler - class com.ibm.workflow.servlet.client.MonitorHandler.
 
mostRecentList(boolean, boolean, boolean, boolean, boolean) - Method in class com.ibm.workflow.servlet.client.RequestContext
 

N

NavigatorEntry - class com.ibm.workflow.servlet.client.NavigatorEntry.
 
NavigatorEntry(String, String) - Constructor for class com.ibm.workflow.servlet.client.NavigatorEntry
 
NoSessionException - exception com.ibm.workflow.servlet.client.NoSessionException.
This exception will be thrown if the servlet's service() method is called for a command other than logon, but no Workflow SessionContext is found in the request's HttpSession object.
NoSessionException(HttpServletRequest) - Constructor for class com.ibm.workflow.servlet.client.NoSessionException
Constructs a NoSessionException object.
NOT_SET - Static variable in interface com.ibm.workflow.servlet.client.SessionContext
 
null2Empty(String) - Static method in class com.ibm.workflow.servlet.client.RequestContext
 

O

onLogoff(SessionContext) - Method in class com.ibm.workflow.servlet.client.GenericCommandHandler
This hook has an empty implementation.
onLogoff(SessionContext) - Method in interface com.ibm.workflow.servlet.client.CommandHandler
This method is called whenever a user has logged off.
onLogoff(SessionContext) - Method in class com.ibm.workflow.servlet.sample.StarterPEAHandler
Shuts down the Web user's PEA if called for the Web user ID.
onLogoff(SessionContext) - Method in class com.ibm.workflow.servlet.sample.CommandHandlerAdapter
This method is called whenever a user has logged off.
onLogon(RequestContext) - Method in class com.ibm.workflow.servlet.client.GenericCommandHandler
This hook has an empty implementation.
onLogon(RequestContext) - Method in interface com.ibm.workflow.servlet.client.CommandHandler
This method is called whenever a new user has logged on.
onLogon(RequestContext) - Method in class com.ibm.workflow.servlet.sample.StarterPEAHandler
Start the Web user's PEA called for the Web user ID and if enabled in WebClient.properties.
onLogon(RequestContext) - Method in class com.ibm.workflow.servlet.sample.CommandHandlerAdapter
This method is called whenever a new user has logged on.
openForm(String) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
openForm(String, String) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
openForm(String, String, String) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
openPage(String, int) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
Optional - class com.ibm.workflow.servlet.client.Optional.
 
Optional.MQWF332 - class com.ibm.workflow.servlet.client.Optional.MQWF332.
 
Optional.MQWF332() - Constructor for class com.ibm.workflow.servlet.client.Optional.MQWF332
 
Optional.SDK22 - class com.ibm.workflow.servlet.client.Optional.SDK22.
 
Optional.SDK22() - Constructor for class com.ibm.workflow.servlet.client.Optional.SDK22
 
Optional.WMQWF35 - class com.ibm.workflow.servlet.client.Optional.WMQWF35.
 
Optional.WMQWF35() - Constructor for class com.ibm.workflow.servlet.client.Optional.WMQWF35
 
Optional() - Constructor for class com.ibm.workflow.servlet.client.Optional
 

P

persistentActivityList - Static variable in class com.ibm.workflow.servlet.client.Optional.WMQWF35
 
PI_DELETE - Static variable in class com.ibm.workflow.servlet.client.Command
Command for ProcessInstance.delete()
PI_RESTART - Static variable in class com.ibm.workflow.servlet.client.Command
Command for ProcessInstance.restart()
PI_RESUME - Static variable in class com.ibm.workflow.servlet.client.Command
Command for ProcessInstance.resume(boolean)
PI_SHOW_MONITOR - Static variable in class com.ibm.workflow.servlet.client.Command
Command to show a process instance monitor
PI_SHOW_PROPERTIES - Static variable in class com.ibm.workflow.servlet.client.Command
Command to show process instance properties
PI_START - Static variable in class com.ibm.workflow.servlet.client.Command
Command for ProcessInstance.start()
PI_SUSPEND - Static variable in class com.ibm.workflow.servlet.client.Command
Command for ProcessInstance.suspend(boolean)
PI_TERMINATE - Static variable in class com.ibm.workflow.servlet.client.Command
Command for ProcessInstance.terminate()
PIL_QUERY_INSTANCES - Static variable in class com.ibm.workflow.servlet.client.Command
Command for ProcessInstanceList.queryProcessInstances()
printStackTrace(PrintStream) - Method in class com.ibm.workflow.servlet.client.ClientException
Prints this exception to the specified print stream.
printStackTrace(PrintWriter) - Method in class com.ibm.workflow.servlet.client.ClientException
Prints this exception to the specified print writer.
processContext - Static variable in class com.ibm.workflow.servlet.client.Optional.MQWF332
 
PT_CREATE_AND_START_INSTANCE - Static variable in class com.ibm.workflow.servlet.client.Command
Command for ProcessTemplate.createAndStartInstance(java.lang.String, java.lang.String, java.lang.String, boolean)
PT_CREATE_INSTANCE - Static variable in class com.ibm.workflow.servlet.client.Command
Command for ProcessTemplate.createInstance(java.lang.String, java.lang.String, java.lang.String, boolean)
PT_DELETE - Static variable in class com.ibm.workflow.servlet.client.Command
Command for ProcessTemplate.delete()
PT_SHOW_PROPERTIES - Static variable in class com.ibm.workflow.servlet.client.Command
Command to show process template properties
PTL_QUERY_TEMPLATES - Static variable in class com.ibm.workflow.servlet.client.Command
Command for ProcessTemplateList.queryProcessTemplates()

Q

queryActivityInstanceLists(RequestContext) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
queryActivityInstances - Static variable in class com.ibm.workflow.servlet.client.Optional.WMQWF35
 
queryActivityInstances(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
Queries the activity instances on the specified activityInstance list.
queryActivityInstances(RequestContext, String, boolean) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
Queries the activity instances of the specified activity instance list.
queryActivityInstancesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that displays a list of activity instances.
queryActivityInstancesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that displays a list of activity instances.
queryActivityInstancesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
 
queryActivityLists - Static variable in class com.ibm.workflow.servlet.client.Optional.WMQWF35
 
queryLists(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
queryLists(RequestContext, boolean) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
queryListsResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.queryLists() command.
queryListsResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that displays the list of lists.
queryListsResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that displays the list of lists.
queryListsResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
 
queryProcessInstanceLists(RequestContext) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
queryProcessInstances(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
Queries the process instances on the specified instance list.
queryProcessInstances(RequestContext, String, boolean) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
Queries the process instances of the specified instance list.
queryProcessInstancesResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.queryProcessInstances() command.
queryProcessInstancesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that displays a process instance list.
queryProcessInstancesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that displays a process instance list.
queryProcessInstancesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page that displays a process instance list.
queryProcessTemplateLists(RequestContext) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
queryProcessTemplates(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
Queries the process templates on the specified template list.
queryProcessTemplates(RequestContext, String, boolean) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
Queries the process templates of the specified template list.
queryProcessTemplatesResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.queryProcessTemplates() command.
queryProcessTemplatesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that displays a process template list.
queryProcessTemplatesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that displays a process template list.
queryProcessTemplatesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page that displays a process template list.
queryWorkItems(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
Queries the work items on the specified worklist.
queryWorkItems(RequestContext, String, boolean) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
Queries the work items of the specified worklist.
queryWorkItemsResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.queryWorkItems() command.
queryWorkItemsResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that displays a worklist.
queryWorkItemsResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that displays a worklist.
queryWorkItemsResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page that displays a work list.
queryWorkItemsResponse(RequestContext) - Method in class com.ibm.workflow.servlet.sample.InternetConnectionViewer
This method is called to create the response page for the BuiltinHandler.queryWorkItems() command.
queryWorkLists(RequestContext) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 

R

removeAllMonitorsUpto(String, boolean) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
removeAllMonitorsUpto(String, boolean) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
removeAttribute - Static variable in class com.ibm.workflow.servlet.client.Optional.SDK22
 
render(String, RequestContext) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
replaceInString(String, String, String) - Static method in class com.ibm.workflow.servlet.client.RequestContext
 
RequestContext - class com.ibm.workflow.servlet.client.RequestContext.
 
RequestContext(HttpServletRequest) - Constructor for class com.ibm.workflow.servlet.client.RequestContext
 
ResponsePage - class com.ibm.workflow.servlet.client.ResponsePage.
Objects of this class represent the responses sent by the Web Client.
ResponsePage(byte[], String) - Constructor for class com.ibm.workflow.servlet.client.ResponsePage
Create a response page from a byte array.
ResponsePage(byte[], String, long) - Constructor for class com.ibm.workflow.servlet.client.ResponsePage
Create a response page from a byte array.
ResponsePage(int) - Constructor for class com.ibm.workflow.servlet.client.ResponsePage
Create a response page from an HTTP status code.
ResponsePage(RequestContext, String) - Constructor for class com.ibm.workflow.servlet.client.ResponsePage
Create a response page from a URL.
ResponsePage(RequestContext, String, long) - Constructor for class com.ibm.workflow.servlet.client.ResponsePage
Create a response page from a URL.
ResponsePage(StringBuffer) - Constructor for class com.ibm.workflow.servlet.client.ResponsePage
Create a response page from a StringBuffer.
ResponsePage(StringBuffer, String) - Constructor for class com.ibm.workflow.servlet.client.ResponsePage
Create a response page from a StringBuffer.
ResponsePage(StringBuffer, String, long) - Constructor for class com.ibm.workflow.servlet.client.ResponsePage
Create a response page from a StringBuffer.
restartInstance(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
restartInstance(RequestContext, String) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
restartInstanceResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.restartInstance() command.
restartInstanceResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page displayed after a process instance has been restarted.
restartInstanceResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page displayed after a process instance has been restarted.
restartInstanceResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page displayed after a process instance has been restarted.
restartWorkItem(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
restartWorkItem(RequestContext, String, String) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
restartWorkItemResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.restartWorkItem() command.
restartWorkItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that is displayed when a work item has been restarted.
restartWorkItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that is displayed when a work item has been restarted.
restartWorkItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page that is displayed when a work item has been restarted.
resumeInstance(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
resumeInstance(RequestContext, boolean) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
resumeInstanceResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.resumeInstance() command.
resumeInstanceResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page displayed after a process instance has been resumed.
resumeInstanceResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page displayed after a process instance has been resumed.
resumeInstanceResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page displayed after a process instance has been resumed.

S

SESSION_KEY - Static variable in interface com.ibm.workflow.servlet.client.SessionContext
 
SessionContext - interface com.ibm.workflow.servlet.client.SessionContext.
 
SessionContext.MonitorPackage - class com.ibm.workflow.servlet.client.SessionContext.MonitorPackage.
 
SessionContext.MonitorPackage(String, String, ProcessMonitor) - Constructor for class com.ibm.workflow.servlet.client.SessionContext.MonitorPackage
 
SessionContextProxy - class com.ibm.workflow.servlet.client.SessionContextProxy.
 
SessionTable.Entry - class com.ibm.workflow.servlet.client.SessionTable.Entry.
 
SessionTable.Entry(HttpSession, SessionContextImpl) - Constructor for class com.ibm.workflow.servlet.client.SessionTable.Entry
 
SessionTable.Entry(String, SessionContextImpl) - Constructor for class com.ibm.workflow.servlet.client.SessionTable.Entry
 
setActivities(ActivityInstanceList, ActivityInstance[]) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
setActivityInstance(ActivityInstance) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
setActivityInstanceListOid(String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
setActivityInstanceNotifications(WorkList, ActivityInstanceNotification[]) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
setAttribute - Static variable in class com.ibm.workflow.servlet.client.Optional.SDK22
 
setAttribute(String, Object) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
setContainer(ReadOnlyContainer) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
setControlConnectorInstance(ControlConnectorInstance) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
setCurrentUser(Person) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
setCurrentUser(Person) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
setException(ClientException) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
setExpiryDate(long) - Method in class com.ibm.workflow.servlet.client.ResponsePage
Set the expiry date of the reponse page.
setImplementationData(ImplementationData[]) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
setInstance(ProcessInstance) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
setInstanceListOid(String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
setInstanceListOid(String) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
setInstances(ProcessInstanceList, ProcessInstance[]) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
setItem(Item) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
setKindOfList(int) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
setKindOfList(int) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
setKindOfSelectedList(int) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
setKindOfSelectedList(int) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
setListProperties(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
setListPropertiesResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.setListProperties() command.
setListPropertiesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that displays the list of lists.
setListPropertiesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that displays the list of lists.
setListPropertiesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
 
setLocale - Static variable in class com.ibm.workflow.servlet.client.Optional.SDK22
 
setLocale(HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
setLocale(HttpServletResponse) - Method in interface com.ibm.workflow.servlet.client.SessionContext
Sets the appropriate locale and content type.
setLocale(HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.LogonContext
 
setLocale(Locale) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
setLocale(Locale) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
setMimeType(String) - Method in class com.ibm.workflow.servlet.client.ResponsePage
Set the MIME type of the reponse page.
setProcessInstanceNotifications(WorkList, ProcessInstanceNotification[]) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
setResultSize(Integer) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
setSelectedList(PersistentList) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
setSelectedList(PersistentList) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
setTemplate(ProcessTemplate) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
setTemplateListOid(String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
setTemplateListOid(String) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
setTemplates(ProcessTemplateList, ProcessTemplate[]) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
setUserSettings(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
Deprecated. - this function will be redesigned in a later release
setUserSettingsResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
Deprecated. - this function will be redesigned in a later release
setUserSettingsResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
 
setUserSettingsResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
 
setUserSettingsResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Deprecated. - this function will be redesigned in a later release
setViewer(Viewer) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
setViewer(Viewer) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
setViewSettings(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
Deprecated. - this function will be redesigned in a later release
setViewSettingsResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
Deprecated. - this function will be redesigned in a later release
setViewSettingsResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Deprecated. - this function will be redesigned in a later release
setViewSettingsResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Deprecated. - this function will be redesigned in a later release
setViewSettingsResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Deprecated. - this function will be redesigned in a later release
setWorkItem(WorkItem) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
setWorkItems(WorkList, WorkItem[]) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
setWorkListOid(String) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
setWorkListOid(String) - Method in interface com.ibm.workflow.servlet.client.SessionContext
 
showActivityProperties(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
showActivityProperties(RequestContext) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
showActivityPropertiesResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.showActivityProperties() command.
showActivityPropertiesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that displays activity instance properties.
showActivityPropertiesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that displays activity instance properties.
showActivityPropertiesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
This method has an empty implementation since activity properties can only be accessed from within the process monitor which requires JSPViewer.
showConfig(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.sample.ShowConfigHandler
 
ShowConfigHandler - class com.ibm.workflow.servlet.sample.ShowConfigHandler.
 
ShowConfigHandler() - Constructor for class com.ibm.workflow.servlet.sample.ShowConfigHandler
 
showControlConnectorProperties(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
showControlConnectorPropertiesResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.showControlConnectorProperties() command.
showControlConnectorPropertiesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that displays control connector properties.
showControlConnectorPropertiesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that displays control connector properties.
showControlConnectorPropertiesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
This method has an empty implementation since connector properties can only be accessed from within the process monitor which requires JSPViewer.
showInstanceProperties(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
showInstanceProperties(RequestContext) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
showInstancePropertiesResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.showInstanceProperties() command.
showInstancePropertiesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that displays process instance properties.
showInstancePropertiesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that displays process instance properties.
showInstancePropertiesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page that displays process instance properties.
showListProperties(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
showListProperties(RequestContext) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
showListPropertiesResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.showListProperties() command.
showListPropertiesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that displays list settings.
showListPropertiesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that displays list settings.
showListPropertiesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
 
showMonitor(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.MonitorHandler
 
showMonitorImage(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.MonitorHandler
 
showTemplateProperties(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
showTemplateProperties(RequestContext) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
showTemplatePropertiesResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.showTemplateProperties() command.
showTemplatePropertiesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that displays process template properties.
showTemplatePropertiesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that displays process template properties.
showTemplatePropertiesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page that displays process template properties.
showWorkItemProperties(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
showWorkItemProperties(RequestContext, String, String) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
showWorkItemPropertiesResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.showWorkItemProperties() command.
showWorkItemPropertiesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that displays work item properties.
showWorkItemPropertiesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that displays work item properties.
showWorkItemPropertiesResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page that displays work item properties.
start3 - Static variable in class com.ibm.workflow.servlet.client.Optional.MQWF332
 
StarterPEAHandler - class com.ibm.workflow.servlet.sample.StarterPEAHandler.
This CommandHandler automatically starts and stops the Program Execution Agent for the Web user.
StarterPEAHandler() - Constructor for class com.ibm.workflow.servlet.sample.StarterPEAHandler
 
startInstance(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
startInstanceResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.startInstance() command.
startInstanceResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that will be displayed after a process instance has been started.
startInstanceResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that will be displayed after a process instance has been started.
startInstanceResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page that will be displayed after a process instance has been started.
startWorkItem(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
startWorkItem(RequestContext, String, String) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
startWorkItemResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.startWorkItem() command.
startWorkItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that is displayed when a work item has been started.
startWorkItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that is displayed when a work item has been started.
startWorkItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page that is displayed when a work item has been started.
suspendInstance(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
Suspends a process instance.
suspendInstance(RequestContext, String, String, boolean, String, String, String, String, String) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
Suspends a process instance.
suspendInstanceResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.suspendInstance() command.
suspendInstanceResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that is displayed after a process instance has been suspended.
suspendInstanceResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that is displayed after a process instance has been suspended.
suspendInstanceResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page displayed after a process instance has been suspended.

T

TEMPLATELIST - Static variable in interface com.ibm.workflow.servlet.client.SessionContext
 
terminateActivity(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
terminateActivity(RequestContext) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
terminateActivityResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.terminateActivity() command.
terminateActivityResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that is displayed after an activity instance has been terminated.
terminateActivityResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that is displayed after an activity instance has been terminated.
terminateActivityResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
This method has an empty implementation since activity actions can only be accessed from activity properties page which requires JSPViewer.
terminateInstance(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
terminateInstance(RequestContext) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
terminateInstanceResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.terminateInstance() command.
terminateInstanceResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page displayed after a process instance has been terminated.
terminateInstanceResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page displayed after a process instance has been terminated.
terminateInstanceResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page displayed after a process instance has been terminated.
terminateWorkItem(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
terminateWorkItem(RequestContext, String, String) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
terminateWorkItemResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.terminateWorkItem() command.
terminateWorkItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that is displayed when a work item has been terminated.
terminateWorkItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that is displayed when a work item has been terminated.
terminateWorkItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page that is displayed when a work item has been terminated.
toHTMLText(String, String) - Static method in class com.ibm.workflow.servlet.client.RequestContext
Quotes characters that have a special meaning in HTML.
toHTMLText(String, String) - Static method in class com.ibm.workflow.servlet.client.LogonContext
 
toJavaScriptString(String, char) - Static method in class com.ibm.workflow.servlet.client.RequestContext
 
toString() - Method in class com.ibm.workflow.servlet.client.Version
Convert this object to a string.
toString(AssignReason) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
toString(Calendar) - Method in class com.ibm.workflow.servlet.client.SessionContextProxy
 
toString(Calendar) - Method in interface com.ibm.workflow.servlet.client.SessionContext
Formats a server date according to the DateFormat and TimeFormat settings in WebClient.properties.
toString(ItemType) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
toString(Type) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
toString(Type) - Method in class com.ibm.workflow.servlet.client.RequestContext
 
transferItem(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
transferItem(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.workflow.servlet.sample.EmailHandler
Service entry point to which the 'x-transferItem' requests issued by the ListViewer.jsp are dispatched.
transferItem(RequestContext, String, String, String) - Method in class com.ibm.workflow.servlet.client.BuiltinHandler
 
transferItemResponse(RequestContext) - Method in interface com.ibm.workflow.servlet.client.Viewer
This method is called to create the response page for the BuiltinHandler.transferItem() command.
transferItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.JSPViewer
Creates the page that is displayed when an item has been transferred.
transferItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.EnhancedJSPViewer
Creates the page that is displayed when an item has been transferred.
transferItemResponse(RequestContext) - Method in class com.ibm.workflow.servlet.client.DefaultViewer
Creates the page that is displayed when an item has been transferred.
TYPE_BLOCK - Static variable in class com.ibm.workflow.servlet.client.MonitorHandler
 
TYPE_SUB_PROCESS - Static variable in class com.ibm.workflow.servlet.client.MonitorHandler
 

U

useQueryResultSize() - Method in class com.ibm.workflow.servlet.client.ApplicationContextProxy
 
useQueryResultSize() - Method in interface com.ibm.workflow.servlet.client.ApplicationContext
Checks if the Web Client should use the queryResultSize() API call.

V

Version - class com.ibm.workflow.servlet.client.Version.
This class serves as an interface to the version-related methods of java.lang.Package.
Version() - Constructor for class com.ibm.workflow.servlet.client.Version
Constructs a new version object for the WebSphere Workflow main package.
Viewer - interface com.ibm.workflow.servlet.client.Viewer.
This class allows you to customize the look and feel of certain parts of the Web Client.

W

WI_CANCEL_CHECKOUT - Static variable in class com.ibm.workflow.servlet.client.Command
Command for WorkItem.cancelCheckOut()
WI_CHECKIN - Static variable in class com.ibm.workflow.servlet.client.Command
Command for WorkItem.checkIn(com.ibm.workflow.api.ReadWriteContainer, int)
WI_CHECKOUT - Static variable in class com.ibm.workflow.servlet.client.Command
Command for WorkItem.checkOut()
WI_FINISH - Static variable in class com.ibm.workflow.servlet.client.Command
Command for WorkItem.finish()
WI_FORCE_FINISH - Static variable in class com.ibm.workflow.servlet.client.Command
Command for WorkItem.forceFinish()
WI_FORCE_RESTART - Static variable in class com.ibm.workflow.servlet.client.Command
Command for WorkItem.forceRestart()
WI_RESTART - Static variable in class com.ibm.workflow.servlet.client.Command
Command for WorkItem.restart()
WI_SHOW_PROPERTIES - Static variable in class com.ibm.workflow.servlet.client.Command
Command to show work item properties
WI_START - Static variable in class com.ibm.workflow.servlet.client.Command
Command for WorkItem.start()
WI_TERMINATE - Static variable in class com.ibm.workflow.servlet.client.Command
Command for WorkItem.terminate()
withParameter(String) - Method in class com.ibm.workflow.servlet.client.Command
Creates a new command with the same attributes and a new parameter.
withPrompt(String, String) - Method in class com.ibm.workflow.servlet.client.Command
Creates a new command with the same attributes and a new prompt.
withText(String) - Method in class com.ibm.workflow.servlet.client.Command
Creates a new command with the same attributes and a new text.
WL_QUERY_WORK_ITEMS - Static variable in class com.ibm.workflow.servlet.client.Command
Command for WorkList.queryWorkItems()
WORKLIST - Static variable in interface com.ibm.workflow.servlet.client.SessionContext
 

A B C D E F G H I J L M N O P Q R S T U V W

© Copyright IBM Corporation 1999, 2008. All Rights Reserved.