com.ptc.core.ca.co.client.environment
Interface CoRequestData

All Known Implementing Classes:
WebRequestData

Deprecated.

@Deprecated
public interface CoRequestData

the storage with conceptual request scope.

Supported API: true

Extendable: false


Field Summary
static String ANY_DATA
          Deprecated. Label for the attribute; the map to contain arbitrary data with request scope.
static String CURRENT_ELEMENT
          Deprecated. Label for the attribute; the current element

Supported API: true
static String FRAME
          Deprecated. Label for the attribute; the frame element for this request

Supported API: true
static String INSTRUCTIONS
          Deprecated. Label for the attribute; the list of instructions.
static String LOCALE
          Deprecated. Label for the attribute; the locale for this request

Supported API: true
static String URL_FACTORY
          Deprecated. Label for the attribute; the instance of URL factory to construct HREfs to Windchill resources

Supported API: true
 
Method Summary
 HashMap getAnyData()
          Deprecated. Gets the value of the attribute: ANY_DATA.
 CoElement getCurrentElement()
          Deprecated. Gets the value of the attribute: CURRENT_ELEMENT.
 CoFrame getFrame()
          Deprecated. Gets the value of the attribute: FRAME.
 ArrayList getInstructions()
          Deprecated. Gets the value of the attribute: INSTRUCTIONS.
 Locale getLocale()
          Deprecated. Gets the value of the attribute: LOCALE.
 URLFactory getUrlFactory()
          Deprecated. Gets the value of the attribute: URL_FACTORY.
 void setAnyData(HashMap a_AnyData)
          Deprecated. Sets the value of the attribute: ANY_DATA.
 void setCurrentElement(CoElement a_CurrentElement)
          Deprecated. Sets the value of the attribute: CURRENT_ELEMENT.
 void setFrame(CoFrame a_Frame)
          Deprecated. Sets the value of the attribute: FRAME.
 void setInstructions(ArrayList a_Instructions)
          Deprecated. Sets the value of the attribute: INSTRUCTIONS.
 void setLocale(Locale a_Locale)
          Deprecated. Sets the value of the attribute: LOCALE.
 void setUrlFactory(URLFactory a_UrlFactory)
          Deprecated. Sets the value of the attribute: URL_FACTORY.
 

Field Detail

URL_FACTORY

static final String URL_FACTORY
Deprecated. 
Label for the attribute; the instance of URL factory to construct HREfs to Windchill resources

Supported API: true

See Also:
Constant Field Values

FRAME

static final String FRAME
Deprecated. 
Label for the attribute; the frame element for this request

Supported API: true

See Also:
Constant Field Values

CURRENT_ELEMENT

static final String CURRENT_ELEMENT
Deprecated. 
Label for the attribute; the current element

Supported API: true

See Also:
Constant Field Values

LOCALE

static final String LOCALE
Deprecated. 
Label for the attribute; the locale for this request

Supported API: true

See Also:
Constant Field Values

INSTRUCTIONS

static final String INSTRUCTIONS
Deprecated. 
Label for the attribute; the list of instructions. Contains instances of CoInstruction.

Supported API: true

See Also:
CoInstruction, Constant Field Values

ANY_DATA

static final String ANY_DATA
Deprecated. 
Label for the attribute; the map to contain arbitrary data with request scope.

Supported API: true

See Also:
Constant Field Values
Method Detail

getUrlFactory

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

Supported API: true

Returns:
URLFactory

setUrlFactory

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

Supported API: true

Parameters:
a_UrlFactory -

getFrame

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

Supported API: true

Returns:
CoFrame

setFrame

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

Supported API: true

Parameters:
a_Frame -

getCurrentElement

CoElement getCurrentElement()
Deprecated. 
Gets the value of the attribute: CURRENT_ELEMENT. the current element

Supported API: true

Returns:
CoElement

setCurrentElement

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

Supported API: true

Parameters:
a_CurrentElement -

getLocale

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

Supported API: true

Returns:
Locale

setLocale

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

Supported API: true

Parameters:
a_Locale -

getInstructions

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

Supported API: true

Returns:
ArrayList
See Also:
CoInstruction

setInstructions

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

Supported API: true

Parameters:
a_Instructions -
See Also:
CoInstruction

getAnyData

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

Supported API: true

Returns:
HashMap

setAnyData

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

Supported API: true

Parameters:
a_AnyData -