Uses of Class
wt.httpgw.HTTPResponse

Packages that use HTTPResponse
com.ptc.core.htmlcomp.createtableview   
com.ptc.core.htmlcomp.toolbar   
com.ptc.core.htmlcomp.wizard   
com.ptc.core.logging.remote   
com.ptc.core.query.report.client.generation   
com.ptc.netmarkets.actionitem   
com.ptc.netmarkets.meeting   
com.ptc.netmarkets.model   
com.ptc.windchill.cadx.checkin   
com.ptc.windchill.cadx.checkout   
com.ptc.windchill.cadx.common.picker   
com.ptc.windchill.cadx.family   
com.ptc.windchill.cadx.prowt.newDocPropertyPage   
com.ptc.windchill.cadx.remove   
com.ptc.windchill.cadx.replacemissdep   
com.ptc.windchill.cadx.saveas   
com.ptc.windchill.cadx.search   
com.ptc.windchill.cadx.upload   
com.ptc.windchill.cadx.ws   
com.ptc.windchill.enterprise.nativeapp.msoi.server   
com.ptc.windchill.uwgm.cadx.cancelcheckout   
com.ptc.windchill.uwgm.cadx.checkin   
com.ptc.windchill.uwgm.cadx.checkout   
com.ptc.windchill.uwgm.cadx.multieditattr   
com.ptc.windchill.uwgm.cadx.multirename   
com.ptc.windchill.uwgm.cadx.newcaddoc   
com.ptc.windchill.uwgm.cadx.prowt.newDocPropsPage   
com.ptc.windchill.uwgm.cadx.remove   
com.ptc.windchill.uwgm.cadx.update   
com.ptc.windchill.uwgm.cadx.upload   
com.ptc.windchill.uwgm.cadx.ws   
com.ptc.windchill.uwgm.proesrv.registry   
com.ptc.windchill.uwgm.proesrv.request   
com.ptc.windchill.uwgm.util.openinproe   
com.ptc.wvs.server.loader   
com.ptc.wvs.server.publish   
com.ptc.wvs.server.ui   
com.ptc.wvs.server.util   
wt.calendar Uses the CalendarAccessProtocol and the CalendarService to provide iCalandar Access Protocol support. 
wt.clients.gui   
wt.clients.homepage   
wt.content
content package — Content Handling Service

