|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HTTPRequest in com.ptc.core.htmlcomp.console |
Methods in com.ptc.core.htmlcomp.console with parameters of type HTTPRequest | |
List |
ConsoleToolbarProcessor.createSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
|
List |
ConsoleToolbarProcessor.createNonSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
|
List |
ConflictsToolbarProcessor.createSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
|
List |
ConflictsToolbarProcessor.createNonSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
|
Uses of HTTPRequest in com.ptc.core.htmlcomp.createtableview |
Methods in com.ptc.core.htmlcomp.createtableview with parameters of type HTTPRequest | |
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 HTTPRequest in com.ptc.core.htmlcomp.gathering |
Methods in com.ptc.core.htmlcomp.gathering with parameters of type HTTPRequest | |
List |
DependencyTableToolbarProcessor.createSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
Create list of ToolbarItemDescriptor for the selection based toolbar controls. |
List |
DependencyTableToolbarProcessor.createNonSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
Create list of ToolbarItemDescriptor for the non selection based toolbar controls. |
Uses of HTTPRequest in com.ptc.core.htmlcomp.tableview |
Methods in com.ptc.core.htmlcomp.tableview with parameters of type HTTPRequest | |
List |
TableViewManagerToolbarProcessor.createSelectionBasedItemDescriptors(HTTPRequest request,
Locale locale)
|
List |
TableViewManagerToolbarProcessor.createNonSelectionBasedItemDescriptors(HTTPRequest request,
Locale locale)
|
Uses of HTTPRequest in com.ptc.core.htmlcomp.toolbar |
Methods in com.ptc.core.htmlcomp.toolbar with parameters of type HTTPRequest | |
abstract List |
TableToolbarTemplateProcessor.createSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
Create list of ToolbarItemDescriptor for the selection based toolbar controls. |
abstract List |
TableToolbarTemplateProcessor.createNonSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
Create list of ToolbarItemDescriptor for the non selection based toolbar controls. |
void |
TableToolbarTemplateProcessor.handleRequest(HTTPRequest req,
HTTPResponse resp)
Deprecated. |
private ToolbarDescriptor |
TableToolbarTemplateProcessor.createToolbarDescriptor(HTTPRequest req,
Locale locale)
Creates ToolbarDescriptor object for toolbar of the table. |
Uses of HTTPRequest in com.ptc.core.htmlcomp.wizard |
Methods in com.ptc.core.htmlcomp.wizard with parameters of type HTTPRequest | |
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 HTTPRequest in com.ptc.core.HTMLtemplateutil.server.processors |
Methods in com.ptc.core.HTMLtemplateutil.server.processors with parameters of type HTTPRequest | |
static String |
UtilProcessorService.getPageKey(HTTPRequest request,
ArrayList tokens)
Deprecated. |
Uses of HTTPRequest in com.ptc.core.logging.remote |
Methods in com.ptc.core.logging.remote with parameters of type HTTPRequest | |
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 HTTPRequest in com.ptc.core.query.report.client.generation |
Methods in com.ptc.core.query.report.client.generation with parameters of type HTTPRequest | |
void |
ReportProcessor.handleRequest(HTTPRequest req,
HTTPResponse resp)
Deprecated. |
Uses of HTTPRequest in com.ptc.netmarkets.actionitem |
Methods in com.ptc.netmarkets.actionitem with parameters of type HTTPRequest | |
void |
NmActionItemNotificationProcessor.handleRequest(HTTPRequest request,
HTTPResponse response)
Supported API: false |
Uses of HTTPRequest in com.ptc.netmarkets.meeting |
Methods in com.ptc.netmarkets.meeting with parameters of type HTTPRequest | |
void |
NmMeetingNotificationProcessor.handleRequest(HTTPRequest request,
HTTPResponse response)
Supported API: false |
Uses of HTTPRequest in com.ptc.netmarkets.model |
Methods in com.ptc.netmarkets.model with parameters of type HTTPRequest | |
static void |
StandardNmObjectService.redirectRecipient(HTTPRequest req,
HTTPResponse resp)
|
Uses of HTTPRequest in com.ptc.netmarkets.util.misc |
Methods in com.ptc.netmarkets.util.misc with parameters of type HTTPRequest | |
static String |
NmAction.getPDMRequestAttribute(HTTPRequest request,
String attribute)
|
static void |
NmAction.setPDMRequestAttribute(HTTPRequest request,
String attribute,
String value)
|
Uses of HTTPRequest in com.ptc.windchill.cadx |
Methods in com.ptc.windchill.cadx with parameters of type HTTPRequest | |
static NewEPMDocument |
NewEPMDocumentHelper.createNewEPMDocument(HTTPRequest request)
Create a new NewEPMDocument based on the values found in the HTTPRequest query string or form data. |
static boolean |
NewEPMDocumentHelper.isPlaceHolder(HTTPRequest request)
Returns true if HTTPRequest's query string or form data contains the place holder property value of true; otherwise false is returned. |
static boolean |
NewEPMDocumentHelper.hasMissingDependents(HTTPRequest request)
Returns true if HTTPRequest's query string or form data contains the missing dependents property value of true; otherwise false is returned. |
static String |
NewEPMDocumentHelper.getCADName(HTTPRequest request)
Returns cad name value if it is specified in the HTTPRequest's query string or form data; otherwise null is returned. |
static String |
NewEPMDocumentHelper.getLocalid(HTTPRequest request)
Returns localid value if it is specified in the HTTPRequest's query string or form data; otherwise null is returned. |
Uses of HTTPRequest in com.ptc.windchill.cadx.associate |
Methods in com.ptc.windchill.cadx.associate with parameters of type HTTPRequest | |
Boolean |
AssociateFromWsActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Boolean |
AssociateActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.cadx.autoassociate |
Methods in com.ptc.windchill.cadx.autoassociate with parameters of type HTTPRequest | |
Boolean |
AutoAssociateActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.cadx.autopart |
Methods in com.ptc.windchill.cadx.autopart with parameters of type HTTPRequest | |
Boolean |
AutoPartActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.cadx.caddoc |
Methods in com.ptc.windchill.cadx.caddoc with parameters of type HTTPRequest | |
static boolean |
PVXTemplateProcessor.usePVX(Object obj,
HTTPRequest req)
|
Boolean |
ProductViewWFActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Boolean |
ListRepsWFActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Boolean |
CreateRepWFActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Boolean |
CheckedOutToWorkspaceActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
HTMLTemplate |
CADDocObjPropsTemplateProcessor.getTemplate(HTTPRequest req)
|
Uses of HTTPRequest in com.ptc.windchill.cadx.cancelcheckout |
Methods in com.ptc.windchill.cadx.cancelcheckout with parameters of type HTTPRequest | |
Boolean |
CancelCheckoutActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.cadx.checkin |
Methods in com.ptc.windchill.cadx.checkin with parameters of type HTTPRequest | |
void |
CheckinFormProcessor.handleRequest(HTTPRequest req,
HTTPResponse resp)
|
Boolean |
CheckinActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.cadx.checkout |
Methods in com.ptc.windchill.cadx.checkout with parameters of type HTTPRequest | |
Boolean |
WFCheckoutActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
void |
CheckoutDownloadTemplateProcessor.handleRequest(HTTPRequest req,
HTTPResponse resp)
|
Uses of HTTPRequest in com.ptc.windchill.cadx.common |
Methods in com.ptc.windchill.cadx.common with parameters of type HTTPRequest | |
Boolean |
BasicWildfireNavBarActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.cadx.common.picker |
Methods in com.ptc.windchill.cadx.common.picker with parameters of type HTTPRequest | |
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 HTTPRequest in com.ptc.windchill.cadx.common.prowt |
Methods in com.ptc.windchill.cadx.common.prowt with parameters of type HTTPRequest | |
static boolean |
ProEClientUtilities.isAgentWildfire(HTTPRequest request)
|
static String |
ProEClientUtilities.getProeDatecode(HTTPRequest request)
|
Uses of HTTPRequest in com.ptc.windchill.cadx.common.util |
Methods in com.ptc.windchill.cadx.common.util with parameters of type HTTPRequest | |
static String |
WorkspaceUtilities.getActiveWorkspaceName(HTTPRequest httpreq)
Supported API: false |
static EPMWorkspace |
WorkspaceUtilities.getContextWorkspaceForAction(HTTPRequest a_HTTPRequest)
Returns the context workspace for the action processors. |
static String |
WorkspaceUtilities.getServerName(HTTPRequest httpreq)
|
static String |
WorkspaceUtilities.getServerName(HTTPRequest httpreq,
boolean decode)
|
static String |
WorkspaceUtilities.getProjectLinkWorkspaceName(HTTPRequest httpreq,
String projectName)
|
static String |
WorkspaceUtilities.getProjectLinkServerName(HTTPRequest httpreq,
String projectName)
|
static Vector |
WorkspaceUtilities.getProjectLinkProjects(HTTPRequest httpreq)
|
static Vector |
WorkspaceUtilities.getProjectLinkWorkspaces(HTTPRequest httpreq)
|
static Vector |
WorkspaceUtilities.getProjectLinkServerAliases(HTTPRequest httpreq)
|
static boolean |
WorkspaceUtilities.isActiveWorkspace(String ws_name,
HTTPRequest httpreq)
|
private static String |
WorkspaceUtilities.getActiveWorkspaceName(HTTPRequest httpreq,
boolean decode)
|
static boolean |
MissingDependentsUtilities.isPlaceHolder(HTTPRequest request)
Returns the place holder property value if its is specified in the HTTPRequest query string or form data. |
static boolean |
MissingDependentsUtilities.hasMissingDependents(HTTPRequest request)
Returns the missing dependents property value if its is specified in the HTTPRequest query string or form data. |
static boolean |
ContextUtilities.isProjectLinkContext(HTTPRequest request)
Checks if the context associated with the given request is a ProjectLink context. |
static boolean |
ContextUtilities.isProjectLinkContext(HTTPRequest request,
boolean considerActiveWorkspaceContainerContext)
Checks if the context associated with the given request is a ProjectLink context. |
static boolean |
ContextUtilities.isPDMLinkContext(HTTPRequest request)
Checks if the context associated with the given request is a PDMLink context. |
static boolean |
ContextUtilities.isWindchillClassicContext(HTTPRequest request)
Checks if the context associated with the given request is a Windchill Classic context. |
static int |
ContextUtilities.getSolutionTypeNumber(HTTPRequest request)
|
static String |
ContextUtilities.getSolutionTypeString(HTTPRequest request)
|
static WTContainer |
ContextUtilities.getContext(HTTPRequest request)
Gets the context of an action/page. |
static WTContainer |
ContextUtilities.getContext(HTTPRequest request,
boolean considerActiveWs)
Gets the context of an action/page. |
static String |
ContextUtilities.getProEServerType(HTTPRequest request)
|
static WTContainer |
ContainerUtilities.getContextContainerFromRequest(HTTPRequest request)
Get the context container for the solution environemnt in which this action is launched. |
static WTContainer |
ContainerUtilities.getContextContainerFromRequest(HTTPRequest request,
boolean considerActiveWorkspaceContainerContext)
Get the context container for the solution environemnt in which this action is launched. |
static WTContainer |
ContainerUtilities.getContainerForBusinessObject(Object businessObject,
HTTPRequest request)
Get owning container for the specified business object. |
static WTContainer |
ContainerUtilities.getActiveWorkspaceContainer(HTTPRequest aHTTPRequest)
Get the active workspace's container context based upon the specified request object. |
Uses of HTTPRequest in com.ptc.windchill.cadx.delete |
Methods in com.ptc.windchill.cadx.delete with parameters of type HTTPRequest | |
Boolean |
DeleteActionDelegate.enableable(Object object,
HTTPRequest request)
Supported API: false |
Uses of HTTPRequest in com.ptc.windchill.cadx.disassociate |
Methods in com.ptc.windchill.cadx.disassociate with parameters of type HTTPRequest | |
Boolean |
DisassociateFromWsActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Boolean |
DisassociateActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.cadx.editattachments |
Methods in com.ptc.windchill.cadx.editattachments with parameters of type HTTPRequest | |
Boolean |
EditAttachmentsActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.cadx.editattrs |
Methods in com.ptc.windchill.cadx.editattrs with parameters of type HTTPRequest | |
Boolean |
EditAttributesActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.cadx.family |
Methods in com.ptc.windchill.cadx.family with parameters of type HTTPRequest | |
void |
FamilyinstProcessor.handleRequest(HTTPRequest req,
HTTPResponse resp)
|
Uses of HTTPRequest in com.ptc.windchill.cadx.move |
Methods in com.ptc.windchill.cadx.move with parameters of type HTTPRequest | |
Boolean |
WFMoveActionDelegate.enableable(Object object,
HTTPRequest request)
Supported API: false |
Uses of HTTPRequest in com.ptc.windchill.cadx.multirevise |
Methods in com.ptc.windchill.cadx.multirevise with parameters of type HTTPRequest | |
Boolean |
MultiReviseActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.cadx.myworkspace |
Methods in com.ptc.windchill.cadx.myworkspace with parameters of type HTTPRequest | |
Boolean |
MyWorkspaceNavBarActionDelegate.enableable(Object object,
HTTPRequest request)
|
Uses of HTTPRequest in com.ptc.windchill.cadx.newcaddoc |
Methods in com.ptc.windchill.cadx.newcaddoc with parameters of type HTTPRequest | |
Boolean |
NewCadDocActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.cadx.newpart |
Methods in com.ptc.windchill.cadx.newpart with parameters of type HTTPRequest | |
Boolean |
NewPartActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.cadx.placeHolder |
Methods in com.ptc.windchill.cadx.placeHolder with parameters of type HTTPRequest | |
Boolean |
PlaceHolderActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.cadx.prowt.download |
Methods in com.ptc.windchill.cadx.prowt.download with parameters of type HTTPRequest | |
Boolean |
DownloadActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.cadx.prowt.newDocPropertyPage |
Methods in com.ptc.windchill.cadx.prowt.newDocPropertyPage with parameters of type HTTPRequest | |
void |
NewCADDocPropertyTemplateProcessor.handleRequest(HTTPRequest req,
HTTPResponse resp)
|
Uses of HTTPRequest in com.ptc.windchill.cadx.prowt.openinproe |
Methods in com.ptc.windchill.cadx.prowt.openinproe with parameters of type HTTPRequest | |
Boolean |
OpenInProEActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.cadx.prowt.openinpv |
Methods in com.ptc.windchill.cadx.prowt.openinpv with parameters of type HTTPRequest | |
Boolean |
OpenInPVActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.cadx.remove |
Methods in com.ptc.windchill.cadx.remove with parameters of type HTTPRequest | |
void |
RemoveFormProcessor.handleRequest(HTTPRequest req,
HTTPResponse resp)
Deprecated. |
Boolean |
RemoveActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.cadx.rename |
Methods in com.ptc.windchill.cadx.rename with parameters of type HTTPRequest | |
Boolean |
RenameActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.cadx.replacemissdep |
Methods in com.ptc.windchill.cadx.replacemissdep with parameters of type HTTPRequest | |
void |
ReplaceMissDepFormProcessor.handleRequest(HTTPRequest req,
HTTPResponse resp)
|
Boolean |
ReplaceMissDepActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.cadx.revise |
Methods in com.ptc.windchill.cadx.revise with parameters of type HTTPRequest | |
Boolean |
ReviseActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.cadx.saveas |
Methods in com.ptc.windchill.cadx.saveas with parameters of type HTTPRequest | |
Boolean |
SaveAsFromWsActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
void |
SaveAsFormProcessor.handleRequest(HTTPRequest req,
HTTPResponse resp)
Deprecated. |
Boolean |
SaveAsActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.cadx.search |
Methods in com.ptc.windchill.cadx.search with parameters of type HTTPRequest | |
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 HTTPRequest in com.ptc.windchill.cadx.update |
Methods in com.ptc.windchill.cadx.update with parameters of type HTTPRequest | |
Boolean |
UpdateActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.cadx.upload |
Methods in com.ptc.windchill.cadx.upload with parameters of type HTTPRequest | |
void |
UploadFormProcessor.handleRequest(HTTPRequest req,
HTTPResponse resp)
|
Boolean |
UploadActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.cadx.wfpdmlink |
Methods in com.ptc.windchill.cadx.wfpdmlink with parameters of type HTTPRequest | |
HTMLTemplate |
WFPDMLinkCadDocTemplateProcessor.getTemplate(HTTPRequest req)
|
Uses of HTTPRequest in com.ptc.windchill.cadx.ws |
Methods in com.ptc.windchill.cadx.ws with parameters of type HTTPRequest | |
void |
WorkspaceFormProcessor.handleRequest(HTTPRequest req,
HTTPResponse resp)
Supported API: false |
Boolean |
SynchronizeWorkspaceActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
void |
ActiveWorkspaceTemplateProcessor.handleRequest(HTTPRequest req,
HTTPResponse resp)
Supported API: false |
Uses of HTTPRequest in com.ptc.windchill.classproxy |
Methods in com.ptc.windchill.classproxy with parameters of type HTTPRequest | |
static Object |
UwgmClassProxy.getOpeninProELinkProcessor(List list,
HTTPRequest httpRequest)
|
static String |
CadxClassProxy.getServerName(HTTPRequest httpreq)
|
static String |
CadxClassProxy.getProjectLinkServerName(HTTPRequest httpreq,
String projectName)
|
static String |
CadxClassProxy.getActiveWorkspaceName(HTTPRequest httpreq)
|
static String |
CadxClassProxy.getProjectLinkWorkspaceName(HTTPRequest httpreq,
String projectName)
|
static String |
CadxClassProxy.getProeDatecode(HTTPRequest request)
|
Uses of HTTPRequest in com.ptc.windchill.edaCompare |
Methods in com.ptc.windchill.edaCompare with parameters of type HTTPRequest | |
Boolean |
EDACompareActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.enterprise.nativeapp.msoi.server |
Methods in com.ptc.windchill.enterprise.nativeapp.msoi.server with parameters of type HTTPRequest | |
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 HTTPRequest in com.ptc.windchill.uwgm.cadx.associate |
Methods in com.ptc.windchill.uwgm.cadx.associate with parameters of type HTTPRequest | |
List |
AssociateToolbarProcessor.createSelectionBasedItemDescriptors(HTTPRequest request,
Locale locale)
|
List |
AssociateToolbarProcessor.createNonSelectionBasedItemDescriptors(HTTPRequest request,
Locale locale)
|
Uses of HTTPRequest in com.ptc.windchill.uwgm.cadx.autoassociate |
Methods in com.ptc.windchill.uwgm.cadx.autoassociate with parameters of type HTTPRequest | |
List |
AutoAssociateNewTableToolbarProcessor.createSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
|
List |
AutoAssociateNewTableToolbarProcessor.createNonSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
|
List |
AutoAssociateExistingTableToolbarProcessor.createSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
|
List |
AutoAssociateExistingTableToolbarProcessor.createNonSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
|
Uses of HTTPRequest in com.ptc.windchill.uwgm.cadx.caddoc |
Methods in com.ptc.windchill.uwgm.cadx.caddoc with parameters of type HTTPRequest | |
List |
FamTabToolbarProcessor.createSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
Create list of ToolbarItemDescriptor for the selection based toolbar controls. |
List |
FamTabToolbarProcessor.createNonSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
Create list of ToolbarItemDescriptor for the non selection based toolbar controls. |
Uses of HTTPRequest in com.ptc.windchill.uwgm.cadx.caddoc.mstructrep |
Methods in com.ptc.windchill.uwgm.cadx.caddoc.mstructrep with parameters of type HTTPRequest | |
List |
ModelStructRepToolbarTemplateProcessor.createSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
Create list of ToolbarItemDescriptor for the selection based toolbar controls. |
List |
ModelStructRepToolbarTemplateProcessor.createNonSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
Create list of ToolbarItemDescriptor for the non selection based toolbar controls. |
private boolean |
ModelStructRepToolbarTemplateProcessor.isWorkspaceContext(HTTPRequest req)
|
private String |
ModelStructRepToolbarTemplateProcessor.getMSRAction(HTTPRequest req)
|
Uses of HTTPRequest in com.ptc.windchill.uwgm.cadx.cancelcheckout |
Methods in com.ptc.windchill.uwgm.cadx.cancelcheckout with parameters of type HTTPRequest | |
List |
CancelCheckoutToolbar.createSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
Create list of ToolbarItemDescriptor for the selection based toolbar controls. |
List |
CancelCheckoutToolbar.createNonSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
Create list of ToolbarItemDescriptor for the non selection based toolbar controls. |
void |
CancelCheckoutTemplateProcessor.handleRequest(HTTPRequest req,
HTTPResponse resp)
|
Boolean |
CancelCheckoutActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.uwgm.cadx.checkin |
Methods in com.ptc.windchill.uwgm.cadx.checkin with parameters of type HTTPRequest | |
List |
CheckinToolbar.createSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
Create list of ToolbarItemDescriptor for the selection based toolbar controls. |
List |
CheckinToolbar.createNonSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
Create list of ToolbarItemDescriptor for the non selection based toolbar controls. |
void |
CheckinFormProcessor.handleRequest(HTTPRequest req,
HTTPResponse resp)
|
Boolean |
CheckinActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.uwgm.cadx.checkout |
Methods in com.ptc.windchill.uwgm.cadx.checkout with parameters of type HTTPRequest | |
void |
CheckoutWizardProcessor.initWizard(HTTPRequest req,
HTTPResponse resp)
|
List |
CheckoutEditObjectToolbarProcessor.createSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
|
List |
CheckoutEditObjectToolbarProcessor.createNonSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
|
Uses of HTTPRequest in com.ptc.windchill.uwgm.cadx.disassociate |
Methods in com.ptc.windchill.uwgm.cadx.disassociate with parameters of type HTTPRequest | |
List |
DisassociateToolbarProcessor.createSelectionBasedItemDescriptors(HTTPRequest request,
Locale locale)
|
List |
DisassociateToolbarProcessor.createNonSelectionBasedItemDescriptors(HTTPRequest request,
Locale locale)
|
Uses of HTTPRequest in com.ptc.windchill.uwgm.cadx.multieditattr |
Methods in com.ptc.windchill.uwgm.cadx.multieditattr with parameters of type HTTPRequest | |
List |
MultiEditAttrToolbar.createSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
Create list of ToolbarItemDescriptor for the selection based toolbar controls. |
List |
MultiEditAttrToolbar.createNonSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
Create list of ToolbarItemDescriptor for the non selection based toolbar controls. |
void |
MultiEditAttrCheckoutConflictProcessor.handleRequest(HTTPRequest req,
HTTPResponse resp)
|
Boolean |
MultiEditAttrActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
private boolean |
MultiEditAttrActionDelegate.isWsContext(HTTPRequest request)
|
Uses of HTTPRequest in com.ptc.windchill.uwgm.cadx.multirename |
Methods in com.ptc.windchill.uwgm.cadx.multirename with parameters of type HTTPRequest | |
List |
MultiRenameToolbarTemplateProcessor.createSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
Create list of ToolbarItemDescriptor for the selection based toolbar controls. |
List |
MultiRenameToolbarTemplateProcessor.createNonSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
Create list of ToolbarItemDescriptor for the non selection based toolbar controls. |
void |
MultiRenameProcessor.handleRequest(HTTPRequest req,
HTTPResponse resp)
|
Boolean |
MultiRenameActionDelegate.enableable(Object object,
HTTPRequest request)
|
private boolean |
MultiRenameActionDelegate.isWsContext(HTTPRequest request)
|
Uses of HTTPRequest in com.ptc.windchill.uwgm.cadx.multirevise |
Methods in com.ptc.windchill.uwgm.cadx.multirevise with parameters of type HTTPRequest | |
List |
MultireviseToolbarProcessor.createSelectionBasedItemDescriptors(HTTPRequest request,
Locale locale)
|
List |
MultireviseToolbarProcessor.createNonSelectionBasedItemDescriptors(HTTPRequest request,
Locale locale)
|
Uses of HTTPRequest in com.ptc.windchill.uwgm.cadx.newcaddoc |
Methods in com.ptc.windchill.uwgm.cadx.newcaddoc with parameters of type HTTPRequest | |
void |
NewCadDocWizardProcessor.initWizard(HTTPRequest req,
HTTPResponse resp)
|
void |
NewCadDocWizardProcessor.handleStepRequest(HTTPRequest req,
HTTPResponse resp,
String currentStep)
|
Uses of HTTPRequest in com.ptc.windchill.uwgm.cadx.prowt.newDocPropsPage |
Methods in com.ptc.windchill.uwgm.cadx.prowt.newDocPropsPage with parameters of type HTTPRequest | |
void |
NewCADDocPropsProcessor.handleRequest(HTTPRequest req,
HTTPResponse resp)
|
Uses of HTTPRequest in com.ptc.windchill.uwgm.cadx.remove |
Methods in com.ptc.windchill.uwgm.cadx.remove with parameters of type HTTPRequest | |
List |
RemoveToolbar.createSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
Create list of ToolbarItemDescriptor for the selection based toolbar controls. |
List |
RemoveToolbar.createNonSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
Create list of ToolbarItemDescriptor for the non selection based toolbar controls. |
void |
RemoveFormProcessor.handleRequest(HTTPRequest req,
HTTPResponse resp)
Deprecated. |
Uses of HTTPRequest in com.ptc.windchill.uwgm.cadx.saveas |
Methods in com.ptc.windchill.uwgm.cadx.saveas with parameters of type HTTPRequest | |
List |
SaveAsToolbarProcessor.createSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
|
List |
SaveAsToolbarProcessor.createNonSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
|
Boolean |
SaveAsActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.uwgm.cadx.setstate |
Methods in com.ptc.windchill.uwgm.cadx.setstate with parameters of type HTTPRequest | |
List |
SetStateToolbarProcessor.createSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
|
List |
SetStateToolbarProcessor.createNonSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
|
Boolean |
SetStateActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.uwgm.cadx.update |
Methods in com.ptc.windchill.uwgm.cadx.update with parameters of type HTTPRequest | |
void |
UpdateWizardProcessor.initWizard(HTTPRequest req,
HTTPResponse resp)
|
void |
UpdateWizardProcessor.handleStepRequest(HTTPRequest req,
HTTPResponse resp,
String currentStep)
|
Uses of HTTPRequest in com.ptc.windchill.uwgm.cadx.upload |
Methods in com.ptc.windchill.uwgm.cadx.upload with parameters of type HTTPRequest | |
List |
UploadToolbar.createSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
Create list of ToolbarItemDescriptor for the selection based toolbar controls. |
List |
UploadToolbar.createNonSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
Create list of ToolbarItemDescriptor for the non selection based toolbar controls. |
void |
UploadFormProcessor.handleRequest(HTTPRequest req,
HTTPResponse resp)
|
Boolean |
UploadActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in com.ptc.windchill.uwgm.cadx.workspaces |
Methods in com.ptc.windchill.uwgm.cadx.workspaces with parameters of type HTTPRequest | |
List |
WorkspacesToolbarProcessor.createSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
|
List |
WorkspacesToolbarProcessor.createNonSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
|
Uses of HTTPRequest in com.ptc.windchill.uwgm.cadx.ws |
Methods in com.ptc.windchill.uwgm.cadx.ws with parameters of type HTTPRequest | |
List |
WsToolbarTemplateProcessor.createSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
Create list of ToolbarItemDescriptor for the selection based toolbar controls. |
List |
WsToolbarTemplateProcessor.createNonSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
Create list of ToolbarItemDescriptor for the non selection based toolbar controls. |
void |
ActiveWorkspaceTemplateProcessor.handleRequest(HTTPRequest req,
HTTPResponse resp)
Supported API: false |
Uses of HTTPRequest in com.ptc.windchill.uwgm.proesrv.registry |
Methods in com.ptc.windchill.uwgm.proesrv.registry with parameters of type HTTPRequest | |
static void |
Registrator.getServerInfo(HTTPRequest request,
HTTPResponse responce)
Uwgm register |
Uses of HTTPRequest in com.ptc.windchill.uwgm.proesrv.request |
Methods in com.ptc.windchill.uwgm.proesrv.request with parameters of type HTTPRequest | |
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 HTTPRequest in com.ptc.windchill.uwgm.util.openinproe |
Fields in com.ptc.windchill.uwgm.util.openinproe declared as HTTPRequest | |
private HTTPRequest |
OpeninProELinkProcessor.httpRequest
|
Methods in com.ptc.windchill.uwgm.util.openinproe with parameters of type HTTPRequest | |
static void |
OpenInProe.writephaFile(HTTPRequest request,
HTTPResponse response)
|
private static void |
OpenInProe.setFileName(HTTPRequest request,
HTTPResponse response,
String file_name)
|
Constructors in com.ptc.windchill.uwgm.util.openinproe with parameters of type HTTPRequest | |
OpeninProELinkProcessor(List objects,
HTTPRequest request)
|
Uses of HTTPRequest in com.ptc.wvs.server.publish |
Methods in com.ptc.wvs.server.publish with parameters of type HTTPRequest | |
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 HTTPRequest in com.ptc.wvs.server.ui |
Methods in com.ptc.wvs.server.ui with parameters of type HTTPRequest | |
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 HTTPRequest in com.ptc.wvs.server.util |
Methods in com.ptc.wvs.server.util with parameters of type HTTPRequest | |
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 HTTPRequest in wt.calendar |
Methods in wt.calendar with parameters of type HTTPRequest | |
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 HTTPRequest in wt.clients.gui |
Methods in wt.clients.gui with parameters of type HTTPRequest | |
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 HTTPRequest in wt.clients.homepage |
Methods in wt.clients.homepage with parameters of type HTTPRequest | |
static void |
WindchillHome.getPage(HTTPRequest req,
HTTPResponse resp)
Construct the main Windchill page. |
void |
AdminHomepageProcessor.handleRequest(HTTPRequest request,
HTTPResponse response)
|
Uses of HTTPRequest in wt.content |
Fields in wt.content declared as HTTPRequest | |
private static HTTPRequest |
ContentHttp.request
|
Methods in wt.content with parameters of type HTTPRequest | |
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 HTTPRequest in wt.dataops.containermove.processors |
Methods in wt.dataops.containermove.processors with parameters of type HTTPRequest | |
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)
|
List |
MoveEditToolbarProcessor.createSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
|
List |
MoveEditToolbarProcessor.createNonSelectionBasedItemDescriptors(HTTPRequest req,
Locale locale)
|
Uses of HTTPRequest in wt.dataops.delete.processors |
Methods in wt.dataops.delete.processors with parameters of type HTTPRequest | |
void |
DeleteWizardTemplateProcessor.initWizard(HTTPRequest req,
HTTPResponse resp)
|
void |
DeleteWizardTemplateProcessor.handleStepRequest(HTTPRequest req,
HTTPResponse resp,
String currentStep)
|
Uses of HTTPRequest in wt.dataops.sandbox.processors.undocheckout |
Methods in wt.dataops.sandbox.processors.undocheckout with parameters of type HTTPRequest | |
void |
UndoPDMCheckoutWizardTemplateProcessor.initWizard(HTTPRequest req,
HTTPResponse resp)
|
void |
UndoPDMCheckoutWizardTemplateProcessor.handleStepRequest(HTTPRequest req,
HTTPResponse resp,
String currentStep)
|
Uses of HTTPRequest in wt.doc |
Methods in wt.doc with parameters of type HTTPRequest | |
void |
DocumentStructureProcessor.handleRequest(HTTPRequest request,
HTTPResponse response)
Method invoked when a URL to this template processor is followed. |
protected Properties |
DocumentStructureProcessor.getParameters(HTTPRequest request)
Returns a Properties object containing the parameters received in the given HTTPRequest. |
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. |
Constructors in wt.doc with parameters of type HTTPRequest | |
DocConfigSpecProcessor(Properties props,
HTTPRequest request)
Constructor for DocConfigSpecProcessor. |
Uses of HTTPRequest in wt.enterprise |
Fields in wt.enterprise declared as HTTPRequest | |
private HTTPRequest |
HTMLTemplateFactory.req
|
private HTTPRequest |
FormProcessor.formHttpRequest
Deprecated. |
Methods in wt.enterprise with parameters of type HTTPRequest | |
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 Locale |
URLProcessor.getLocale(HTTPRequest request)
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. |
protected static TemplateProcessor |
URLProcessor.getTemplateProcessorStatic(HTTPState httpState,
HTTPRequest request)
Deprecated. |
protected static void |
URLProcessor.processAction(HTTPState httpState,
HTTPRequest request,
ContentHTTPStream contentStream)
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 |
HTMLTemplate |
PartESIProcessor.getTemplate(Vector preferences,
HTTPRequest req)
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. |
void |
HTMLTemplateFactory.setRequestObject(HTTPRequest req)
|
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.readContext(HTTPRequest request)
Deprecated. Description of the Method |
static boolean |
BasicTemplateProcessor.AccessOK(String action,
Object obj,
HTTPRequest request)
Deprecated. Checks whether a given action is currently available for a given object. |
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)
|
Constructors in wt.enterprise with parameters of type HTTPRequest | |
FormProcessor(Properties props,
HTTPRequest request)
Deprecated. |
|
FormProcessor(WTObject windchillObj,
HTTPRequest request)
Deprecated. |
Uses of HTTPRequest in wt.enterprise.tabularresults |
Methods in wt.enterprise.tabularresults with parameters of type HTTPRequest | |
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 HTTPRequest in wt.epm.retriever |
Methods in wt.epm.retriever with parameters of type HTTPRequest | |
static void |
DependencyRetrieverPerformanceTest.DRPT(HTTPRequest req,
HTTPResponse resp)
|
static void |
DependencyRetrieverPerformanceTest.DRPT(HTTPRequest req,
HTTPResponse resp)
|
Uses of HTTPRequest in wt.federation |
Methods in wt.federation with parameters of type HTTPRequest | |
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. |
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. |
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 HTTPRequest in wt.federation.admin |
Methods in wt.federation.admin with parameters of type HTTPRequest | |
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 HTTPRequest in wt.fv.local |
Methods in wt.fv.local with parameters of type HTTPRequest | |
static void |
RedirectDownloadHTTP.redirectDownload(HTTPRequest request,
HTTPResponse response)
The method redirects downloading of content. |
Uses of HTTPRequest in wt.fv.master |
Methods in wt.fv.master with parameters of type HTTPRequest | |
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 HTTPRequest in wt.fv.replica |
Methods in wt.fv.replica with parameters of type HTTPRequest | |
static void |
StandardReplicaService.doDownload(HTTPRequest req,
HTTPResponse resp)
Supported API: false |
Uses of HTTPRequest in wt.fv.uploadtocache |
Methods in wt.fv.uploadtocache with parameters of type HTTPRequest | |
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.authenticateRequest(HTTPRequest req)
|
private static void |
DoUploadToCache_Server.chunk_doUploadToChache_Internal(HTTPRequest req,
HTTPResponse response,
InputStream is,
boolean usingLocalMaster,
long vaultId,
long folderId)
|
Uses of HTTPRequest in wt.htmlutil |
Methods in wt.htmlutil with parameters of type HTTPRequest | |
void |
JavaScriptTemplateProcessor.handleRequest(HTTPRequest request,
HTTPResponse response)
Deprecated. |
Uses of HTTPRequest in wt.httpgw |
Subclasses of HTTPRequest in wt.httpgw | |
class |
HTTPRequestImpl
This class is a carrier of HTTP request information to a Windchill method server. |
class |
HTTPServletRequest
|
Methods in wt.httpgw that return HTTPRequest | |
static HTTPRequest |
HTTPServer.getHTTPRequest()
Get HTTPRequest associated with the current method context. |
Methods in wt.httpgw with parameters of type HTTPRequest | |
static HTTPResponse |
HTTPServer.processRequest(Integer gateway_id,
HTTPRequest request)
Client API to process a HTTP request. |
protected static void |
HTTPServer.processRequest(HTTPRequest request,
HTTPResponse response)
Internal server-side method to process a HTTP request. |
private static void |
HTTPServer.setSession(HTTPRequest request)
Internal server-side method to associate the current request with a previous session. |
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 |
void |
HTTPGateway.processRequest(HTTPRequest request)
Process request received from the client. |
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. |
Constructors in wt.httpgw with parameters of type HTTPRequest | |
GatewayAuthenticator(HTTPRequest request)
Construct a GatewayAuthenticator from data in a
HTTPRequest . |
Uses of HTTPRequest in wt.inf.team |
Methods in wt.inf.team with parameters of type HTTPRequest | |
void |
InvitationTemplateProcessor.handleRequest(HTTPRequest req,
HTTPResponse resp)
Supported API: false |
Uses of HTTPRequest in wt.intersvrcom |
Methods in wt.intersvrcom with parameters of type HTTPRequest | |
static boolean |
URLAuthenticator.checkAuthentication(HTTPRequest request)
Supported API: false |
static boolean |
URLAuthenticator.checkAuthentication(HTTPRequest request)
Supported API: false |
Uses of HTTPRequest in wt.lifecycle |
Methods in wt.lifecycle with parameters of type HTTPRequest | |
void |
LifeCycleTaskProcessor.readContext(HTTPRequest request)
Deprecated. Initialize the LifeCycleTaskProcessor attributes
from the query string parameters. |
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 |
LifeCycleTaskProcessor.readContext(HTTPRequest request)
Deprecated. Initialize the LifeCycleTaskProcessor attributes
from the query string parameters. |
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 HTTPRequest in wt.lifecycle.history |
Methods in wt.lifecycle.history with parameters of type HTTPRequest | |
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. |
void |
HistoryProcessor.initialize(HTTPRequest req)
Initialize the HTTPRequest |
Uses of HTTPRequest in wt.meeting |
Methods in wt.meeting with parameters of type HTTPRequest | |
void |
MeetingNotificationProcessor.handleRequest(HTTPRequest request,
HTTPResponse response)
Supported API: false |
void |
MeetingNotificationProcessor.handleRequest(HTTPRequest request,
HTTPResponse response)
Supported API: false |
Uses of HTTPRequest in wt.meeting.actionitem |
Methods in wt.meeting.actionitem with parameters of type HTTPRequest | |
void |
ActionItemNotificationProcessor.handleRequest(HTTPRequest request,
HTTPResponse response)
Supported API: false |
Uses of HTTPRequest in wt.notify |
Methods in wt.notify with parameters of type HTTPRequest | |
void |
PolicyNotificationProcessor.handleRequest(HTTPRequest request,
HTTPResponse response)
Supported API: false |
void |
ObjectNotificationProcessor.handleRequest(HTTPRequest request,
HTTPResponse response)
Supported API: false |
Uses of HTTPRequest in wt.part |
Methods in wt.part with parameters of type HTTPRequest | |
void |
ProductStructureProcessor.handleRequest(HTTPRequest request,
HTTPResponse response)
Deprecated. Method invoked when a URL to this template processor is followed. |
protected Properties |
ProductStructureProcessor.getParameters(HTTPRequest request)
Deprecated. Returns a Properties object containing the parameters received in the given HTTPRequest. |
void |
PartOccurrenceProcessor.handleRequest(HTTPRequest request,
HTTPResponse response)
Deprecated. Method invoked when a URL to this template processor is followed. |
protected Properties |
PartOccurrenceProcessor.getParameters(HTTPRequest request)
Deprecated. Returns a Properties object containing the parameters received in the given HTTPRequest. |
void |
BOMTemplateProcessor.handleRequest(HTTPRequest req,
HTTPResponse resp)
Deprecated. This method handles HTTP GET requests to generate HTML for a BOM. |
Uses of HTTPRequest in wt.project |
Methods in wt.project with parameters of type HTTPRequest | |
void |
RoleContentsParticipantRowProcessor.handleRequest(HTTPRequest req,
HTTPResponse resp)
This method handles HTTP GET requests to produce an HTML page for the context object. |
Uses of HTTPRequest in wt.projmgmt.monitor |
Methods in wt.projmgmt.monitor with parameters of type HTTPRequest | |
void |
ProjectNotificationProcessor.handleRequest(HTTPRequest request,
HTTPResponse response)
Supported API: false |
Uses of HTTPRequest in wt.query |
Methods in wt.query with parameters of type HTTPRequest | |
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. |
HTMLTemplate |
ObjectSearchProcessor.getTemplate(HTTPRequest request,
String action)
Returns the HTMLTemplate to be processed by this processor. |
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 HTTPRequest in wt.replication.unit.htmlGeneration |
Methods in wt.replication.unit.htmlGeneration with parameters of type HTTPRequest | |
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. |
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. |
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)
|
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. |
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 HTTPRequest in wt.templateutil.processor |
Fields in wt.templateutil.processor declared as HTTPRequest | |
private HTTPRequest |
HTTPState.requestObj
Deprecated. |
Methods in wt.templateutil.processor that return HTTPRequest | |
HTTPRequest |
HTTPState.getRequestObj()
Deprecated. Returns the current wt.httpgw.HTTPRequest object for the current request from the client. |
Methods in wt.templateutil.processor with parameters of type HTTPRequest | |
void |
HTTPState.setRequestObj(HTTPRequest a_request)
Deprecated. Sets wt.httpgw.HTTPResponse object for the current request. |
void |
GenerateFormProcessor.handleRequest(HTTPRequest req,
HTTPResponse resp)
Deprecated. |
HTMLTemplate |
DefaultTemplateProcessor.getTemplate(HTTPRequest req)
Deprecated. |
void |
DefaultTemplateProcessor.handleRequest(HTTPRequest req,
HTTPResponse resp)
Deprecated. Does the processing of the HTML Template. |
void |
ContextTranslator.readContext(HTTPRequest request)
Deprecated. |
void |
AbstractHTMLTemplateFactory.setLanguagePreferences(HTTPRequest request)
Deprecated. |
Constructors in wt.templateutil.processor with parameters of type HTTPRequest | |
ServletSessionCookieManager(HTTPRequest request)
|
Uses of HTTPRequest in wt.vc.config |
Methods in wt.vc.config with parameters of type HTTPRequest | |
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. |
Constructors in wt.vc.config with parameters of type HTTPRequest | |
ConfigSpecProcessor(Properties props,
HTTPRequest request)
Constructor for ConfigSpecProcessor. |
Uses of HTTPRequest in wt.wildfire |
Methods in wt.wildfire with parameters of type HTTPRequest | |
static Boolean |
WildfireActionDelegateHelper.enableable(Object object,
HTTPRequest request)
|
static Boolean |
WildfireActionDelegateHelper.isEnableable(ActionDelegate delegate,
Object obj,
HTTPRequest request)
|
static boolean |
WildfireActionDelegateHelper.isDisplayCadxEnabled(HTTPRequest request)
|
static boolean |
WildfireActionDelegateHelper.isAgentWildfire(HTTPRequest request)
|
Boolean |
WildfireActionDelegate.enableable(Object object,
HTTPRequest request)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
Uses of HTTPRequest in wt.workflow.definer |
Methods in wt.workflow.definer with parameters of type HTTPRequest | |
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 HTTPRequest in wt.workflow.engine |
Methods in wt.workflow.engine with parameters of type HTTPRequest | |
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 HTTPRequest in wt.workflow.work |
Methods in wt.workflow.work with parameters of type HTTPRequest | |
static void |
WorkItemURLProcessor.URLTemplateAction(HTTPRequest req,
HTTPResponse resp)
|
static void |
WorkItemURLProcessor.processForm(HTTPRequest request,
HTTPResponse response,
InputStream is)
|
protected static void |
WorkItemURLProcessor.processAction(HTTPState httpState,
HTTPRequest request,
ContentHTTPStream contentStream,
boolean processLocally)
|
void |
WfMessageProcessor.readContext(HTTPRequest request)
|
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 HTTPRequest in wt.workflow.worklist |
Methods in wt.workflow.worklist with parameters of type HTTPRequest | |
void |
WfWorkListProcessor.readContext(HTTPRequest req)
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. |
void |
WfWlActionProcessor.handleRequest(HTTPRequest req,
HTTPResponse resp)
Deprecated. at R5.0 see wt.workflow.worklist.WorkListActionDelegate |
void |
WfTaskProcessor.readContext(HTTPRequest request)
Checks if the workitem specified on the URL is obsolete or suspended. |
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. |
void |
LayoutProcessor.readContext(HTTPRequest req)
If the action is WFDeleteLayout, deleted the layout specified by the layoutName query string parameter. |
Uses of HTTPRequest in wt.wrmf.transport.httptransport |
Fields in wt.wrmf.transport.httptransport declared as HTTPRequest | |
private HTTPRequest |
ReconnectedHttpPushIS.request
|
Methods in wt.wrmf.transport.httptransport with parameters of type HTTPRequest | |
static void |
ReconnectedHttpURLCon.fileDownload(HTTPRequest request,
HTTPResponse response)
|
protected static boolean |
HTTPPipeAdapter.setRemotePrincipal(HTTPRequest request)
If the remote site is a Product Replication Peer, the corresponding WTPrincipal will be set; otherwise it will not. |
protected static boolean |
HTTPPipeAdapter.preparePipeExecution(HTTPRequest request)
This method will be called at the remote/serverl" side. |
private static Enumeration |
HTTPPipeAdapter.findPullMethod(HTTPRequest request)
|
private static long |
HTTPPipeAdapter.findDownloadedBytes(HTTPRequest request)
|
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 HTTPRequest | |
ReconnectedHttpPushIS(InputStream is,
HTTPRequest request)
Supported API: false |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |