Uses of Class
wt.content.ContentHTTPStream

Packages that use ContentHTTPStream
com.ptc.core.htmlcomp.console   
com.ptc.core.htmlcomp.createtableview   
com.ptc.core.htmlcomp.location   
com.ptc.core.htmlcomp.tableview   
com.ptc.core.htmlcomp.wizard   
com.ptc.core.HTMLtemplateutil.server.processors   
com.ptc.windchill.cadx.associate   
com.ptc.windchill.cadx.autoassociate   
com.ptc.windchill.cadx.autopart   
com.ptc.windchill.cadx.caddoc   
com.ptc.windchill.cadx.cancelcheckout   
com.ptc.windchill.cadx.checkin   
com.ptc.windchill.cadx.checkout   
com.ptc.windchill.cadx.common   
com.ptc.windchill.cadx.common.pageBuilder   
com.ptc.windchill.cadx.common.picker   
com.ptc.windchill.cadx.console   
com.ptc.windchill.cadx.createws   
com.ptc.windchill.cadx.delete   
com.ptc.windchill.cadx.deletews   
com.ptc.windchill.cadx.disassociate   
com.ptc.windchill.cadx.editattachments   
com.ptc.windchill.cadx.editattrs   
com.ptc.windchill.cadx.move   
com.ptc.windchill.cadx.multirevise   
com.ptc.windchill.cadx.newcaddoc   
com.ptc.windchill.cadx.newcaddoctemplate   
com.ptc.windchill.cadx.newfolder   
com.ptc.windchill.cadx.newpart   
com.ptc.windchill.cadx.placeHolder   
com.ptc.windchill.cadx.remove   
com.ptc.windchill.cadx.rename   
com.ptc.windchill.cadx.revise   
com.ptc.windchill.cadx.saveas   
com.ptc.windchill.cadx.update   
com.ptc.windchill.cadx.ws   
com.ptc.windchill.cadx.wsoption   
com.ptc.windchill.edaCompare   
com.ptc.windchill.enterprise.prefs.server.processors   
com.ptc.windchill.enterprise.templates   
com.ptc.windchill.enterprise.templates.doc.server.processors   
com.ptc.windchill.uwgm.cadx.caddoc   
com.ptc.windchill.uwgm.cadx.cancelcheckout   
com.ptc.windchill.uwgm.cadx.checkin   
com.ptc.windchill.uwgm.cadx.checkout   
com.ptc.windchill.uwgm.cadx.config   
com.ptc.windchill.uwgm.cadx.multieditattr   
com.ptc.windchill.uwgm.cadx.newcaddoc   
com.ptc.windchill.uwgm.cadx.update   
wt.change2.htmlclient Defines an interface for the change objects from wt.change2
wt.clients.prefs   
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.csm.html.query   
wt.dataops.containermove.processors   
wt.dataops.delete.processors   
wt.doc   
wt.eff Provides generic base effectivity functionality via EffService, EffConfigSpecAssistant and EffGroupAssistant to assert that a PDM object is effective under certain conditions; an out-of-the-box reference implementation of this base functionality is defined by wt.effectivity
wt.effectivity Provides an out-of-the-box reference implementation of the generic base effectivity functionality defined in wt.eff to assert that a PDM object is effective under certain conditions, but this package's EffectivityService is not normally used (instead use wt.eff's EffService, EffConfigSpecAssistant and EffGroupAssistant). 
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.federation.admin   
wt.lifecycle
 
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.query.template Provides generic support for saved report queries using ReportTemplate and various methods in ReportTemplateHelper for executing and generating reports. 
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.forum   
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. 
 

Uses of ContentHTTPStream in com.ptc.core.htmlcomp.console
 

Methods in com.ptc.core.htmlcomp.console with parameters of type ContentHTTPStream
 void DeleteEventsTaskDelegate.processAction(ContentHTTPStream contentStream)
           
 

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

Methods in com.ptc.core.htmlcomp.createtableview with parameters of type ContentHTTPStream
 boolean CreateOrEditTableViewWizardFormTaskDelegate.processStep(ContentHTTPStream contentStream)
          The processStep method is called implicitly by the processAction mathod.
 

Uses of ContentHTTPStream in com.ptc.core.htmlcomp.location
 

