|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestContext | |
---|---|
com.ibm.workflow.portlet.client | |
com.ibm.workflow.portlet.sample |
Uses of RequestContext in com.ibm.workflow.portlet.client |
---|
Methods in com.ibm.workflow.portlet.client that return RequestContext | |
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 process templates of the specified template 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.cancelCreateAndStart(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
BuiltinHandler.deleteTemplate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
BuiltinHandler.deleteTemplate(RequestContext ctx)
|
RequestContext |
BuiltinHandler.queryActivityInstanceLists(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.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 |
RequestContext |
MQWFWorkflowCommunication.conductLogon(com.ibm.workflow.portlet.client.ApplicationContextImpl context,
org.apache.jetspeed.portlet.PortletContext portletContext,
javax.servlet.http.HttpServletRequest request,
java.lang.String userID,
java.lang.String group,
java.lang.String password,
java.lang.String system,
com.ibm.workflow.api.ServicePackage.SessionMode mode,
com.ibm.workflow.api.ServicePackage.AbsenceIndicator absenceIndicator)
Conducts a logon against the workflow backend. |
RequestContext |
MQWFWorkflowCommunication.logonToMQWF(com.ibm.workflow.portlet.client.ApplicationContextImpl context,
org.apache.jetspeed.portlet.PortletContext portletContext,
org.apache.jetspeed.portlet.PortletRequest request)
Smart logon method that will only call the conductLogon method if there is no active session any more. |
Methods in com.ibm.workflow.portlet.client with parameters of type RequestContext | |
ResponsePage |
BuiltinHandler.render(java.lang.String command,
RequestContext ctx)
|
RequestContext |
BuiltinHandler.queryLists(RequestContext ctx,
boolean useCache)
|
RequestContext |
BuiltinHandler.showListProperties(RequestContext ctx)
|
RequestContext |
BuiltinHandler.deleteList(RequestContext ctx)
|
RequestContext |
BuiltinHandler.createList(RequestContext context)
Deprecated. - this function will be redesigned in a later release |
RequestContext |
BuiltinHandler.queryProcessTemplateLists(RequestContext ctx)
|
RequestContext |
BuiltinHandler.queryActivityInstances(RequestContext ctx,
java.lang.String oid,
boolean useCache)
Queries the process templates of 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(RequestContext ctx)
|
RequestContext |
BuiltinHandler.createInstance(RequestContext ctx,
java.lang.String instanceName)
|
RequestContext |
BuiltinHandler.deleteTemplate(RequestContext ctx)
|
RequestContext |
BuiltinHandler.queryActivityInstanceLists(RequestContext ctx)
|
RequestContext |
BuiltinHandler.queryProcessInstanceLists(RequestContext ctx)
|
RequestContext |
BuiltinHandler.queryProcessInstances(RequestContext ctx,
java.lang.String oid,
boolean useCache)
Queries the process instances of the specified instance list. |
RequestContext |
BuiltinHandler.showInstanceProperties(RequestContext ctx)
|
RequestContext |
BuiltinHandler.deleteInstance(RequestContext ctx)
|
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(RequestContext ctx,
boolean deep)
|
RequestContext |
BuiltinHandler.terminateInstance(RequestContext ctx)
|
RequestContext |
BuiltinHandler.restartInstance(RequestContext ctx,
java.lang.String oid)
|
RequestContext |
BuiltinHandler.showActivityProperties(RequestContext ctx)
|
RequestContext |
BuiltinHandler.terminateActivity(RequestContext ctx)
|
RequestContext |
BuiltinHandler.queryWorkLists(RequestContext ctx)
|
RequestContext |
BuiltinHandler.queryWorkItems(RequestContext ctx,
java.lang.String oid,
boolean useCache)
Queries the work items of the specified worklist. |
RequestContext |
BuiltinHandler.showWorkItemProperties(RequestContext ctx,
java.lang.String oid,
java.lang.String owner)
|
RequestContext |
BuiltinHandler.checkOutWorkItem(RequestContext ctx,
java.lang.String oid,
java.lang.String owner,
boolean startAllowed)
|
RequestContext |
BuiltinHandler.cancelWorkItem(RequestContext ctx,
java.lang.String oid,
java.lang.String owner)
|
RequestContext |
BuiltinHandler.finishWorkItem(RequestContext ctx,
java.lang.String oid,
java.lang.String owner)
|
RequestContext |
BuiltinHandler.forceFinishWorkItem(RequestContext ctx,
java.lang.String oid,
java.lang.String submit,
java.lang.String owner)
|
RequestContext |
BuiltinHandler.restartWorkItem(RequestContext ctx,
java.lang.String oid,
java.lang.String owner)
|
RequestContext |
BuiltinHandler.forceRestartWorkItem(RequestContext ctx,
java.lang.String oid,
java.lang.String submit,
java.lang.String owner)
|
RequestContext |
BuiltinHandler.startWorkItem(RequestContext ctx,
java.lang.String oid,
java.lang.String owner)
|
RequestContext |
BuiltinHandler.terminateWorkItem(RequestContext ctx,
java.lang.String oid,
java.lang.String owner)
|
RequestContext |
BuiltinHandler.transferItem(RequestContext result,
java.lang.String oid,
java.lang.String owner,
java.lang.String userID)
|
java.lang.String |
ProcessMonitor.ImageMap.createHtmlImageMap(RequestContext ctx,
java.lang.String mapname)
|
java.lang.String |
CommandHandler.getTriggerTagFor(int list,
RequestContext context)
This method can be called by Viewer s to obtain a HTML tag that
triggers user-defined commands. |
void |
CommandHandler.onLogon(RequestContext context)
This method is called whenever a new user has logged on. |
ResponsePage |
DefaultViewer.errorResponse(RequestContext context)
Creates the page that is shown in case of an error. |
ResponsePage |
DefaultViewer.logonResponse(RequestContext context)
Creates the page that is displayed after a successful logon. |
ResponsePage |
DefaultViewer.logoffResponse(RequestContext context)
Creates the page that is shown after logoff. |
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 JSPPortletViewer . |
ResponsePage |
DefaultViewer.forceRestartActivityResponse(RequestContext context)
This method has an empty implementation since activity actions can only be accessed from activity properties page which requires JSPPortletViewer . |
ResponsePage |
DefaultViewer.forceFinishActivityResponse(RequestContext context)
This method has an empty implementation since activity actions can only be accessed from activity properties page which requires JSPPortletViewer . |
ResponsePage |
DefaultViewer.terminateActivityResponse(RequestContext context)
This method has an empty implementation since activity actions can only be accessed from activity properties page which requires JSPPortletViewer . |
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 JSPPortletViewer . |
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)
|
static void |
DefaultViewer.getContainerData(RequestContext context,
java.lang.StringBuffer answer,
java.lang.String contType,
java.lang.String structName,
com.ibm.workflow.api.ContainerElement[] elements,
com.ibm.workflow.api.Container compData)
Deprecated. - this function will be redesigned in a later release |
java.util.Vector |
DefaultViewer.createNavigatorEntries(RequestContext context,
boolean enableLogoff)
Deprecated. - this function will be redesigned in a later release |
java.lang.String |
ApplicationContextProxy.getTriggerTagFor(int list,
RequestContext context)
|
java.lang.String |
ApplicationContext.getTriggerTagFor(int list,
RequestContext context)
|
java.util.Vector |
Viewer.createNavigatorEntries(RequestContext context,
boolean enableLogoff)
Deprecated. - this function will be redesigned in a later release |
ResponsePage |
Viewer.errorResponse(RequestContext context)
This method is called by the Web Client if an error occurred. |
ResponsePage |
Viewer.logonResponse(RequestContext context)
This method is called to create the response page for the BuiltinHandler.logon() command. |
ResponsePage |
Viewer.logoffResponse(RequestContext context)
This method is called to create the response page for the BuiltinHandler.logoff() 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 |
java.lang.String |
GenericCommandHandler.getTriggerTagFor(int list,
RequestContext context)
Returns a String that contains HTML code to trigger a user defined command. |
void |
GenericCommandHandler.onLogon(RequestContext context)
This hook has an empty implementation. |
ResponsePage |
JSPViewer.errorResponse(RequestContext context)
Creates the page that is shown in case of an error. |
ResponsePage |
JSPViewer.logonResponse(RequestContext context)
Creates the page that is displayed after a successful logon. |
ResponsePage |
JSPViewer.logoffResponse(RequestContext context)
Creates the page that is shown after logoff. |
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.lang.String |
Command.getTriggerTag(RequestContext context,
java.lang.String id,
java.lang.String name)
|
java.lang.String |
Command.getTriggerTag(RequestContext context,
java.lang.String id,
java.lang.String name,
boolean isActivityList)
Construct a HTML anchor ( a href ) tag that will cause the
command to be executed. |
java.lang.String |
Command.getURL(RequestContext context,
java.lang.String id,
java.lang.String name,
boolean replace)
Construct a URL that will cause the command to be executed. |
java.lang.String |
Command.getActionIcon(RequestContext context,
java.lang.String imageAttr)
Creates an img tag pointing to the action icon for this
command (<documentRoot>/images/action/<commandPicture> ). |
java.lang.String |
Command.getActionButton(RequestContext context,
java.lang.String imageAttr)
Creates an img tag pointing to the action button for this
command (<documentRoot>/images/navigation/<commandPicture> ). |
ResponsePage |
JSPPortletViewer.showEditPreferences(RequestContext context,
com.ibm.workflow.portlet.client.RequestPreferences preferences)
Shows the page for specifying the response page settings. |
ResponsePage |
JSPPortletViewer.errorBasicResponse(RequestContext context)
Creates the page that is shown in case of an error. |
ResponsePage |
JSPPortletViewer.errorResponse(RequestContext context)
Creates the page that is shown in case of an error. |
ResponsePage |
JSPPortletViewer.logonResponse(RequestContext context)
Creates the page that is displayed after a successful logon. |
ResponsePage |
JSPPortletViewer.logoffResponse(RequestContext context)
Creates the page that is shown after logoff. |
ResponsePage |
JSPPortletViewer.showEditCredential(RequestContext context)
Shows the ResponsePage for editing the credentials used for the edit mode of the portlet. |
ResponsePage |
JSPPortletViewer.queryListsResponse(RequestContext context)
Creates the page that displays the list of lists. |
ResponsePage |
JSPPortletViewer.queryActivityInstancesResponse(RequestContext context)
Creates the page that displays a list of activity instances. |
ResponsePage |
JSPPortletViewer.showListPropertiesResponse(RequestContext context)
Creates the page that displays list settings. |
ResponsePage |
JSPPortletViewer.setListPropertiesResponse(RequestContext context)
Creates the page that displays the list of lists. |
ResponsePage |
JSPPortletViewer.createListResponse(RequestContext context)
|
ResponsePage |
JSPPortletViewer.queryProcessTemplatesResponse(RequestContext context)
Creates the page that displays a process template list. |
ResponsePage |
JSPPortletViewer.showTemplatePropertiesResponse(RequestContext context)
Creates the page that displays process template properties. |
ResponsePage |
JSPPortletViewer.createAndStartInstanceResponse(RequestContext context)
Creates the page displayed after a new process instance has been created and started. |
ResponsePage |
JSPPortletViewer.checkInWorkItemResponse(RequestContext context)
|
ResponsePage |
JSPPortletViewer.cancelWorkItemResponse(RequestContext context)
|
ResponsePage |
JSPPortletViewer.queryProcessInstancesResponse(RequestContext context)
Creates the page that displays a process instance list. |
ResponsePage |
JSPPortletViewer.showInstancePropertiesResponse(RequestContext context)
Creates the page that displays process instance properties. |
ResponsePage |
JSPPortletViewer.startInstanceResponse(RequestContext context)
Creates the page that will be displayed after a process instance has been started. |
ResponsePage |
JSPPortletViewer.suspendInstanceResponse(RequestContext context)
Creates the page that is displayed after a process instance has been suspended. |
ResponsePage |
JSPPortletViewer.showActivityPropertiesResponse(RequestContext context)
Creates the page that displays activity instance properties. |
ResponsePage |
JSPPortletViewer.forceRestartActivityResponse(RequestContext context)
Creates the page that is displayed after an activity instance has been force restarted. |
ResponsePage |
JSPPortletViewer.forceFinishActivityResponse(RequestContext context)
Creates the page that is displayed after an activity instance has been force finished. |
ResponsePage |
JSPPortletViewer.terminateActivityResponse(RequestContext context)
Creates the page that is displayed after an activity instance has been terminated. |
ResponsePage |
JSPPortletViewer.showControlConnectorPropertiesResponse(RequestContext context)
Creates the page that displays control connector properties. |
java.util.Vector |
JSPPortletViewer.createNavigatorEntries(RequestContext context,
boolean enableLogoff)
Overwrites method from base class and adds a action which causes the link to be display in the same instance. |
ResponsePage |
JSPPortletViewer.queryWorkItemsResponse(RequestContext context)
Creates the page that displays a worklist. |
ResponsePage |
JSPPortletViewer.showWorkItemPropertiesResponse(RequestContext context)
Creates the page that displays work item properties. |
ResponsePage |
JSPPortletViewer.checkOutWorkItemResponse(RequestContext context)
Creates the page that will be displayed when a work item has been checked out. |
ResponsePage |
JSPPortletViewer.forceFinishWorkItemResponse(RequestContext context)
Creates the page that is displayed after a work item has been force finished. |
ResponsePage |
JSPPortletViewer.cancelCreateAndStartResponse(RequestContext context)
|
ResponsePage |
JSPPortletViewer.forceRestartWorkItemResponse(RequestContext context)
Creates the page that is displayed after a work item has been force restarted. |
ResponsePage |
JSPPortletViewer.getFilterAssistantResponse(RequestContext context)
Deprecated. - this function will be redesigned in a later release |
ResponsePage |
JSPPortletViewer.getSortCriteriaAssistantResponse(RequestContext context)
Deprecated. - this function will be redesigned in a later release |
ResponsePage |
JSPPortletViewer.getUserInfoResponse(RequestContext context)
Deprecated. - this function will be redesigned in a later release |
ResponsePage |
JSPPortletViewer.getSystemInfoResponse(RequestContext context)
Deprecated. - this function will be redesigned in a later release |
boolean |
ActionRefreshRequest.isAffected(com.ibm.workflow.portlet.client.ApplicationContextImpl context,
org.apache.jetspeed.portlet.PortletContext portletContext,
RequestContext requestContext)
|
java.lang.String |
MonitorHandler.getTriggerTagFor(int list,
RequestContext context)
|
Constructors in com.ibm.workflow.portlet.client with parameters of type RequestContext | |
ResponsePage(RequestContext context,
java.lang.String urlname)
Create a response page from a URL. |
|
ResponsePage(RequestContext context,
java.lang.String urlname,
boolean followOnPageIsShown)
Create a response page from a URL. |
|
ResponsePage(RequestContext context,
java.lang.String urlname,
long date)
Create a response page from a URL. |
|
ResponsePage(RequestContext context,
java.lang.String urlname,
long date,
boolean followOnPageIsShown)
Create a response page from a URL. |
|
ClientException(RequestContext context,
java.lang.String message)
Constructs an exception object. |
|
ClientException(RequestContext context,
java.lang.Throwable xcpt)
Constructs an exception object. |
|
ClientException(RequestContext context,
java.lang.Throwable xcpt,
java.lang.String message)
Constructs an exception object. |
|
LogonContext(RequestContext catalog)
|
Uses of RequestContext in com.ibm.workflow.portlet.sample |
---|
Methods in com.ibm.workflow.portlet.sample with parameters of type RequestContext | |
void |
StarterPEAHandler.onLogon(RequestContext context)
Start the Web user's PEA called for the Web user ID and if enabled in PortalClient.properties . |
java.lang.String |
CommandHandlerAdapter.getTriggerTagFor(int list,
RequestContext context)
This method can be called by Viewer s to obtain a HTML tag that
triggers user-defined commands. |
void |
CommandHandlerAdapter.onLogon(RequestContext context)
This method is called whenever a new user has logged on. |
java.lang.String |
AuditTrailHandler.getTriggerTagFor(int list,
RequestContext context)
The trigger tags for the handler. |
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. |
java.lang.String |
HTMLDocHandler.getTriggerTagFor(int list,
RequestContext context)
Returns an HTML tag to be included in process template lists. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |