Uses of Class
com.ibm.workflow.servlet.client.ClientException

Packages that use ClientException
com.ibm.workflow.servlet.client   
com.ibm.workflow.servlet.sample   
 

Uses of ClientException in com.ibm.workflow.servlet.client
 

Subclasses of ClientException in com.ibm.workflow.servlet.client
 class 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.
 

Methods in com.ibm.workflow.servlet.client that return ClientException
 ClientException RequestContext.getException()
           
 

Methods in com.ibm.workflow.servlet.client with parameters of type ClientException
 void RequestContext.setException(ClientException xcpt)
           
 

Methods in com.ibm.workflow.servlet.client that throw ClientException
 ResponsePage Viewer.logonResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.logon() command.
 ResponsePage Viewer.queryListsResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.queryLists() command.
 ResponsePage Viewer.showListPropertiesResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.showListProperties() command.
 ResponsePage Viewer.setListPropertiesResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.setListProperties() command.
 ResponsePage Viewer.createListResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.createList() command.
 ResponsePage Viewer.createPersistentListResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.createPersistentList() command.
 ResponsePage Viewer.deleteListResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.deleteList() command.
 ResponsePage Viewer.queryProcessTemplatesResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.queryProcessTemplates() command.
 ResponsePage Viewer.showTemplatePropertiesResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.showTemplateProperties() command.
 ResponsePage Viewer.createInstanceResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.createInstance() command.
 ResponsePage Viewer.createAndStartInstanceResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.createAndStartInstance() command.
 ResponsePage Viewer.deleteTemplateResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.deleteTemplate() command.
 ResponsePage Viewer.queryProcessInstancesResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.queryProcessInstances() command.
 ResponsePage Viewer.showInstancePropertiesResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.showInstanceProperties() command.
 ResponsePage Viewer.deleteInstanceResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.deleteInstance() command.
 ResponsePage Viewer.startInstanceResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.startInstance() command.
 ResponsePage Viewer.suspendInstanceResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.suspendInstance() command.
 ResponsePage Viewer.resumeInstanceResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.resumeInstance() command.
 ResponsePage Viewer.terminateInstanceResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.terminateInstance() command.
 ResponsePage Viewer.restartInstanceResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.restartInstance() command.
 ResponsePage Viewer.showActivityPropertiesResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.showActivityProperties() command.
 ResponsePage Viewer.forceRestartActivityResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.forceRestartActivity() command.
 ResponsePage Viewer.forceFinishActivityResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.forceFinishActivity() command.
 ResponsePage Viewer.terminateActivityResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.terminateActivity() command.
 ResponsePage Viewer.showControlConnectorPropertiesResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.showControlConnectorProperties() command.
 ResponsePage Viewer.queryWorkItemsResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.queryWorkItems() command.
 ResponsePage Viewer.showWorkItemPropertiesResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.showWorkItemProperties() command.
 ResponsePage Viewer.checkOutWorkItemResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.checkOutWorkItem() command.
 ResponsePage Viewer.checkInWorkItemResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.checkInWorkItem() command.
 ResponsePage Viewer.cancelWorkItemResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.cancelWorkItem() command.
 ResponsePage Viewer.finishWorkItemResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.finishWorkItem() command.
 ResponsePage Viewer.forceFinishWorkItemResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.forceFinishWorkItem() command.
 ResponsePage Viewer.startWorkItemResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.startWorkItem() command.
 ResponsePage Viewer.restartWorkItemResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.restartWorkItem() command.
 ResponsePage Viewer.forceRestartWorkItemResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.forceRestartWorkItem() command.
 ResponsePage Viewer.terminateWorkItemResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.terminateWorkItem() command.
 ResponsePage Viewer.deleteItemResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.deleteItem() command.
 ResponsePage Viewer.transferItemResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.transferItem() command.
 ResponsePage Viewer.setUserSettingsResponse(RequestContext context)
          Deprecated. - this function will be redesigned in a later release
 ResponsePage Viewer.setViewSettingsResponse(RequestContext context)
          Deprecated. - this function will be redesigned in a later release
 ResponsePage Viewer.getFilterAssistantResponse(RequestContext context)
          Deprecated. - this function will be redesigned in a later release
 ResponsePage Viewer.getUserInfoResponse(RequestContext context)
          Deprecated. - this function will be redesigned in a later release
 ResponsePage Viewer.getSystemInfoResponse(RequestContext context)
          Deprecated. - this function will be redesigned in a later release
 ResponsePage GenericCommandHandler.execute(java.lang.String command, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          This method is called by the BuiltinHandler to invoke user-defined commands.
 byte[] GenericCommandHandler.getCredentials(javax.servlet.http.HttpServletRequest request)
          This method returns null so the normal logon processing takes place.
static SessionContext GenericCommandHandler.getSessionContext(javax.servlet.http.HttpServletRequest request)
          This method allows subclasses to extract the SessionContext from an HTTP request object.
 ResponsePage MonitorHandler.showMonitor(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 ResponsePage MonitorHandler.showMonitorImage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 ResponsePage BuiltinHandler.render(java.lang.String command, RequestContext ctx)
           
 RequestContext BuiltinHandler.logon(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Logs on to the MQSeries Workflow system.
 RequestContext BuiltinHandler.logoff(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Logs off from to the MQSeries Workflow system.
 RequestContext BuiltinHandler.queryLists(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.queryLists(RequestContext ctx, boolean useCache)
           
 RequestContext BuiltinHandler.showListProperties(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.showListProperties(RequestContext ctx)
           
 RequestContext BuiltinHandler.setListProperties(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.deleteList(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.deleteList(RequestContext ctx)
           
 RequestContext BuiltinHandler.createList(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Deprecated. - this function will be redesigned in a later release
 RequestContext BuiltinHandler.createList(RequestContext context)
          Deprecated. - this function will be redesigned in a later release
 RequestContext BuiltinHandler.queryProcessTemplateLists(RequestContext ctx)
           
 RequestContext BuiltinHandler.queryActivityInstances(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Queries the activity instances on the specified activityInstance list.
 RequestContext BuiltinHandler.queryActivityInstances(RequestContext ctx, java.lang.String oid, boolean useCache)
          Queries the activity instances of the specified activity instance list.
 RequestContext BuiltinHandler.queryProcessTemplates(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Queries the process templates on the specified template list.
 RequestContext BuiltinHandler.queryProcessTemplates(RequestContext ctx, java.lang.String oid, boolean useCache)
          Queries the process templates of the specified template list.
 RequestContext BuiltinHandler.showTemplateProperties(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.showTemplateProperties(RequestContext ctx)
           
 RequestContext BuiltinHandler.createInstance(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.createInstance(RequestContext ctx, java.lang.String instanceName)
           
 RequestContext BuiltinHandler.createAndStartInstance(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Creates and starts a process instance.
 RequestContext BuiltinHandler.deleteTemplate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.deleteTemplate(RequestContext ctx)
           
 RequestContext BuiltinHandler.queryProcessInstanceLists(RequestContext ctx)
           
 RequestContext BuiltinHandler.queryProcessInstances(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Queries the process instances on the specified instance list.
 RequestContext BuiltinHandler.queryProcessInstances(RequestContext ctx, java.lang.String oid, boolean useCache)
          Queries the process instances of the specified instance list.
 RequestContext BuiltinHandler.showInstanceProperties(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.showInstanceProperties(RequestContext ctx)
           
 RequestContext BuiltinHandler.deleteInstance(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.deleteInstance(RequestContext ctx)
           
 RequestContext BuiltinHandler.startInstance(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.suspendInstance(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Suspends a process instance.
 RequestContext BuiltinHandler.suspendInstance(RequestContext ctx, java.lang.String oid, java.lang.String submit, boolean deep, java.lang.String year, java.lang.String month, java.lang.String day, java.lang.String hour, java.lang.String minute)
          Suspends a process instance.
 RequestContext BuiltinHandler.resumeInstance(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.resumeInstance(RequestContext ctx, boolean deep)
           
 RequestContext BuiltinHandler.terminateInstance(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.terminateInstance(RequestContext ctx)
           
 RequestContext BuiltinHandler.restartInstance(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.restartInstance(RequestContext ctx, java.lang.String oid)
           
 RequestContext BuiltinHandler.showActivityProperties(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.showActivityProperties(RequestContext ctx)
           
 RequestContext BuiltinHandler.forceRestartActivity(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.forceFinishActivity(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.terminateActivity(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.terminateActivity(RequestContext ctx)
           
 RequestContext BuiltinHandler.showControlConnectorProperties(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.queryWorkLists(RequestContext ctx)
           
 RequestContext BuiltinHandler.queryActivityInstanceLists(RequestContext ctx)
           
 RequestContext BuiltinHandler.queryWorkItems(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Queries the work items on the specified worklist.
 RequestContext BuiltinHandler.queryWorkItems(RequestContext ctx, java.lang.String oid, boolean useCache)
          Queries the work items of the specified worklist.
 RequestContext BuiltinHandler.showWorkItemProperties(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.showWorkItemProperties(RequestContext ctx, java.lang.String oid, java.lang.String owner)
           
 RequestContext BuiltinHandler.checkOutWorkItem(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.checkOutWorkItem(RequestContext ctx, java.lang.String oid, java.lang.String owner, boolean startAllowed)
           
 RequestContext BuiltinHandler.checkInWorkItem(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.cancelWorkItem(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.cancelWorkItem(RequestContext ctx, java.lang.String oid, java.lang.String owner)
           
 RequestContext BuiltinHandler.finishWorkItem(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.finishWorkItem(RequestContext ctx, java.lang.String oid, java.lang.String owner)
           
 RequestContext BuiltinHandler.forceFinishWorkItem(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.forceFinishWorkItem(RequestContext ctx, java.lang.String oid, java.lang.String submit, java.lang.String owner)
           
 RequestContext BuiltinHandler.restartWorkItem(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.restartWorkItem(RequestContext ctx, java.lang.String oid, java.lang.String owner)
           
 RequestContext BuiltinHandler.forceRestartWorkItem(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.forceRestartWorkItem(RequestContext ctx, java.lang.String oid, java.lang.String submit, java.lang.String owner)
           
 RequestContext BuiltinHandler.startWorkItem(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.startWorkItem(RequestContext ctx, java.lang.String oid, java.lang.String owner)
           
 RequestContext BuiltinHandler.terminateWorkItem(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.terminateWorkItem(RequestContext ctx, java.lang.String oid, java.lang.String owner)
           
 RequestContext BuiltinHandler.deleteItem(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.transferItem(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 RequestContext BuiltinHandler.transferItem(RequestContext result, java.lang.String oid, java.lang.String owner, java.lang.String userID)
           
 RequestContext BuiltinHandler.setUserSettings(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Deprecated. - this function will be redesigned in a later release
 RequestContext BuiltinHandler.setViewSettings(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Deprecated. - this function will be redesigned in a later release
 RequestContext BuiltinHandler.getFilterAssistant(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Deprecated. - this function will be redesigned in a later release
 RequestContext BuiltinHandler.getSortCriteriaAssistant(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Deprecated. - this function will be redesigned in a later release
 RequestContext BuiltinHandler.getUserInfo(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Deprecated. - this function will be redesigned in a later release
 RequestContext BuiltinHandler.getSystemInfo(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Deprecated. - this function will be redesigned in a later release
 RequestContext BuiltinHandler.createPersistentList(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Deprecated. - this function will be redesigned in a later release
 ResponsePage JSPViewer.logonResponse(RequestContext context)
          Creates the page that is displayed after a successful logon.
 ResponsePage JSPViewer.queryActivityInstancesResponse(RequestContext context)
          Creates the page that displays a list of activity instances.
 ResponsePage JSPViewer.queryListsResponse(RequestContext context)
          Creates the page that displays the list of lists.
 ResponsePage JSPViewer.showListPropertiesResponse(RequestContext context)
          Creates the page that displays list settings.
 ResponsePage JSPViewer.setListPropertiesResponse(RequestContext context)
          Creates the page that displays the list of lists.
 ResponsePage JSPViewer.createListResponse(RequestContext context)
           
 ResponsePage JSPViewer.queryProcessTemplatesResponse(RequestContext context)
          Creates the page that displays a process template list.
 ResponsePage JSPViewer.showTemplatePropertiesResponse(RequestContext context)
          Creates the page that displays process template properties.
 ResponsePage JSPViewer.createAndStartInstanceResponse(RequestContext context)
          Creates the page displayed after a new process instance has been created and started.
 ResponsePage JSPViewer.queryProcessInstancesResponse(RequestContext context)
          Creates the page that displays a process instance list.
 ResponsePage JSPViewer.showInstancePropertiesResponse(RequestContext context)
          Creates the page that displays process instance properties.
 ResponsePage JSPViewer.startInstanceResponse(RequestContext context)
          Creates the page that will be displayed after a process instance has been started.
 ResponsePage JSPViewer.suspendInstanceResponse(RequestContext context)
          Creates the page that is displayed after a process instance has been suspended.
 ResponsePage JSPViewer.showActivityPropertiesResponse(RequestContext context)
          Creates the page that displays activity instance properties.
 ResponsePage JSPViewer.forceRestartActivityResponse(RequestContext context)
          Creates the page that is displayed after an activity instance has been force restarted.
 ResponsePage JSPViewer.forceFinishActivityResponse(RequestContext context)
          Creates the page that is displayed after an activity instance has been force finished.
 ResponsePage JSPViewer.terminateActivityResponse(RequestContext context)
          Creates the page that is displayed after an activity instance has been terminated.
 ResponsePage JSPViewer.showControlConnectorPropertiesResponse(RequestContext context)
          Creates the page that displays control connector properties.
 ResponsePage JSPViewer.queryWorkItemsResponse(RequestContext context)
          Creates the page that displays a worklist.
 ResponsePage JSPViewer.showWorkItemPropertiesResponse(RequestContext context)
          Creates the page that displays work item properties.
 ResponsePage JSPViewer.checkOutWorkItemResponse(RequestContext context)
          Creates the page that will be displayed when a work item has been checked out.
 ResponsePage JSPViewer.forceFinishWorkItemResponse(RequestContext context)
          Creates the page that is displayed after a work item has been force finished.
 ResponsePage JSPViewer.forceRestartWorkItemResponse(RequestContext context)
          Creates the page that is displayed after a work item has been force restarted.
 ResponsePage JSPViewer.getFilterAssistantResponse(RequestContext context)
          Deprecated. - this function will be redesigned in a later release
 ResponsePage JSPViewer.getSortCriteriaAssistantResponse(RequestContext context)
          Deprecated. - this function will be redesigned in a later release
 ResponsePage JSPViewer.getUserInfoResponse(RequestContext context)
          Deprecated. - this function will be redesigned in a later release
 ResponsePage JSPViewer.getSystemInfoResponse(RequestContext context)
          Deprecated. - this function will be redesigned in a later release
 java.util.Vector JSPViewer.createNavigatorEntries(RequestContext context, boolean enableLogoff)
           
 ResponsePage JSPViewer.setUserSettingsResponse(RequestContext context)
           
 ResponsePage JSPViewer.deleteTemplateResponse(RequestContext context)
           
 ResponsePage JSPViewer.cancelWorkItemResponse(RequestContext context)
           
 ResponsePage JSPViewer.checkInWorkItemResponse(RequestContext context)
           
 ResponsePage JSPViewer.createInstanceResponse(RequestContext context)
           
 ResponsePage JSPViewer.createPersistentListResponse(RequestContext context)
           
 ResponsePage JSPViewer.deleteInstanceResponse(RequestContext context)
           
 ResponsePage JSPViewer.deleteItemResponse(RequestContext context)
          Creates the page that is displayed when an item has been deleted.
 ResponsePage JSPViewer.deleteListResponse(RequestContext context)
          Creates the page that is displayed when a list has been deleted.
 ResponsePage JSPViewer.finishWorkItemResponse(RequestContext context)
          Creates the page that is displayed when a work item has been finished.
 ResponsePage JSPViewer.restartInstanceResponse(RequestContext context)
          Creates the page displayed after a process instance has been restarted.
 ResponsePage JSPViewer.restartWorkItemResponse(RequestContext context)
          Creates the page that is displayed when a work item has been restarted.
 ResponsePage JSPViewer.resumeInstanceResponse(RequestContext context)
          Creates the page displayed after a process instance has been resumed.
 ResponsePage JSPViewer.setViewSettingsResponse(RequestContext context)
          Deprecated. - this function will be redesigned in a later release
 ResponsePage JSPViewer.startWorkItemResponse(RequestContext context)
          Creates the page that is displayed when a work item has been started.
 ResponsePage JSPViewer.terminateWorkItemResponse(RequestContext context)
          Creates the page that is displayed when a work item has been terminated.
 ResponsePage JSPViewer.terminateInstanceResponse(RequestContext context)
          Creates the page displayed after a process instance has been terminated.
 ResponsePage JSPViewer.transferItemResponse(RequestContext context)
          Creates the page that is displayed when an item has been transferred.
 ResponsePage EnhancedJSPViewer.logonResponse(RequestContext context)
          Creates the page that is displayed after a successful logon.
 ResponsePage EnhancedJSPViewer.queryActivityInstancesResponse(RequestContext context)
          Creates the page that displays a list of activity instances.
 ResponsePage EnhancedJSPViewer.queryListsResponse(RequestContext context)
          Creates the page that displays the list of lists.
 ResponsePage EnhancedJSPViewer.showListPropertiesResponse(RequestContext context)
          Creates the page that displays list settings.
 ResponsePage EnhancedJSPViewer.setListPropertiesResponse(RequestContext context)
          Creates the page that displays the list of lists.
 ResponsePage EnhancedJSPViewer.createListResponse(RequestContext context)
           
 ResponsePage EnhancedJSPViewer.queryProcessTemplatesResponse(RequestContext context)
          Creates the page that displays a process template list.
 ResponsePage EnhancedJSPViewer.showTemplatePropertiesResponse(RequestContext context)
          Creates the page that displays process template properties.
 ResponsePage EnhancedJSPViewer.createAndStartInstanceResponse(RequestContext context)
          Creates the page displayed after a new process instance has been created and started.
 ResponsePage EnhancedJSPViewer.queryProcessInstancesResponse(RequestContext context)
          Creates the page that displays a process instance list.
 ResponsePage EnhancedJSPViewer.showInstancePropertiesResponse(RequestContext context)
          Creates the page that displays process instance properties.
 ResponsePage EnhancedJSPViewer.startInstanceResponse(RequestContext context)
          Creates the page that will be displayed after a process instance has been started.
 ResponsePage EnhancedJSPViewer.suspendInstanceResponse(RequestContext context)
          Creates the page that is displayed after a process instance has been suspended.
 ResponsePage EnhancedJSPViewer.showActivityPropertiesResponse(RequestContext context)
          Creates the page that displays activity instance properties.
 ResponsePage EnhancedJSPViewer.forceRestartActivityResponse(RequestContext context)
          Creates the page that is displayed after an activity instance has been force restarted.
 ResponsePage EnhancedJSPViewer.forceFinishActivityResponse(RequestContext context)
          Creates the page that is displayed after an activity instance has been force finished.
 ResponsePage EnhancedJSPViewer.terminateActivityResponse(RequestContext context)
          Creates the page that is displayed after an activity instance has been terminated.
 ResponsePage EnhancedJSPViewer.showControlConnectorPropertiesResponse(RequestContext context)
          Creates the page that displays control connector properties.
 ResponsePage EnhancedJSPViewer.queryWorkItemsResponse(RequestContext context)
          Creates the page that displays a worklist.
 ResponsePage EnhancedJSPViewer.showWorkItemPropertiesResponse(RequestContext context)
          Creates the page that displays work item properties.
 ResponsePage EnhancedJSPViewer.checkOutWorkItemResponse(RequestContext context)
          Creates the page that will be displayed when a work item has been checked out.
 ResponsePage EnhancedJSPViewer.forceFinishWorkItemResponse(RequestContext context)
          Creates the page that is displayed after a work item has been force finished.
 ResponsePage EnhancedJSPViewer.forceRestartWorkItemResponse(RequestContext context)
          Creates the page that is displayed after a work item has been force restarted.
 ResponsePage EnhancedJSPViewer.getFilterAssistantResponse(RequestContext context)
          Deprecated. - this function will be redesigned in a later release
 ResponsePage EnhancedJSPViewer.getSortCriteriaAssistantResponse(RequestContext context)
          Deprecated. - this function will be redesigned in a later release
 ResponsePage EnhancedJSPViewer.getUserInfoResponse(RequestContext context)
          Deprecated. - this function will be redesigned in a later release
 ResponsePage EnhancedJSPViewer.getSystemInfoResponse(RequestContext context)
          Deprecated. - this function will be redesigned in a later release
 java.util.Vector EnhancedJSPViewer.createNavigatorEntries(RequestContext context, boolean enableLogoff)
           
 ResponsePage EnhancedJSPViewer.setUserSettingsResponse(RequestContext context)
           
 ResponsePage EnhancedJSPViewer.deleteTemplateResponse(RequestContext context)
           
 ResponsePage EnhancedJSPViewer.cancelWorkItemResponse(RequestContext context)
           
 ResponsePage EnhancedJSPViewer.checkInWorkItemResponse(RequestContext context)
           
 ResponsePage EnhancedJSPViewer.createInstanceResponse(RequestContext context)
           
 ResponsePage EnhancedJSPViewer.createPersistentListResponse(RequestContext context)
           
 ResponsePage EnhancedJSPViewer.deleteInstanceResponse(RequestContext context)
           
 ResponsePage EnhancedJSPViewer.deleteItemResponse(RequestContext context)
          Creates the page that is displayed when an item has been deleted.
 ResponsePage EnhancedJSPViewer.deleteListResponse(RequestContext context)
          Creates the page that is displayed when a list has been deleted.
 ResponsePage EnhancedJSPViewer.finishWorkItemResponse(RequestContext context)
          Creates the page that is displayed when a work item has been finished.
 ResponsePage EnhancedJSPViewer.restartInstanceResponse(RequestContext context)
          Creates the page displayed after a process instance has been restarted.
 ResponsePage EnhancedJSPViewer.restartWorkItemResponse(RequestContext context)
          Creates the page that is displayed when a work item has been restarted.
 ResponsePage EnhancedJSPViewer.resumeInstanceResponse(RequestContext context)
          Creates the page displayed after a process instance has been resumed.
 ResponsePage EnhancedJSPViewer.setViewSettingsResponse(RequestContext context)
          Deprecated. - this function will be redesigned in a later release
 ResponsePage EnhancedJSPViewer.startWorkItemResponse(RequestContext context)
          Creates the page that is displayed when a work item has been started.
 ResponsePage EnhancedJSPViewer.terminateWorkItemResponse(RequestContext context)
          Creates the page that is displayed when a work item has been terminated.
 ResponsePage EnhancedJSPViewer.terminateInstanceResponse(RequestContext context)
          Creates the page displayed after a process instance has been terminated.
 ResponsePage EnhancedJSPViewer.transferItemResponse(RequestContext context)
          Creates the page that is displayed when an item has been transferred.
 ResponsePage CommandHandler.execute(java.lang.String command, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          This method is called every time a custom command is to be executed.
 byte[] CommandHandler.getCredentials(javax.servlet.http.HttpServletRequest request)
          This method is called by the BuiltinHandler as a pre-logon hook to enable third party authentication.
 int RequestContext.mostRecentList(boolean enableWorklists, boolean enableInstancelists, boolean enableTemplatelists, boolean enableLists, boolean useCache)
           
 com.ibm.workflow.api.ReadOnlyContainer RequestContext.getGlobalContainer()
           
 ResponsePage DefaultViewer.logonResponse(RequestContext context)
          Creates the page that is displayed after a successful logon.
 ResponsePage DefaultViewer.queryListsResponse(RequestContext context)
           
 ResponsePage DefaultViewer.showListPropertiesResponse(RequestContext context)
           
 ResponsePage DefaultViewer.setListPropertiesResponse(RequestContext context)
           
 ResponsePage DefaultViewer.deleteListResponse(RequestContext context)
          Creates the page that is displayed when a list has been deleted.
 ResponsePage DefaultViewer.createListResponse(RequestContext context)
           
 ResponsePage DefaultViewer.createPersistentListResponse(RequestContext context)
           
 ResponsePage DefaultViewer.queryProcessTemplatesResponse(RequestContext context)
          Creates the page that displays a process template list.
 ResponsePage DefaultViewer.showTemplatePropertiesResponse(RequestContext context)
          Creates the page that displays process template properties.
 ResponsePage DefaultViewer.createInstanceResponse(RequestContext context)
          Creates the page displayed after a new process instance has been created.
 ResponsePage DefaultViewer.createAndStartInstanceResponse(RequestContext context)
          Creates the page displayed after a new process instance has been created and started.
 ResponsePage DefaultViewer.deleteTemplateResponse(RequestContext context)
          Creates the page displayed after a process template has been deleted.
 ResponsePage DefaultViewer.queryProcessInstancesResponse(RequestContext context)
          Creates the page that displays a process instance list.
 ResponsePage DefaultViewer.showInstancePropertiesResponse(RequestContext context)
          Creates the page that displays process instance properties.
 ResponsePage DefaultViewer.startInstanceResponse(RequestContext context)
          Creates the page that will be displayed after a process instance has been started.
 ResponsePage DefaultViewer.deleteInstanceResponse(RequestContext context)
          Creates the page displayed after a process instance has been deleted.
 ResponsePage DefaultViewer.suspendInstanceResponse(RequestContext context)
          Creates the page displayed after a process instance has been suspended.
 ResponsePage DefaultViewer.resumeInstanceResponse(RequestContext context)
          Creates the page displayed after a process instance has been resumed.
 ResponsePage DefaultViewer.terminateInstanceResponse(RequestContext context)
          Creates the page displayed after a process instance has been terminated.
 ResponsePage DefaultViewer.restartInstanceResponse(RequestContext context)
          Creates the page displayed after a process instance has been restarted.
 ResponsePage DefaultViewer.showActivityPropertiesResponse(RequestContext context)
          This method has an empty implementation since activity properties can only be accessed from within the process monitor which requires JSPViewer.
 ResponsePage DefaultViewer.forceRestartActivityResponse(RequestContext context)
          This method has an empty implementation since activity actions can only be accessed from activity properties page which requires JSPViewer.
 ResponsePage DefaultViewer.forceFinishActivityResponse(RequestContext context)
          This method has an empty implementation since activity actions can only be accessed from activity properties page which requires JSPViewer.
 ResponsePage DefaultViewer.terminateActivityResponse(RequestContext context)
          This method has an empty implementation since activity actions can only be accessed from activity properties page which requires JSPViewer.
 ResponsePage DefaultViewer.showControlConnectorPropertiesResponse(RequestContext context)
          This method has an empty implementation since connector properties can only be accessed from within the process monitor which requires JSPViewer.
 ResponsePage DefaultViewer.queryWorkItemsResponse(RequestContext context)
          Creates the page that displays a work list.
 ResponsePage DefaultViewer.showWorkItemPropertiesResponse(RequestContext context)
          Creates the page that displays work item properties.
 ResponsePage DefaultViewer.checkOutWorkItemResponse(RequestContext context)
          Creates the page that will be displayed when a work item has been checked out.
 ResponsePage DefaultViewer.checkInWorkItemResponse(RequestContext context)
          Creates the page that is displayed when a work item has been checked in.
 ResponsePage DefaultViewer.cancelWorkItemResponse(RequestContext context)
          Creates the page that is displayed when a work item checkout has been canceled.
 ResponsePage DefaultViewer.finishWorkItemResponse(RequestContext context)
          Creates the page that is displayed when a work item has been finished.
 ResponsePage DefaultViewer.forceFinishWorkItemResponse(RequestContext context)
          Creates the page that is displayed when a work item has been force finished.
 ResponsePage DefaultViewer.startWorkItemResponse(RequestContext context)
          Creates the page that is displayed when a work item has been started.
 ResponsePage DefaultViewer.restartWorkItemResponse(RequestContext context)
          Creates the page that is displayed when a work item has been restarted.
 ResponsePage DefaultViewer.forceRestartWorkItemResponse(RequestContext context)
          Creates the page that is displayed when a work item has been force restarted.
 ResponsePage DefaultViewer.terminateWorkItemResponse(RequestContext context)
          Creates the page that is displayed when a work item has been terminated.
 ResponsePage DefaultViewer.deleteItemResponse(RequestContext context)
          Creates the page that is displayed when an item has been deleted.
 ResponsePage DefaultViewer.transferItemResponse(RequestContext context)
          Creates the page that is displayed when an item has been transferred.
 ResponsePage DefaultViewer.getFilterAssistantResponse(RequestContext context)
          Deprecated. - this function will be redesigned in a later release
 ResponsePage DefaultViewer.setUserSettingsResponse(RequestContext context)
          Deprecated. - this function will be redesigned in a later release
 ResponsePage DefaultViewer.setViewSettingsResponse(RequestContext context)
          Deprecated. - this function will be redesigned in a later release
 ResponsePage DefaultViewer.getUserInfoResponse(RequestContext context)
          Deprecated. - this function will be redesigned in a later release
 ResponsePage DefaultViewer.getSystemInfoResponse(RequestContext context)
          Deprecated. - this function will be redesigned in a later release
 ResponsePage DefaultViewer.queryActivityInstancesResponse(RequestContext context)
           
 java.util.Vector DefaultViewer.createNavigatorEntries(RequestContext context, boolean enableLogoff)
          Deprecated. - this function will be redesigned in a later release
 

Constructors in com.ibm.workflow.servlet.client that throw ClientException
RequestContext(javax.servlet.http.HttpServletRequest request)
           
 

Uses of ClientException in com.ibm.workflow.servlet.sample
 

Methods in com.ibm.workflow.servlet.sample that throw ClientException
 ResponsePage ShowConfigHandler.showConfig(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 ResponsePage EmailHandler.transferItem(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Service entry point to which the 'x-transferItem' requests issued by the ListViewer.jsp are dispatched.
 ResponsePage InternetConnectionViewer.logonResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.logon() command.
 ResponsePage InternetConnectionViewer.queryWorkItemsResponse(RequestContext context)
          This method is called to create the response page for the BuiltinHandler.queryWorkItems() command.
 byte[] BasicAuthenticationHandler.getCredentials(javax.servlet.http.HttpServletRequest request)
          Checks if the request contains HTTP/1.1 Basic Authentication credentials.
 ResponsePage AuditTrailHandler.getInstanceHistory(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          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.
 ResponsePage AuditTrailHandler.getActivityStatistics(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          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.
 byte[] CommandHandlerAdapter.getCredentials(javax.servlet.http.HttpServletRequest request)
          This method is called by the BuiltinHandler as a pre-logon hook to enable third party authentication.
 ResponsePage CommandHandlerAdapter.execute(java.lang.String command, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          This method is called every time a custom command is to be executed.
 



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