Methods in com.ptc.core.htmlcomp.location with parameters of type ContentHTTPStream
 void BrowseFoldersTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in com.ptc.core.htmlcomp.tableview
 

Methods in com.ptc.core.htmlcomp.tableview with parameters of type ContentHTTPStream
 void TableViewManagerFormTaskDelegate.processAction(ContentHTTPStream contentStream)
           
 

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

Methods in com.ptc.core.htmlcomp.wizard with parameters of type ContentHTTPStream
 void WizardFormTaskDelegate.processAction(ContentHTTPStream contentStream)
           
abstract  boolean WizardFormTaskDelegate.processStep(ContentHTTPStream contentStream)
           
 

Uses of ContentHTTPStream in com.ptc.core.HTMLtemplateutil.server.processors
 

Methods in com.ptc.core.HTMLtemplateutil.server.processors with parameters of type ContentHTTPStream
 void CloseWindowFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void CancelFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in com.ptc.windchill.cadx.associate
 

Methods in com.ptc.windchill.cadx.associate with parameters of type ContentHTTPStream
 void AssociateFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in com.ptc.windchill.cadx.autoassociate
 

Methods in com.ptc.windchill.cadx.autoassociate with parameters of type ContentHTTPStream
 void AutoAssociateTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in com.ptc.windchill.cadx.autopart
 

Methods in com.ptc.windchill.cadx.autopart with parameters of type ContentHTTPStream
 void AutoPartFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in com.ptc.windchill.cadx.caddoc
 

Methods in com.ptc.windchill.cadx.caddoc with parameters of type ContentHTTPStream
 void DifferenceReportTaskDelegate.processAction(ContentHTTPStream contentStream)
           
 void CompareModelTaskDelegate.processAction(ContentHTTPStream contentStream)
           
 

Uses of ContentHTTPStream in com.ptc.windchill.cadx.cancelcheckout
 

Methods in com.ptc.windchill.cadx.cancelcheckout with parameters of type ContentHTTPStream
 void CancelCheckoutTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

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

Methods in com.ptc.windchill.cadx.checkin with parameters of type ContentHTTPStream
 void CheckinFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

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

Methods in com.ptc.windchill.cadx.checkout with parameters of type ContentHTTPStream
 void CheckoutTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void CheckoutDownloadDelegateToOtherActions.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in com.ptc.windchill.cadx.common
 

Methods in com.ptc.windchill.cadx.common with parameters of type ContentHTTPStream
 void OrgnizationPickerTaskDelegate.processAction(ContentHTTPStream contentStream)
           
 void BrowseFoldersTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in com.ptc.windchill.cadx.common.pageBuilder
 

Methods in com.ptc.windchill.cadx.common.pageBuilder with parameters of type ContentHTTPStream
 void DelegateToCommonActions.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void ActionStatusTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

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

Methods in com.ptc.windchill.cadx.common.picker with parameters of type ContentHTTPStream
 void PickerTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in com.ptc.windchill.cadx.console
 

Methods in com.ptc.windchill.cadx.console with parameters of type ContentHTTPStream
 void ConsolePrefFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void ClearConsoleFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in com.ptc.windchill.cadx.createws
 

Methods in com.ptc.windchill.cadx.createws with parameters of type ContentHTTPStream
 void CreateWSFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in com.ptc.windchill.cadx.delete
 

Methods in com.ptc.windchill.cadx.delete with parameters of type ContentHTTPStream
 void DeleteTaskDelegate.processAction(ContentHTTPStream contentStream)
           
 

Uses of ContentHTTPStream in com.ptc.windchill.cadx.deletews
 

Methods in com.ptc.windchill.cadx.deletews with parameters of type ContentHTTPStream
 void DeleteWorkspaceFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in com.ptc.windchill.cadx.disassociate
 

Methods in com.ptc.windchill.cadx.disassociate with parameters of type ContentHTTPStream
 void DisassociateFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in com.ptc.windchill.cadx.editattachments
 

Methods in com.ptc.windchill.cadx.editattachments with parameters of type ContentHTTPStream
 void AddAttachmentTaskDelegate.processAction(ContentHTTPStream contentStream)
           
 

Uses of ContentHTTPStream in com.ptc.windchill.cadx.editattrs
 

Methods in com.ptc.windchill.cadx.editattrs with parameters of type ContentHTTPStream
 void EditAttributesFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in com.ptc.windchill.cadx.move
 