The content package allows content — files, URL links, and aggregates (multiple pieces of content that behave as a single file — to be associated with business objects. 

wt.dataops.containermove.processors   
wt.dataops.delete.processors   
wt.dataops.sandbox.processors.undocheckout   
wt.doc   
wt.enterprise Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. 
wt.enterprise.tabularresults   
wt.epm.retriever   
wt.federation

The federation service (wt.federation package) provides functionality to create and manage proxy objects of remote systems and perform utility functions supporting the federation system. 

wt.federation.admin   
wt.fv.local   
wt.fv.master   
wt.fv.replica
content replication - Content Replication Service

There are six content replication packages. 

wt.fv.uploadtocache   
wt.htmlutil   
wt.httpgw Provides HTTPGateway support including HTTPLogin, HTTPRequest, HTTPResponse and URLFactory
wt.inf.team   
wt.lifecycle
 
wt.lifecycle.history   
wt.meeting Uses the MeetingService to manage Meetings of various MeetingTypes having Agendas and producing Minutes, in particular MeetingCenterMeetings with their associated MeetingCenterMeetingInfo (also see the WebexOperationHelper). 
wt.meeting.actionitem   
wt.notify
Provides classes to represent, manage, and execute notification definitions. 
wt.part Defines WTParts and WTPartMasters ( the fundamental enterprise objects used to represent product structures composed of assemblies and components), WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. 
wt.project The notion of a Project has been replaced by a Team, see the wt.team package instead. 
wt.projmgmt.monitor   
wt.query Provides generic support for defining SQL queries (see QuerySpec and the various things that can be appended to it) in a database inedependent manner that should be used with the PersistenceManager
wt.replication.unit.htmlGeneration   
wt.templateutil.processor Defines the DefaultTemplateProcessor which is a common super class for all template processors and provides many implementations of it. 
wt.vc.config
 
wt.workflow.definer
Provides workflow classes responsible for the definition of processes, activities, and the other objects that compose the workflow network. 
wt.workflow.engine
Provides workflow classes responsible for the flow of control and data from an execution point of view. 
wt.workflow.work
Provides workflow classes responsible for managing the work assigned to individual users. 
wt.workflow.worklist
Provides workflow classes that construct the interface for users to view and act on their work items. 
wt.wrmf.transport.httptransport   
 

Uses of HTTPResponse in com.ptc.core.htmlcomp.createtableview
 

Methods in com.ptc.core.htmlcomp.createtableview with parameters of type HTTPResponse
 void CreateOrEditTableViewWizardProcessor.initWizard(HTTPRequest req, HTTPResponse resp)
          Specify wizard steps and other wizard level information like wizard title, wizard help page etc.
 void CreateOrEditTableViewWizardProcessor.handleStepRequest(HTTPRequest req, HTTPResponse resp, String currentStep)
          The handleStepRequest is like a pseudo constructor for each step of a wizard.
 

Uses of HTTPResponse in com.ptc.core.htmlcomp.toolbar
 

Methods in com.ptc.core.htmlcomp.toolbar with parameters of type HTTPResponse
 void TableToolbarTemplateProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          Deprecated.  
 

Uses of HTTPResponse in com.ptc.core.htmlcomp.wizard
 

Methods in com.ptc.core.htmlcomp.wizard with parameters of type HTTPResponse
abstract  void WizardFormProcessor.initWizard(HTTPRequest req, HTTPResponse resp)
           
 void WizardFormProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
           
 void WizardFormProcessor.handleStepRequest(HTTPRequest req, HTTPResponse resp, String currentStep)
           
 

Uses of HTTPResponse in com.ptc.core.logging.remote
 

Methods in com.ptc.core.logging.remote with parameters of type HTTPResponse
static void Logger.setLevel(HTTPRequest req, HTTPResponse resp)
          Set logging level in the form: ?"category name"="logging level" , where logging level may be one of SimpleLog.LOG_LEVELS constants.
static void Logger.config(HTTPRequest req, HTTPResponse resp)
          Show current logging level for all categories and allow to change it for any particular category via HTML form.
 

Uses of HTTPResponse in com.ptc.core.query.report.client.generation
 

Methods in com.ptc.core.query.report.client.generation with parameters of type HTTPResponse
 void ReportProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          Deprecated.  
 

Uses of HTTPResponse in com.ptc.netmarkets.actionitem
 

Methods in com.ptc.netmarkets.actionitem with parameters of type HTTPResponse
 void NmActionItemNotificationProcessor.handleRequest(HTTPRequest request, HTTPResponse response)
          

Supported API: false
 

Uses of HTTPResponse in com.ptc.netmarkets.meeting
 

Methods in com.ptc.netmarkets.meeting with parameters of type HTTPResponse
 void NmMeetingNotificationProcessor.handleRequest(HTTPRequest request, HTTPResponse response)
          

Supported API: false
 

Uses of HTTPResponse in com.ptc.netmarkets.model
 

Methods in com.ptc.netmarkets.model with parameters of type HTTPResponse
static void StandardNmObjectService.redirectRecipient(HTTPRequest req, HTTPResponse resp)
           
 

Uses of HTTPResponse in com.ptc.windchill.cadx.checkin
 

Methods in com.ptc.windchill.cadx.checkin with parameters of type HTTPResponse
 void CheckinFormProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
           
 

Uses of HTTPResponse in com.ptc.windchill.cadx.checkout
 

Methods in com.ptc.windchill.cadx.checkout with parameters of type HTTPResponse
 void CheckoutDownloadTemplateProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
           
 

Uses of HTTPResponse in com.ptc.windchill.cadx.common.picker
 

Methods in com.ptc.windchill.cadx.common.picker with parameters of type HTTPResponse
 void PickerSearcherProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          Deprecated.  
 void PickerFormProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          Deprecated.  
 void PickerBrowserProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          Deprecated.  
 

Uses of HTTPResponse in com.ptc.windchill.cadx.family
 

Methods in com.ptc.windchill.cadx.family with parameters of type HTTPResponse
 void FamilyinstProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
           
 

Uses of HTTPResponse in com.ptc.windchill.cadx.prowt.newDocPropertyPage
 

Methods in com.ptc.windchill.cadx.prowt.newDocPropertyPage with parameters of type HTTPResponse
 void NewCADDocPropertyTemplateProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
           
 

Uses of HTTPResponse in com.ptc.windchill.cadx.remove
 

Methods in com.ptc.windchill.cadx.remove with parameters of type HTTPResponse
 void RemoveFormProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          Deprecated.  
 

Uses of HTTPResponse in com.ptc.windchill.cadx.replacemissdep
 

Methods in com.ptc.windchill.cadx.replacemissdep with parameters of type HTTPResponse
 void ReplaceMissDepFormProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
           
 

Uses of HTTPResponse in com.ptc.windchill.cadx.saveas
 

Methods in com.ptc.windchill.cadx.saveas with parameters of type HTTPResponse
 void SaveAsFormProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          Deprecated.  
 

Uses of HTTPResponse in com.ptc.windchill.cadx.search
 

Methods in com.ptc.windchill.cadx.search with parameters of type HTTPResponse
 void SearchResultsFormProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
           
 void DoIntegratedSearchProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which presents the Search results page.
 

Uses of HTTPResponse in com.ptc.windchill.cadx.upload
 

Methods in com.ptc.windchill.cadx.upload with parameters of type HTTPResponse
 void UploadFormProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
           
 

Uses of HTTPResponse in com.ptc.windchill.cadx.ws
 

Methods in com.ptc.windchill.cadx.ws with parameters of type HTTPResponse
 void WorkspaceFormProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          

Supported API: false
 void ActiveWorkspaceTemplateProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          

Supported API: false
 

Uses of HTTPResponse in com.ptc.windchill.enterprise.nativeapp.msoi.server
 

Methods in com.ptc.windchill.enterprise.nativeapp.msoi.server with parameters of type HTTPResponse
 void MSOITemplateProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          Override existing handleRequest so the content header can be created for the MSOI MIME file type.
 

Uses of HTTPResponse in com.ptc.windchill.uwgm.cadx.cancelcheckout
 

Methods in com.ptc.windchill.uwgm.cadx.cancelcheckout with parameters of type HTTPResponse
 void CancelCheckoutTemplateProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
           
 

Uses of HTTPResponse in com.ptc.windchill.uwgm.cadx.checkin
 

Methods in com.ptc.windchill.uwgm.cadx.checkin with parameters of type HTTPResponse
 void CheckinFormProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
           
 

Uses of HTTPResponse in com.ptc.windchill.uwgm.cadx.checkout
 

Methods in com.ptc.windchill.uwgm.cadx.checkout with parameters of type HTTPResponse
 void CheckoutWizardProcessor.initWizard(HTTPRequest req, HTTPResponse resp)
           
 

Uses of HTTPResponse in com.ptc.windchill.uwgm.cadx.multieditattr
 

Methods in com.ptc.windchill.uwgm.cadx.multieditattr with parameters of type HTTPResponse
 void MultiEditAttrCheckoutConflictProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
           
 

Uses of HTTPResponse in com.ptc.windchill.uwgm.cadx.multirename
 

Methods in com.ptc.windchill.uwgm.cadx.multirename with parameters of type HTTPResponse
 void MultiRenameProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
           
 

Uses of HTTPResponse in com.ptc.windchill.uwgm.cadx.newcaddoc
 

Methods in com.ptc.windchill.uwgm.cadx.newcaddoc with parameters of type HTTPResponse
 void NewCadDocWizardProcessor.initWizard(HTTPRequest req, HTTPResponse resp)
           
 void NewCadDocWizardProcessor.handleStepRequest(HTTPRequest req, HTTPResponse resp, String currentStep)
           
 

Uses of HTTPResponse in com.ptc.windchill.uwgm.cadx.prowt.newDocPropsPage
 

Methods in com.ptc.windchill.uwgm.cadx.prowt.newDocPropsPage with parameters of type HTTPResponse
 void NewCADDocPropsProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
           
 

Uses of HTTPResponse in com.ptc.windchill.uwgm.cadx.remove
 

Methods in com.ptc.windchill.uwgm.cadx.remove with parameters of type HTTPResponse
 void RemoveFormProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          Deprecated.  
 

Uses of HTTPResponse in com.ptc.windchill.uwgm.cadx.update
 

Methods in com.ptc.windchill.uwgm.cadx.update with parameters of type HTTPResponse
 void UpdateWizardProcessor.initWizard(HTTPRequest req, HTTPResponse resp)
           
 void UpdateWizardProcessor.handleStepRequest(HTTPRequest req, HTTPResponse resp, String currentStep)
           
 

Uses of HTTPResponse in com.ptc.windchill.uwgm.cadx.upload
 

Methods in com.ptc.windchill.uwgm.cadx.upload with parameters of type HTTPResponse
 void UploadFormProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
           
 

Uses of HTTPResponse in com.ptc.windchill.uwgm.cadx.ws
 

Methods in com.ptc.windchill.uwgm.cadx.ws with parameters of type HTTPResponse
 void ActiveWorkspaceTemplateProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          

Supported API: false
 

Uses of HTTPResponse in com.ptc.windchill.uwgm.proesrv.registry
 

Methods in com.ptc.windchill.uwgm.proesrv.registry with parameters of type HTTPResponse
static void Registrator.getServerInfo(HTTPRequest request, HTTPResponse responce)
          Uwgm register
 

Uses of HTTPResponse in com.ptc.windchill.uwgm.proesrv.request
 

Methods in com.ptc.windchill.uwgm.proesrv.request with parameters of type HTTPResponse
static void WorkspaceGetInformationRequestTest.runit(HTTPRequest req, HTTPResponse resp)
          Enables running the test from command line as follows: http://.../com.ptc.windchill.uwgm.proesrv.request.WorkspaceGetInformationRequestTest/runit?ws="MyWsName" NB! public static void main(String[] args) - WILL NEVER WORK !!! UWGM and underlying code is NOT intended to run on a remote client.
static void WorkspaceGetInformationRequestTest.runit(HTTPRequest req, HTTPResponse resp)
          Enables running the test from command line as follows: http://.../com.ptc.windchill.uwgm.proesrv.request.WorkspaceGetInformationRequestTest/runit?ws="MyWsName" NB! public static void main(String[] args) - WILL NEVER WORK !!! UWGM and underlying code is NOT intended to run on a remote client.
 

Uses of HTTPResponse in com.ptc.windchill.uwgm.util.openinproe
 

Methods in com.ptc.windchill.uwgm.util.openinproe with parameters of type HTTPResponse
static void OpenInProe.writephaFile(HTTPRequest request, HTTPResponse response)
           
private static void OpenInProe.setFileName(HTTPRequest request, HTTPResponse response, String file_name)
           
 

Uses of HTTPResponse in com.ptc.wvs.server.loader
 

Methods in com.ptc.wvs.server.loader with parameters of type HTTPResponse
static String PartGenericStructure.getPartStructureED(Persistable p, ConfigSpec partConfigSpec, String configString, WTContainerRef currentContainer, int levels, HTTPResponse response, String sid)
           
static String PartGenericStructure.getPartStructureED(Persistable p, ConfigSpec partConfigSpec, String configString, WTContainerRef currentContainer, WTPart startPart, PartPathOccurrence startPath, int levels, HTTPResponse response, String sid)
           
static String PartGenericStructure.getPartStructureED(Persistable p, ConfigSpec partConfigSpec, String configString, WTContainerRef currentContainer, WTPart startPart, PartPathOccurrence startPath, int levels, HTTPResponse response, String sid, DefaultMutableTreeNode[] rootArray)
           
 

Uses of HTTPResponse in com.ptc.wvs.server.publish
 

Methods in com.ptc.wvs.server.publish with parameters of type HTTPResponse
static void Publish.doPublishRep(HTTPRequest request, HTTPResponse response, InputStream is)
          Process the saving of a representation from preconverted data this is called with post from a multipart/form-data html form

Supported API: false
static void Publish.doPublishRep(HTTPRequest request, HTTPResponse response)
           
static void Publish.doStatisticsSave(HTTPRequest request, HTTPResponse response)
          Process the saving of a statistics csv file

Supported API: false
 

Uses of HTTPResponse in com.ptc.wvs.server.ui
 

Methods in com.ptc.wvs.server.ui with parameters of type HTTPResponse
static void UIHelper.getPartStructureED(HTTPRequest request, HTTPResponse response)
           
static void RepHelper.doSaveZIP(HTTPRequest request, HTTPResponse response)
          Process the saving of a representation to a zip/edz file

Supported API: false
static void PVConfigHelper.getPVConfig(HTTPRequest request, HTTPResponse response)
           
static void PVConfigHelper.addFile(HTTPRequest request, HTTPResponse response, InputStream is)
           
static void PVConfigHelper.addFile(HTTPRequest request, HTTPResponse response)
           
 

Uses of HTTPResponse in com.ptc.wvs.server.util
 

Methods in com.ptc.wvs.server.util with parameters of type HTTPResponse
static void WVSContentHelper.redirectDownload(HTTPRequest request, HTTPResponse response)
          The method redirects downloading of content.
static void WVSContentHelper.redirectDefaultRep(HTTPRequest request, HTTPResponse response)
          The method redirects to the ed file of the default Representatino
 

Uses of HTTPResponse in wt.calendar
 

Methods in wt.calendar with parameters of type HTTPResponse
 void CalendarProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which delivers a page with a table displaying all the available WfProcessTemplates.
 

Uses of HTTPResponse in wt.clients.gui
 

Methods in wt.clients.gui with parameters of type HTTPResponse
 void StackTraceUtil.handleRequest(HTTPRequest request, HTTPResponse response)
           
static void StackTraceUtil.buildStackTrace(HTTPRequest request, HTTPResponse response)
           
 void ChooserHtml.handleRequest(HTTPRequest req, HTTPResponse resp)
           
static void ChooserHtml.buildChooserHTML(HTTPRequest req, HTTPResponse resp)
          public method to process a template for a given a task (UPDATE, or VIEW) and the name of the class to be searched on (i.e.
 

Uses of HTTPResponse in wt.clients.homepage
 

Methods in wt.clients.homepage with parameters of type HTTPResponse
static void WindchillHome.getPage(HTTPRequest req, HTTPResponse resp)
          Construct the main Windchill page.
 void AdminHomepageProcessor.handleRequest(HTTPRequest request, HTTPResponse response)
           
 

Uses of HTTPResponse in wt.content
 

Fields in wt.content declared as HTTPResponse
private static HTTPResponse ContentHttp.response
           
 

Methods in wt.content with parameters of type HTTPResponse
 void ObjectContentProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          Deprecated. This method handles HTTP GET requests to produce and HTML page which describes properties of the contextual object of aObjectPropertiesProcessor instance.
 void LatestContentProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          

Supported API: false
static void ContentHttp.uploadContent(HTTPRequest request, HTTPResponse response, InputStream is)
          Deprecated.  
static void ContentHttp.uploadContent(HTTPRequest request, HTTPResponse response)
          Deprecated.  
static void ContentHttp.downloadContent(HTTPRequest request, HTTPResponse response)
          Deprecated.  
static void ContentHttp.viewContent(HTTPRequest request, HTTPResponse response)
          this method is for a simple download.
static void ContentHttp.generateUploadHtml(HTTPRequest request, HTTPResponse response)
          Deprecated.  
static void ContentHttp.saveContent(HTTPRequest request, HTTPResponse response, InputStream is)
          This saves the content of a ContentHolder posted up in the specified format via HTTP.
static void ContentHttp.saveContent(HTTPRequest request, HTTPResponse response)
          This is the return method of the method that saves content of a ContentHolder posted up in the specified format via HTTP.
private static void ContentHttp.addCacheStatement(HTTPRequest request, HTTPResponse response)
           
static void ContentHttp.uploadContent(HTTPRequest request, HTTPResponse response, InputStream is, boolean mustCreateNewFile)
           
static void ContentHttp.viewContent(HTTPRequest request, HTTPResponse response, String fileName)
          this method is for a simple download.
static void ContentHttp.downloadContent(HTTPRequest request, HTTPResponse response, String fileName)
          Deprecated.  
static void ContentHtmlUtils.setFileName(HTTPRequest request, HTTPResponse response, String file_name)
           
 void ContentHtml.handleRequest(HTTPRequest req, HTTPResponse resp)
           
 

Uses of HTTPResponse in wt.dataops.containermove.processors
 

Methods in wt.dataops.containermove.processors with parameters of type HTTPResponse
 void MoveWizardTemplateProcessor.initWizard(HTTPRequest req, HTTPResponse resp)
           
 void MoveWizardTemplateProcessor.handleStepRequest(HTTPRequest req, HTTPResponse resp, String currentStep)
           
 void MoveURLProcessorException.handleException(HTTPRequest req, HTTPResponse resp, HTTPState state)
           
 

Uses of HTTPResponse in wt.dataops.delete.processors
 

Methods in wt.dataops.delete.processors with parameters of type HTTPResponse
 void DeleteWizardTemplateProcessor.initWizard(HTTPRequest req, HTTPResponse resp)
           
 void DeleteWizardTemplateProcessor.handleStepRequest(HTTPRequest req, HTTPResponse resp, String currentStep)
           
 

Uses of HTTPResponse in wt.dataops.sandbox.processors.undocheckout
 

Methods in wt.dataops.sandbox.processors.undocheckout with parameters of type HTTPResponse
 void UndoPDMCheckoutWizardTemplateProcessor.initWizard(HTTPRequest req, HTTPResponse resp)
           
 void UndoPDMCheckoutWizardTemplateProcessor.handleStepRequest(HTTPRequest req, HTTPResponse resp, String currentStep)
           
 

Uses of HTTPResponse in wt.doc
 

Methods in wt.doc with parameters of type HTTPResponse
 void DocumentStructureProcessor.handleRequest(HTTPRequest request, HTTPResponse response)
          Method invoked when a URL to this template processor is followed.
static void DocConfigSpecProcessor.generateForm(HTTPRequest request, HTTPResponse response)
          Generates the form which supports setting a configuration specification.
static void DocConfigSpecProcessor.invokeAction(HTTPRequest request, HTTPResponse response)
          Method invoked as the action of an HTML FORM.
static void DocConfigSpecProcessor.configItemSearch(HTTPRequest request, HTTPResponse response)
          Display the HTML page to search for a configuration item.
 

Uses of HTTPResponse in wt.enterprise
 

Methods in wt.enterprise with parameters of type HTTPResponse
 void VersionHistoryProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce and HTML page which compares two or more business objects.
abstract  void URLProcessorException.handleException(HTTPRequest req, HTTPResponse resp, HTTPState state)
           
static void URLProcessor.URLTemplateAction(HTTPRequest req, HTTPResponse resp)
          Deprecated.  
static void URLProcessor.handleException(HTTPRequest req, HTTPResponse resp, Exception e)
          Deprecated.  
static void URLProcessor.processForm(HTTPRequest request, HTTPResponse response, InputStream is)
          Deprecated.  
static void URLProcessor.processForm(HTTPRequest request, HTTPResponse response)
          Deprecated.  
static void URLProcessor.generateForm(HTTPRequest request, HTTPResponse response)
          Deprecated.  
static void URLProcessor.invokeAction(HTTPRequest request, HTTPResponse response)
          Deprecated.  
static void URLProcessor.presentFormProcessorException(HTTPRequest request, HTTPResponse response, Exception e)
          Deprecated.  
 void TemplateProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          Deprecated.  
static void ReferencedByProcessor.getReferencedByTable(HTTPRequest req, HTTPResponse resp)
          Given an "action" and "oid" uses an application context service to determine a template processor to apply to the object specified by the oid.
 void ReferencedByProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          Given an "action" and "oid" uses an application context service to determine a template processor to apply to the object specified by the oid.
static void ProductInstancesProcessor.getProductInstancesTable(HTTPRequest req, HTTPResponse resp)
          Given an "action" and "oid" uses an application context service to determine a template processor to apply to the object specified by the oid.
 void ProductInstancesProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          

Supported API: false

Extendable: false
static void PlmConfigurationsProcessor.getConfigurationsTable(HTTPRequest req, HTTPResponse resp)
          Given an "action" and "oid" uses an application context service to determine a template processor to apply to the object specified by the oid.
 void PlmConfigurationsProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          

Supported API: false

Extendable: false
static void PartUsesProcessor.getPartUsesTable(HTTPRequest req, HTTPResponse resp)
          Deprecated.  
 void PartUsesProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          Deprecated. Given an "action" and "oid" uses an application context service to determine a template processor to apply to the object specified by the oid.
static void PartUsedByProcessor.getPartUsedByTable(HTTPRequest req, HTTPResponse resp)
          Deprecated.  
 void PartUsedByProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          Deprecated. Given an "action" and "oid" uses an application context service to determine a template processor to apply to the object specified by the oid.
static void PartReferencesProcessor.getPartReferencesTable(HTTPRequest req, HTTPResponse resp)
          Given an "action" and "oid" uses an application context service to determine a template processor to apply to the object specified by the oid.
 void PartReferencesProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          

Supported API: false

Extendable: false
static void PartESIProcessor.getPartDistributionListTable(HTTPRequest req, HTTPResponse resp)
          Given an "action" and "oid" uses an application context service to determine a template processor to apply to the object specified by the oid.
 void PartESIProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          

Supported API: false

Extendable: false
static void PartDistributionListProcessor.getPartDistributionListTable(HTTPRequest req, HTTPResponse resp)
          Given an "action" and "oid" uses an application context service to determine a template processor to apply to the object specified by the oid.
 void PartDistributionListProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          

Supported API: false

Extendable: false
 void PageGenerationProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          Deprecated. Handles a 'GeneratePage' action via the URLProcessor.
 void ObjectPropertiesProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          Deprecated.  
 void ObjectComparisonProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce and HTML page which compares two or more business objects.
 void MadeFromProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce and HTML page which presents the MadeFrom/MadeInto results page.
 void IterationHistoryProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce and HTML page which compares two or more business objects.
static void FormProcessor.processForm(HTTPRequest request, HTTPResponse response, InputStream is)
          Deprecated.  
static void FormProcessor.processForm(HTTPRequest request, HTTPResponse response)
          Deprecated.  
static void FormProcessor.navigateFolders(HTTPRequest request, HTTPResponse response, InputStream is)
          Deprecated.  
static void FormProcessor.navigateFolders(HTTPRequest request, HTTPResponse response)
          Deprecated.  
static void FormProcessor.generateForm(HTTPRequest request, HTTPResponse response)
          Deprecated.  
static void FormProcessor.invokeAction(HTTPRequest request, HTTPResponse response)
          Deprecated.  
 void FormProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          Deprecated.  
 void ErrorProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          

Supported API: false

Extendable: false
static void ConfigurationsProcessor.getConfigurationsTable(HTTPRequest req, HTTPResponse resp)
          Given an "action" and "oid" uses an application context service to determine a template processor to apply to the object specified by the oid.
 void ConfigurationsProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
           
 void CabinetsTemplateProcessor.handleRequest(HTTPRequest request, HTTPResponse response)
           
static void BuildRuleBuildSourceProcessor.getBuildRuleBuildSourceTable(HTTPRequest req, HTTPResponse resp)
          Given an "action" and "oid" uses an application context service to determine a template processor to apply to the object specified by the oid.
 void BuildRuleBuildSourceProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          Given an "action" and "oid" uses an application context service to determine a template processor to apply to the object specified by the oid.
 void BasicTemplateProcessor.handleExceptionTP(String title, String text, Exception e, boolean printStackTrace, HTTPResponse resp, Locale locale)
          Deprecated. This flavor of the handleExceptionTP() method can be called in the following scenario:
static void AllocateProcessor.getAllocateTable(HTTPRequest req, HTTPResponse resp)
          Given an "action" and "oid" uses an application context service to determine a template processor to apply to the object specified by the oid.
 void AllocateProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
           
 

Uses of HTTPResponse in wt.enterprise.tabularresults
 

Methods in wt.enterprise.tabularresults with parameters of type HTTPResponse
 void StdTemplateProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This is a concrete implementation of the TemplateProcessor interface method handleRequest.
 void StdDataFormatService.handleRequest(HTTPRequest req, HTTPResponse resp)
          Required method to extend BasicTemplateProcessor

Supported API: false
 

Uses of HTTPResponse in wt.epm.retriever
 

Methods in wt.epm.retriever with parameters of type HTTPResponse
static void DependencyRetrieverPerformanceTest.DRPT(HTTPRequest req, HTTPResponse resp)
           
static void DependencyRetrieverPerformanceTest.DRPT(HTTPRequest req, HTTPResponse resp)
           
 

Uses of HTTPResponse in wt.federation
 

Methods in wt.federation with parameters of type HTTPResponse
 void SaveProxyProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which presents the results of saving a proxy object.
static void Redirector.getActionURL(HTTPRequest request, HTTPResponse response)
          Supports HTTP GET requests that generate redirect responses providing URL's generated from URL action templates defined in FederatedService objects.
private static void Redirector.displayException(Throwable t, HTTPResponse response)
          Respond with an HTML page displaying the stack trace associated with an exception.
 void FederationSearchProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which presents the Remote Search criteria page.
 void DoFederationSearchProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which presents the Federation Search results page.
 void CreateProxyProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which presents the proxy creation form.
 void SaveProxyProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which presents the results of saving a proxy object.
static void Redirector.getActionURL(HTTPRequest request, HTTPResponse response)
          Supports HTTP GET requests that generate redirect responses providing URL's generated from URL action templates defined in FederatedService objects.
private static void Redirector.displayException(Throwable t, HTTPResponse response)
          Respond with an HTML page displaying the stack trace associated with an exception.
 void FederationSearchProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which presents the Remote Search criteria page.
 void DoFederationSearchProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which presents the Federation Search results page.
 void CreateProxyProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which presents the proxy creation form.
 

Uses of HTTPResponse in wt.federation.admin
 

Methods in wt.federation.admin with parameters of type HTTPResponse
 void ViewFederatedServiceProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce the HTML page which displays the Federated Service properties.
 void FederationAdminProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce HTML pages which present the Federation Administrator pages.
 

Uses of HTTPResponse in wt.fv.local
 

Methods in wt.fv.local with parameters of type HTTPResponse
static void RedirectDownloadHTTP.redirectDownload(HTTPRequest request, HTTPResponse response)
          The method redirects downloading of content.
 

Uses of HTTPResponse in wt.fv.master
 

Methods in wt.fv.master with parameters of type HTTPResponse
static void StandardMasterService.generateSiteConfig(HTTPRequest req, HTTPResponse resp)
          Method generates the configuration info for each site keyed by site host.
static void StandardMasterService.doDirectDownload(HTTPRequest req, HTTPResponse resp)
           
static void RedirectDownload.redirectDownload(HTTPRequest request, HTTPResponse response)
          The method redirects downloading of content.
static void RedirectDownload.redirectDownload(HTTPRequest request, HTTPResponse response, String fileName)
          The method redirects downloading of content.
 

Uses of HTTPResponse in wt.fv.replica
 

Methods in wt.fv.replica with parameters of type HTTPResponse
static void StandardReplicaService.doDownload(HTTPRequest req, HTTPResponse resp)
          

Supported API: false
 

Uses of HTTPResponse in wt.fv.uploadtocache
 

Methods in wt.fv.uploadtocache with parameters of type HTTPResponse
static void StandardUploadToCacheService.findStreamAtReplica(HTTPRequest request, HTTPResponse response)
           
static void DoUploadToCache_Server.doUploadToChache_Master(HTTPRequest req, HTTPResponse response, InputStream is)
           
static void DoUploadToCache_Server.doUploadToChache_Replica(HTTPRequest req, HTTPResponse response, InputStream is)
           
private static void DoUploadToCache_Server.doUploadToChache_Internal(HTTPRequest req, HTTPResponse response, InputStream is, boolean usingLocalMaster)
           
static void DoUploadToCache_Server.doUploadToChache_Master(HTTPRequest req, HTTPResponse response)
           
static void DoUploadToCache_Server.doUploadToChache_Replica(HTTPRequest req, HTTPResponse response)
           
private static void DoUploadToCache_Server.doUploadToChache_Internal(HTTPRequest req, HTTPResponse response, boolean usingMasterCache)
           
private static void DoUploadToCache_Server.chunk_doUploadToChache_Internal(HTTPRequest req, HTTPResponse response, InputStream is, boolean usingLocalMaster, long vaultId, long folderId)
           
 

Uses of HTTPResponse in wt.htmlutil
 

Methods in wt.htmlutil with parameters of type HTTPResponse
 void JavaScriptTemplateProcessor.handleRequest(HTTPRequest request, HTTPResponse response)
          Deprecated.  
 

Uses of HTTPResponse in wt.httpgw
 

Subclasses of HTTPResponse in wt.httpgw
 class HTTPResponseImpl
          This class is a carrier of HTTP response information back to an HTTP gateway from a method server.
 class HTTPServletResponse
           
 

Fields in wt.httpgw declared as HTTPResponse
(package private)  HTTPResponse HTTPRequest.response
          Result object created during server-side unmarshalling
 

Methods in wt.httpgw that return HTTPResponse
static HTTPResponse HTTPServer.processRequest(Integer gateway_id, HTTPRequest request)
          Client API to process a HTTP request.
 

Methods in wt.httpgw with parameters of type HTTPResponse
protected static void HTTPServer.processRequest(HTTPRequest request, HTTPResponse response)
          Internal server-side method to process a HTTP request.
protected static boolean HTTPServer.handleAuthenticationException(HTTPRequest request, HTTPResponse response)
          Internal server-side method to handle authentication exceptions thrown during request or response processing.
static void HTTPServer.echo(HTTPRequest request, HTTPResponse response)
          Echo request

Supported API: false
static void HTTPServer.reauth(HTTPRequest request, HTTPResponse response)
          Reauthenticate user

Supported API: false
static void HTTPAuthentication.login(HTTPRequest request, HTTPResponse response)
          Handle HTTP client request for login.
static void FormAuthentication.login(HTTPRequest request, HTTPResponse response)
          Handle client request for form login.
 

Uses of HTTPResponse in wt.inf.team
 

Methods in wt.inf.team with parameters of type HTTPResponse
 void InvitationTemplateProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          

Supported API: false
 

Uses of HTTPResponse in wt.lifecycle
 

Methods in wt.lifecycle with parameters of type HTTPResponse
 void AugmentRolesProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page for the context object.
static void AugmentRolesProcessor.buildAugmentRoles(HTTPRequest req, HTTPResponse resp)
          Create the Augment Roles window.
 void AugmentRolesProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page for the context object.
static void AugmentRolesProcessor.buildAugmentRoles(HTTPRequest req, HTTPResponse resp)
          Create the Augment Roles window.
 

Uses of HTTPResponse in wt.lifecycle.history
 

Methods in wt.lifecycle.history with parameters of type HTTPResponse
 void HistoryRowProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page for the context object.
 void HistoryProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page for the context object.
protected  void HistoryProcessor.generatePage(HTTPRequest req, HTTPResponse resp)
          Create the Life Cycle History window.
 

Uses of HTTPResponse in wt.meeting
 

Methods in wt.meeting with parameters of type HTTPResponse
 void MeetingNotificationProcessor.handleRequest(HTTPRequest request, HTTPResponse response)
          

Supported API: false
 void MeetingNotificationProcessor.handleRequest(HTTPRequest request, HTTPResponse response)
          

Supported API: false
 

Uses of HTTPResponse in wt.meeting.actionitem
 

Methods in wt.meeting.actionitem with parameters of type HTTPResponse
 void ActionItemNotificationProcessor.handleRequest(HTTPRequest request, HTTPResponse response)
          

Supported API: false
 

Uses of HTTPResponse in wt.notify
 

Methods in wt.notify with parameters of type HTTPResponse
 void PolicyNotificationProcessor.handleRequest(HTTPRequest request, HTTPResponse response)
          

Supported API: false
 void ObjectNotificationProcessor.handleRequest(HTTPRequest request, HTTPResponse response)
          

Supported API: false
 

Uses of HTTPResponse in wt.part
 

Methods in wt.part with parameters of type HTTPResponse
 void ProductStructureProcessor.handleRequest(HTTPRequest request, HTTPResponse response)
          Deprecated. Method invoked when a URL to this template processor is followed.
 void PartOccurrenceProcessor.handleRequest(HTTPRequest request, HTTPResponse response)
          Deprecated. Method invoked when a URL to this template processor is followed.
 void BOMTemplateProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          Deprecated. This method handles HTTP GET requests to generate HTML for a BOM.
 

Uses of HTTPResponse in wt.project
 

Methods in wt.project with parameters of type HTTPResponse
 void RoleContentsParticipantRowProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page for the context object.
 

Uses of HTTPResponse in wt.projmgmt.monitor
 

Methods in wt.projmgmt.monitor with parameters of type HTTPResponse
 void ProjectNotificationProcessor.handleRequest(HTTPRequest request, HTTPResponse response)
          

Supported API: false
 

Uses of HTTPResponse in wt.query
 

Methods in wt.query with parameters of type HTTPResponse
 void ObjectSearchProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which presents the Local Search criteria page.
static void ObjectSearchProcessor.processObjectSearch(HTTPRequest req, HTTPResponse resp)
           
 void LocalSearchProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which presents the Local Search criteria page.
 void DoSearchProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce and HTML page which presents the Local Search results page.
 

Uses of HTTPResponse in wt.replication.unit.htmlGeneration
 

Methods in wt.replication.unit.htmlGeneration with parameters of type HTTPResponse
 void ViewLogUnitProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which describes properties of the contextual object of an Processor instance.
 void SendUnitProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which describes properties of the contextual object of an SendUnitProcessor instance.
 void SendUnitNextProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which describes properties of the contextual object of an SendUnitNextProcessor instance.
 void SendStatusUnitProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which describes properties of the contextual object of an SendStatusUnitProcessor instance.
 void ScheduleStatusProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which describes properties of the contextual object of an ScheduleStatusProcessor instance.
 void ScheduleLinksProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which describes properties of the contextual object of an ScheduleLinksProcessor instance.
 void ReceiveUnitProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which describes properties of the contextual object of an ReceiveUnitProcessor instance.
 void ReceiveStatusUnitProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which describes properties of the contextual object of an ExportStatusUnitProcessor instance.
 void ListPartsUnitProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which describes properties of the contextual object of an ListPartsUnitProcessor instance.
 void ImportUnitProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which describes properties of the contextual object of an ImportUnitProcessor instance.
 void ImportStatusUnitProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which describes properties of the contextual object of an ExportStatusUnitProcessor instance.
 void ExportUnitProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which describes properties of the contextual object of an ExportUnitProcessor instance.
 void ExportStatusUnitProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which describes properties of the contextual object of an ExportStatusUnitProcessor instance.
 void DoSendUnitProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which describes properties of the contextual object of an DoSendUnitProcessor instance.
private  void DoSendUnitProcessor.redirectURL(HTTPResponse resp)
           
 void DoReceiveUnitProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which describes properties of the contextual object of an DoReceiveUnitProcessor instance.
private  void DoReceiveUnitProcessor.redirectURL(HTTPResponse resp)
           
 void DoImportUnitProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
           
static void DoImportUnitProcessor.uploadImportData(HTTPRequest request, HTTPResponse response)
           
 void DoImportUnitProcessor.doUploadImportData(HTTPRequest request, HTTPResponse response)
           
static void DoImportUnitProcessor.uploadImportData(HTTPRequest request, HTTPResponse response, InputStream is)
           
 void DoImportUnitProcessor.doUploadImportData(HTTPRequest request, HTTPResponse response, InputStream is)
           
private  void DoImportUnitProcessor.redirectURL(HTTPResponse resp)
           
private  void DoImportUnitProcessor.writeEmptyPage(HTTPResponse resp)
           
 void DoExportUnitProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which describes properties of the contextual object of an DoExportUnitProcessor instance.
private  void DoExportUnitProcessor.redirectURL(HTTPResponse resp)
           
 void DoConfirmUnitProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which describes properties of the contextual object of an DoConfirmUnitProcessor instance.
 

Uses of HTTPResponse in wt.templateutil.processor
 

Fields in wt.templateutil.processor declared as HTTPResponse
private  HTTPResponse HTTPState.responseObj
          Deprecated.  
 

Methods in wt.templateutil.processor that return HTTPResponse
 HTTPResponse HTTPState.getResponseObj()
          Deprecated. Returns the current wt.httpgw.HTTPResponse object for the current request from the client.
 

Methods in wt.templateutil.processor with parameters of type HTTPResponse
 void HTTPState.setResponseObj(HTTPResponse a_response)
          Deprecated. Sets wt.httpgw.HTTPResponse object for the current request.
 void GenerateFormProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          Deprecated.  
 void DefaultTemplateProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          Deprecated. Does the processing of the HTML Template.
 

Uses of HTTPResponse in wt.vc.config
 

Methods in wt.vc.config with parameters of type HTTPResponse
static void ConfigSpecProcessor.generateForm(HTTPRequest request, HTTPResponse response)
          Generates the form which supports setting a configuration specification.
static void ConfigSpecProcessor.invokeAction(HTTPRequest request, HTTPResponse response)
          Method invoked as the action of an HTML FORM.
static void ConfigSpecProcessor.configItemSearch(HTTPRequest request, HTTPResponse response)
          Display the HTML page to search for a configuration item.
 

Uses of HTTPResponse in wt.workflow.definer
 

Methods in wt.workflow.definer with parameters of type HTTPResponse
 void WfAdministratorProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which delivers a page with a WfAdmininistrator applet.
 

Uses of HTTPResponse in wt.workflow.engine
 

Methods in wt.workflow.engine with parameters of type HTTPResponse
 void WfTemplateProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method required to implement TemplateProcessor interface.
 void WfTemplateProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method required to implement TemplateProcessor interface.
 

Uses of HTTPResponse in wt.workflow.work
 

Methods in wt.workflow.work with parameters of type HTTPResponse
static void WorkItemURLProcessor.URLTemplateAction(HTTPRequest req, HTTPResponse resp)
           
static void WorkItemURLProcessor.processForm(HTTPRequest request, HTTPResponse response, InputStream is)
           
 void ProcessManagerProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which enables the user to view a workflow process in Process Manager.
 void NotificationRobotProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which enables the user to initiate a workflow process based on the previously selected workflow template The format of the HTML output is determined by the InitiateWorkFlow template.
 void NotificationMessageProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
           
 void InitiateWorkflowProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which enables the user to initiate a workflow process based on the previously selected workflow template The format of the HTML output is determined by the InitiateWorkFlow template.
 void AssociatedProcessProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which enables the user to initiate a workflow process based on the previously selected workflow template The format of the HTML output is determined by the WorkList template.
 

Uses of HTTPResponse in wt.workflow.worklist
 

Methods in wt.workflow.worklist with parameters of type HTTPResponse
 void WfWlActionProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          Deprecated. at R5.0 see wt.workflow.worklist.WorkListActionDelegate
 void WfTaskCompleteProcessor.handleRequest(HTTPRequest req, HTTPResponse resp)
          This method handles HTTP GET requests to produce an HTML page which enables the user to initiate a workflow process based on the previously selected workflow template The format of the HTML output is determined by the InitiateWorkFlow template.
 

Uses of HTTPResponse in wt.wrmf.transport.httptransport
 

Subclasses of HTTPResponse in wt.wrmf.transport.httptransport
 class FlaggedHTTPResponse
           
 class GZIPHTTPResponse
           
 class ReconnectedHTTPResp
           
 

Fields in wt.wrmf.transport.httptransport declared as HTTPResponse
private  HTTPResponse ReconnectedHTTPResp.response
           
private  HTTPResponse GZIPHTTPResponse.response
           
private  HTTPResponse FlaggedHTTPResponse.response
           
 

Methods in wt.wrmf.transport.httptransport with parameters of type HTTPResponse
static void ReconnectedHttpURLCon.fileDownload(HTTPRequest request, HTTPResponse response)
           
protected static void HTTPPipeAdapter.performPushInGeneral(HTTPRequest request, HTTPResponse response, InputStream is, boolean fromISZipped, boolean gzipResultStream, boolean useResumption)
           
protected static void HTTPPipeAdapter.performPushInGeneral(HTTPRequest request, HTTPResponse response, boolean fromISZipped, boolean gzipResultStream, boolean useResumption)
           
protected static void HTTPPipeAdapter.performPullInGeneral(HTTPRequest request, HTTPResponse response, boolean useGZIP, boolean useResumption)
           
static void HTTPPipe.acceptHttpTransport(HTTPRequest request, HTTPResponse response, InputStream is)
          

Supported API: false
static void HTTPPipe.acceptHttpTransport(HTTPRequest request, HTTPResponse response)
          

Supported API: false
static void HTTPPipe.acceptHttpTransWithResump(HTTPRequest request, HTTPResponse response, InputStream is)
          

Supported API: false
static void HTTPPipe.acceptHttpTransWithResump(HTTPRequest request, HTTPResponse response)
          

Supported API: false
static void HTTPPipe.performPullIS(HTTPRequest request, HTTPResponse response)
          

Supported API: false
static void HTTPPipe.performPullWithResumption(HTTPRequest request, HTTPResponse response)
          

Supported API: false
static void GZIPHTTPPipe.performPullIS(HTTPRequest request, HTTPResponse response)
          

Supported API: false
static void GZIPHTTPPipe.performPullWithResumption(HTTPRequest request, HTTPResponse response)
          

Supported API: false
static void GZIPHTTPPipe.acceptHttpTransport(HTTPRequest request, HTTPResponse response, InputStream is)
          

Supported API: false
static void GZIPHTTPPipe.acceptHttpTransport(HTTPRequest request, HTTPResponse response)
          

Supported API: false
static void GZIPHTTPPipe.acceptHttpTransWithResump(HTTPRequest request, HTTPResponse response, InputStream is)
          

Supported API: false
static void GZIPHTTPPipe.acceptHttpTransWithResump(HTTPRequest request, HTTPResponse response)
          

Supported API: false
 

Constructors in wt.wrmf.transport.httptransport with parameters of type HTTPResponse
ReconnectedHTTPResp(HTTPResponse response)
           
ReconnectedHTTPResp(HTTPResponse response, long position)
           
GZIPHTTPResponse(HTTPResponse response)
           
FlaggedHTTPResponse(HTTPResponse response)
           
FlaggedHTTPResponse(HTTPResponse response, boolean useHeader, boolean useTrailer)