com.ptc.core.ca.web.client.environment
Class WebRequestData

java.lang.Object
  extended by com.ptc.core.ca.web.client.environment.WebRequestData
All Implemented Interfaces:
CoRequestData

Deprecated.

@Deprecated
public class WebRequestData
extends Object
implements CoRequestData

This class is a web specific implementation of the request data.

Supported API: true

Extendable: false


Field Summary
 
Fields inherited from interface com.ptc.core.ca.co.client.environment.CoRequestData
ANY_DATA, CURRENT_ELEMENT, FRAME, INSTRUCTIONS, LOCALE, URL_FACTORY
 
Method Summary
 HashMap getAnyData()
          Deprecated. Gets the value of the attribute: anyData; the map to contain arbitrary data with request scope.
 CoElement getCurrentElement()
          Deprecated. Gets the value of the attribute: currentElement; the current element

Supported API: true
 CoFrame getFrame()
          Deprecated. Gets the value of the attribute: frame; the frame element for this request

Supported API: true
 CoAction getInPlaceAction()
          Deprecated. Gets the value of the attribute: inPlaceAction; the in-place action that was triggered to perform an operation.
 WTMessage getInPlaceActionInfo()
          Deprecated. Gets the value of the attribute: inPlaceActionInfo; the message that resulted in the execution of the operation due to the triggering of the in-place action.
 ArrayList getInstructions()
          Deprecated. Gets the value of the attribute: instructions; the list of instructions.
 Locale getLocale()
          Deprecated. Gets the value of the attribute: locale; the locale for this request

Supported API: true
 URLFactory getUrlFactory()
          Deprecated. Gets the value of the attribute: urlFactory; the instance of URL factory to construct HREfs to Windchill resources

Supported API: true
 void setAnyData(HashMap a_AnyData)
          Deprecated. Sets the value of the attribute: anyData; the map to contain arbitrary data with request scope.
 void setCurrentElement(CoElement a_CurrentElement)
          Deprecated. Sets the value of the attribute: currentElement; the current element

Supported API: true
 void setFrame(CoFrame a_Frame)
          Deprecated. Sets the value of the attribute: frame; the frame element for this request

Supported API: true
 void setInPlaceAction(CoAction a_InPlaceAction)
          Deprecated. Sets the value of the attribute: inPlaceAction; the in-place action that was triggered to perform an operation.
 void setInPlaceActionInfo(WTMessage a_InPlaceActionInfo)
          Deprecated. Sets the value of the attribute: inPlaceActionInfo; the message that resulted in the execution of the operation due to the triggering of the in-place action.
 void setInstructions(ArrayList a_Instructions)
          Deprecated. Sets the value of the attribute: instructions; the list of instructions.
 void setLocale(Locale a_Locale)
          Deprecated. Sets the value of the attribute: locale; the locale for this request

Supported API: true
 void setUrlFactory(URLFactory a_UrlFactory)
          Deprecated. Sets the value of the attribute: urlFactory; the instance of URL factory to construct HREfs to Windchill resources

Supported API: true
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInPlaceAction

public CoAction getInPlaceAction()
Deprecated. 
Gets the value of the attribute: inPlaceAction; the in-place action that was triggered to perform an operation.

Supported API: true

Returns:
CoAction

setInPlaceAction

public void setInPlaceAction(CoAction a_InPlaceAction)
Deprecated. 
Sets the value of the attribute: inPlaceAction; the in-place action that was triggered to perform an operation.

Supported API: true

Parameters:
a_InPlaceAction -

getInPlaceActionInfo

public WTMessage getInPlaceActionInfo()
Deprecated. 
Gets the value of the attribute: inPlaceActionInfo; the message that resulted in the execution of the operation due to the triggering of the in-place action.

Supported API: true

Returns:
WTMessage

setInPlaceActionInfo

public void setInPlaceActionInfo(WTMessage a_InPlaceActionInfo)
Deprecated. 
Sets the value of the attribute: inPlaceActionInfo; the message that resulted in the execution of the operation due to the triggering of the in-place action.

Supported API: true

Parameters:
a_InPlaceActionInfo -

getUrlFactory

public URLFactory getUrlFactory()
Deprecated. 
Gets the value of the attribute: urlFactory; the instance of URL factory to construct HREfs to Windchill resources

Supported API: true

Specified by:
getUrlFactory in interface CoRequestData
Returns:
URLFactory

setUrlFactory

public void setUrlFactory(URLFactory a_UrlFactory)
Deprecated. 
Sets the value of the attribute: urlFactory; the instance of URL factory to construct HREfs to Windchill resources

Supported API: true

Specified by:
setUrlFactory in interface CoRequestData
Parameters:
a_UrlFactory -

getFrame

public CoFrame getFrame()
Deprecated. 
Gets the value of the attribute: frame; the frame element for this request

Supported API: true

Specified by:
getFrame in interface CoRequestData
Returns:
CoFrame

setFrame

public void setFrame(CoFrame a_Frame)
Deprecated. 
Sets the value of the attribute: frame; the frame element for this request

Supported API: true

Specified by:
setFrame in interface CoRequestData
Parameters:
a_Frame -

getCurrentElement

public CoElement getCurrentElement()
Deprecated. 
Gets the value of the attribute: currentElement; the current element

Supported API: true

Specified by:
getCurrentElement in interface CoRequestData
Returns:
CoElement

setCurrentElement

public void setCurrentElement(CoElement a_CurrentElement)
Deprecated. 
Sets the value of the attribute: currentElement; the current element

Supported API: true

Specified by:
setCurrentElement in interface CoRequestData
Parameters:
a_CurrentElement -

getLocale

public Locale getLocale()
Deprecated. 
Gets the value of the attribute: locale; the locale for this request

Supported API: true

Specified by:
getLocale in interface CoRequestData
Returns:
Locale

setLocale

public void setLocale(Locale a_Locale)
Deprecated. 
Sets the value of the attribute: locale; the locale for this request

Supported API: true

Specified by:
setLocale in interface CoRequestData
Parameters:
a_Locale -

getInstructions

public ArrayList getInstructions()
Deprecated. 
Gets the value of the attribute: instructions; the list of instructions. Contains instances of CoInstruction.

Supported API: true

Specified by:
getInstructions in interface CoRequestData
Returns:
ArrayList
See Also:
CoInstruction

setInstructions

public void setInstructions(ArrayList a_Instructions)
Deprecated. 
Sets the value of the attribute: instructions; the list of instructions. Contains instances of CoInstruction.

Supported API: true

Specified by:
setInstructions in interface CoRequestData
Parameters:
a_Instructions -
See Also:
CoInstruction

getAnyData

public HashMap getAnyData()
Deprecated. 
Gets the value of the attribute: anyData; the map to contain arbitrary data with request scope.

Supported API: true

Specified by:
getAnyData in interface CoRequestData
Returns:
HashMap

setAnyData

public void setAnyData(HashMap a_AnyData)
Deprecated. 
Sets the value of the attribute: anyData; the map to contain arbitrary data with request scope.

Supported API: true

Specified by:
setAnyData in interface CoRequestData
Parameters:
a_AnyData -