Methods in com.ptc.windchill.cadx.move with parameters of type ContentHTTPStream
 void WFMoveTaskDelegate.processAction(ContentHTTPStream contentStream)
           
 

Uses of ContentHTTPStream in com.ptc.windchill.cadx.multirevise
 

Methods in com.ptc.windchill.cadx.multirevise with parameters of type ContentHTTPStream
 void ReviseAllFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void MultiReviseFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in com.ptc.windchill.cadx.newcaddoc
 

Methods in com.ptc.windchill.cadx.newcaddoc with parameters of type ContentHTTPStream
 void NewCadDocFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in com.ptc.windchill.cadx.newcaddoctemplate
 

Methods in com.ptc.windchill.cadx.newcaddoctemplate with parameters of type ContentHTTPStream
 void CreateTemplateCADDocumentFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void CreateTemplateCADDocCloseWindowFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void CancelDocCloseWindowFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in com.ptc.windchill.cadx.newfolder
 

Methods in com.ptc.windchill.cadx.newfolder with parameters of type ContentHTTPStream
 void CreateSubFolderTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in com.ptc.windchill.cadx.newpart
 

Methods in com.ptc.windchill.cadx.newpart with parameters of type ContentHTTPStream
 void NewPartFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in com.ptc.windchill.cadx.placeHolder
 

Methods in com.ptc.windchill.cadx.placeHolder with parameters of type ContentHTTPStream
 void PlaceHolderTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

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

Methods in com.ptc.windchill.cadx.remove with parameters of type ContentHTTPStream
 void RemoveFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in com.ptc.windchill.cadx.rename
 

Methods in com.ptc.windchill.cadx.rename with parameters of type ContentHTTPStream
 void RenameFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in com.ptc.windchill.cadx.revise
 

Methods in com.ptc.windchill.cadx.revise with parameters of type ContentHTTPStream
 void ReviseFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

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

Methods in com.ptc.windchill.cadx.saveas with parameters of type ContentHTTPStream
 void SaveAsFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void RulesSectionTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in com.ptc.windchill.cadx.update
 

Methods in com.ptc.windchill.cadx.update with parameters of type ContentHTTPStream
 void UpdateWSFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

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

Methods in com.ptc.windchill.cadx.ws with parameters of type ContentHTTPStream
 void TablePreferenceTaskDelegate.processAction(ContentHTTPStream contentStream)
           
 void ProcessWsSelFormTaskDelegate.processAction(ContentHTTPStream contentStream)
           
 void CustomFilterTaskDelegate.processAction(ContentHTTPStream contentStream)
           
 

Uses of ContentHTTPStream in com.ptc.windchill.cadx.wsoption
 

Methods in com.ptc.windchill.cadx.wsoption with parameters of type ContentHTTPStream
 void WsConfigSpecPrefFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void GenWsprefFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in com.ptc.windchill.edaCompare
 

Methods in com.ptc.windchill.edaCompare with parameters of type ContentHTTPStream
 void EDACompareSearchTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in com.ptc.windchill.enterprise.prefs.server.processors
 

Methods in com.ptc.windchill.enterprise.prefs.server.processors with parameters of type ContentHTTPStream
 void EditPreferencesTaskDelegate.processAction(ContentHTTPStream contentStream)
          Processed the desired action and then updates the state so that the desired response page can be generated.
 

Uses of ContentHTTPStream in com.ptc.windchill.enterprise.templates
 

Methods in com.ptc.windchill.enterprise.templates with parameters of type ContentHTTPStream
 Properties EnableDelegate.processAction(Properties props, ContentHTTPStream contentStream, Locale locale)
           
 Properties DisableDelegate.processAction(Properties props, ContentHTTPStream contentStream, Locale locale)
           
 

Uses of ContentHTTPStream in com.ptc.windchill.enterprise.templates.doc.server.processors
 

Methods in com.ptc.windchill.enterprise.templates.doc.server.processors with parameters of type ContentHTTPStream
 void WTDocumentTemplateFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in com.ptc.windchill.uwgm.cadx.caddoc
 

Methods in com.ptc.windchill.uwgm.cadx.caddoc with parameters of type ContentHTTPStream
 void FamTabPrefTaskDelegate.processAction(ContentHTTPStream contentStream)
           
 

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

