|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.web.client.environment.WebRequestData
@Deprecated public class WebRequestData
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 |
|---|
public CoAction getInPlaceAction()
public void setInPlaceAction(CoAction a_InPlaceAction)
a_InPlaceAction - public WTMessage getInPlaceActionInfo()
public void setInPlaceActionInfo(WTMessage a_InPlaceActionInfo)
a_InPlaceActionInfo - public URLFactory getUrlFactory()
getUrlFactory in interface CoRequestDatapublic void setUrlFactory(URLFactory a_UrlFactory)
setUrlFactory in interface CoRequestDataa_UrlFactory - public CoFrame getFrame()
getFrame in interface CoRequestDatapublic void setFrame(CoFrame a_Frame)
setFrame in interface CoRequestDataa_Frame - public CoElement getCurrentElement()
getCurrentElement in interface CoRequestDatapublic void setCurrentElement(CoElement a_CurrentElement)
setCurrentElement in interface CoRequestDataa_CurrentElement - public Locale getLocale()
getLocale in interface CoRequestDatapublic void setLocale(Locale a_Locale)
setLocale in interface CoRequestDataa_Locale - public ArrayList getInstructions()
CoInstruction.
getInstructions in interface CoRequestDataCoInstructionpublic void setInstructions(ArrayList a_Instructions)
CoInstruction.
setInstructions in interface CoRequestDataa_Instructions - CoInstructionpublic HashMap getAnyData()
getAnyData in interface CoRequestDatapublic void setAnyData(HashMap a_AnyData)
setAnyData in interface CoRequestDataa_AnyData -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||