Methods in com.ptc.windchill.uwgm.cadx.cancelcheckout with parameters of type ContentHTTPStream
 void CancelCheckoutTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

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

Methods in com.ptc.windchill.uwgm.cadx.checkin with parameters of type ContentHTTPStream
 void CheckinFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

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

Methods in com.ptc.windchill.uwgm.cadx.checkout with parameters of type ContentHTTPStream
 boolean CheckoutWizardFormTaskDelegate.processStep(ContentHTTPStream contentStream)
           
 

Uses of ContentHTTPStream in com.ptc.windchill.uwgm.cadx.config
 

Methods in com.ptc.windchill.uwgm.cadx.config with parameters of type ContentHTTPStream
 void SetConfigurationTaskDelegate.processAction(ContentHTTPStream contentStream)
           
 

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

Methods in com.ptc.windchill.uwgm.cadx.multieditattr with parameters of type ContentHTTPStream
 void MultiEditAttrFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void MultiEditAttrCheckoutTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

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

Methods in com.ptc.windchill.uwgm.cadx.newcaddoc with parameters of type ContentHTTPStream
 boolean NewCadDocWizardFormTaskDelegate.processStep(ContentHTTPStream contentStream)
           
 

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

Methods in com.ptc.windchill.uwgm.cadx.update with parameters of type ContentHTTPStream
 boolean UpdateWizardFormTaskDelegate.processStep(ContentHTTPStream contentStream)
           
 void RedirectUpdateFormTaskDelegate.processAction(ContentHTTPStream contentStream)
           
 

Uses of ContentHTTPStream in wt.change2.htmlclient
 

Methods in wt.change2.htmlclient with parameters of type ContentHTTPStream
protected  void UpdateChangeRequestDelegate.saveChangeItem(ContentHTTPStream contentStream)
          Deprecated.  
protected  void UpdateChangeProposalDelegate.saveChangeItem(ContentHTTPStream contentStream)
          Deprecated.  
protected  void UpdateChangeOrderDelegate.saveChangeItem(ContentHTTPStream contentStream)
          Deprecated.  
protected  void UpdateChangeIssueDelegate.saveChangeItem(ContentHTTPStream contentStream)
          Deprecated.  
protected  void UpdateChangeInvestigationDelegate.saveChangeItem(ContentHTTPStream contentStream)
          Deprecated.  
 void UpdateChangeDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
protected abstract  void UpdateChangeDelegate.saveChangeItem(ContentHTTPStream contentStream)
          Deprecated.  
protected  void UpdateChangeDelegate.processRemainingFormData(ContentHTTPStream contentStream)
          Deprecated.  
protected  void UpdateChangeActivityDelegate.saveChangeItem(ContentHTTPStream contentStream)
          Deprecated.  
protected  void UpdateAnalysisActivityDelegate.saveChangeItem(ContentHTTPStream contentStream)
          Deprecated.  
 void SubmitChangeObjectDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void DeleteChangeProposalDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void DeleteChangeOrderDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void DeleteChangeInvestigationDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void DeleteChangeDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void DeleteChangeActivityDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void DeleteAnalysisActivityDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
protected  void CreateChangeRequestDelegate.saveChangeItem(ContentHTTPStream contentStream)
          Deprecated.  
protected  void CreateChangeProposalDelegate.saveChangeItem(ContentHTTPStream contentStream)
          Deprecated.  
protected  void CreateChangeOrderDelegate.saveChangeItem(ContentHTTPStream contentStream)
          Deprecated.  
protected  void CreateChangeIssueDelegate.saveChangeItem(ContentHTTPStream contentStream)
          Deprecated.  
protected  void CreateChangeInvestigationDelegate.saveChangeItem(ContentHTTPStream contentStream)
          Deprecated.  
 void CreateChangeDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
protected abstract  void CreateChangeDelegate.saveChangeItem(ContentHTTPStream contentStream)
          Deprecated.  
protected  void CreateChangeDelegate.processRemainingFormData(ContentHTTPStream contentStream)
          Deprecated.  
protected  void CreateChangeActivityDelegate.saveChangeItem(ContentHTTPStream contentStream)
          Deprecated.  
protected  void CreateAnalysisActivityDelegate.saveChangeItem(ContentHTTPStream contentStream)
          Deprecated.  
 void AddSubjectProductsDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void AddChangeIssuesDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void AddChangeablesDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in wt.clients.prefs
 

Methods in wt.clients.prefs with parameters of type ContentHTTPStream
 void EditPreferencesTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in wt.content
 

Fields in wt.content declared as ContentHTTPStream
(package private) static ContentHTTPStream ContentHTTPStreamHelper.contentStream
          Deprecated.  
 

Methods in wt.content with parameters of type ContentHTTPStream
 void PrimaryContentDataDelegate.processAction(ContentHTTPStream contentStream)
           
static void ContentHTTPStreamHelper.processContentStream(ContentHolder holder, ContentHTTPStream cs)
          Deprecated. Used to attach the content from the stream to a persisted ContentHolder.
 

Uses of ContentHTTPStream in wt.csm.html.query
 

Methods in wt.csm.html.query with parameters of type ContentHTTPStream
 void SearchTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void FuncEqSearchTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void FuncEqChangeUnitsTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void FindNodeTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void ChangeUnitsTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in wt.dataops.containermove.processors
 

Methods in wt.dataops.containermove.processors with parameters of type ContentHTTPStream
 boolean MoveTaskDelegate.processStep(ContentHTTPStream contentStream)
           
 

Uses of ContentHTTPStream in wt.dataops.delete.processors
 

Methods in wt.dataops.delete.processors with parameters of type ContentHTTPStream
 boolean DeleteTaskDelegate.processStep(ContentHTTPStream contentStream)
           
 

Uses of ContentHTTPStream in wt.doc
 

Methods in wt.doc with parameters of type ContentHTTPStream
 void WTDocumentRedirectTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void WTDocumentFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void UndoCheckoutDocumentDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 Properties SetDocConfigSpecDelegate.processAction(Properties props, ContentHTTPStream contentStream, Locale locale)
          Process the given form data and create the resulting configuration specification.
 void ReviseDocumentDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void RenameDocumentDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void MoveDocumentDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 Properties GetContentDelegate.processAction(Properties props, ContentHTTPStream contentStream, Locale locale)
           
 void DeleteDocumentDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 Properties CreateDocumentDelegate.processAction(Properties props, ContentHTTPStream contentStream, Locale locale)
           
 Properties CheckInDocumentDelegate.processAction(Properties props, ContentHTTPStream contentStream, Locale locale)
           
 

Uses of ContentHTTPStream in wt.eff
 

Methods in wt.eff with parameters of type ContentHTTPStream
 void SetEffTaskDelegate.processAction(ContentHTTPStream contentStream)
          

Supported API: false
 void ChangeOrderAddEffTaskDelegate.processAction(ContentHTTPStream contentStream)
          

Supported API: false
 void ChangeActivityAddEffTaskDelegate.processAction(ContentHTTPStream contentStream)
          

Supported API: false
 void AddEffTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void SetEffTaskDelegate.processAction(ContentHTTPStream contentStream)
          

Supported API: false
 void ChangeOrderAddEffTaskDelegate.processAction(ContentHTTPStream contentStream)
          

Supported API: false
 void ChangeActivityAddEffTaskDelegate.processAction(ContentHTTPStream contentStream)
          

Supported API: false
 void AddEffTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in wt.effectivity
 

Methods in wt.effectivity with parameters of type ContentHTTPStream
 void UpdateWTProductInstanceFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void DeleteWTProductInstanceFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void CreateWTProductInstanceFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in wt.enterprise
 

Methods in wt.enterprise with parameters of type ContentHTTPStream
protected static void URLProcessor.processAction(HTTPState httpState, HTTPRequest request, ContentHTTPStream contentStream)
          Deprecated.  
 Properties SubmitDelegate.processAction(Properties props, ContentHTTPStream contentStream, Locale locale)
           
 Properties SaveAsDocumentDelegate.processAction(Properties props, ContentHTTPStream contentStream, Locale locale)
           
 void IBADisplayUnitsFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 Properties FormActionDelegate.processAction(Properties props, ContentHTTPStream contentStream, Locale locale)
          Deprecated.  
 Properties CheckOutLFHDelegate.processAction(Properties props, ContentHTTPStream contentStream, Locale locale)
           
 Properties CheckOutDelegate.processAction(Properties props, ContentHTTPStream contentStream, Locale locale)
           
 

Uses of ContentHTTPStream in wt.federation.admin
 

Methods in wt.federation.admin with parameters of type ContentHTTPStream
 Properties ViewTranslationsDelegate.processAction(Properties props, ContentHTTPStream contentStream, Locale locale)
           
 Properties UpdateIETranslationsDelegate.processAction(Properties props, ContentHTTPStream contentStream, Locale locale)
           
 Properties UpdateIEServiceDelegate.processAction(Properties props, ContentHTTPStream contentStream, Locale locale)
           
 Properties UpdateDirTranslationsDelegate.processAction(Properties props, ContentHTTPStream contentStream, Locale locale)
           
 Properties UpdateDirServiceDelegate.processAction(Properties props, ContentHTTPStream contentStream, Locale locale)
           
 Properties FederationAdminDeleteDelegate.processAction(Properties props, ContentHTTPStream contentStream, Locale locale)
           
 Properties EditFederatedServiceUrlsDelegate.processAction(Properties props, ContentHTTPStream contentStream, Locale locale)
           
 Properties CreateIETranslationsDelegate.processAction(Properties props, ContentHTTPStream contentStream, Locale locale)
           
 Properties CreateIEServiceDelegate.processAction(Properties props, ContentHTTPStream contentStream, Locale locale)
           
 Properties CreateDirTranslationsDelegate.processAction(Properties props, ContentHTTPStream contentStream, Locale locale)
           
 Properties CreateDirServiceDelegate.processAction(Properties props, ContentHTTPStream contentStream, Locale locale)
           
 

Uses of ContentHTTPStream in wt.lifecycle
 

Methods in wt.lifecycle with parameters of type ContentHTTPStream
 void LifeCycleTaskCompleteDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void LifeCycleTaskCompleteDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in wt.notify
 

Methods in wt.notify with parameters of type ContentHTTPStream
 void SubscriptionTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in wt.part
 

Methods in wt.part with parameters of type ContentHTTPStream
 void SetPlannedIncorporationFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void SetIncorporatedFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void DefinePartSubstitutesTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void DefinePartAlternatesTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void CreateSubstituteLinksTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void CreateAlternateLinksTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in wt.query.template
 

Methods in wt.query.template with parameters of type ContentHTTPStream
 void ReportTemplateExecuteFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void ReportTemplateExecuteFormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in wt.templateutil.processor
 

Methods in wt.templateutil.processor with parameters of type ContentHTTPStream
 void NavigateFoldersTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
abstract  void FormTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void CreateWTDocumentTaskDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in wt.vc.config
 

Methods in wt.vc.config with parameters of type ContentHTTPStream
 Properties SetProductInstanceConfigSpecDelegate.processAction(Properties props, ContentHTTPStream contentStream, Locale locale)
          Process the given form data and create the resulting configuration specification.
 Properties SetConfigSpecDelegate.processAction(Properties props, ContentHTTPStream contentStream, Locale locale)
          Process the given form data and create the resulting configuration specification.
 

Uses of ContentHTTPStream in wt.workflow.forum
 

Methods in wt.workflow.forum with parameters of type ContentHTTPStream
 void ForumNotificationDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 void ForumNotificationDelegate.processAction(ContentHTTPStream contentStream)
          Deprecated.  
 

Uses of ContentHTTPStream in wt.workflow.work
 

Methods in wt.workflow.work with parameters of type ContentHTTPStream
protected static void WorkItemURLProcessor.processAction(HTTPState httpState, HTTPRequest request, ContentHTTPStream contentStream, boolean processLocally)
           
 

Uses of ContentHTTPStream in wt.workflow.worklist
 

Methods in wt.workflow.worklist with parameters of type ContentHTTPStream
 void WorkListActionDelegate.processAction(ContentHTTPStream contentStream)
           
 void UpdateDueDateDelegate.processAction(ContentHTTPStream contentStream)
           
 void TaskCompleteDelegate.processAction(ContentHTTPStream contentStream)
           
 void ReassignDelegate.processAction(ContentHTTPStream contentStream)
           
 void ApplyLayoutDelegate.processAction(ContentHTTPStream contentStream)
           
 void AdHocActivitiesTaskDelegate.processAction(ContentHTTPStream contentStream)
          

Supported API: false