|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@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 |
|---|
static final String URL_FACTORY
static final String FRAME
static final String CURRENT_ELEMENT
static final String LOCALE
static final String INSTRUCTIONS
CoInstruction.
CoInstruction,
Constant Field Valuesstatic final String ANY_DATA
| Method Detail |
|---|
URLFactory getUrlFactory()
void setUrlFactory(URLFactory a_UrlFactory)
a_UrlFactory - CoFrame getFrame()
void setFrame(CoFrame a_Frame)
a_Frame - CoElement getCurrentElement()
void setCurrentElement(CoElement a_CurrentElement)
a_CurrentElement - Locale getLocale()
void setLocale(Locale a_Locale)
a_Locale - ArrayList getInstructions()
CoInstruction.
CoInstructionvoid setInstructions(ArrayList a_Instructions)
CoInstruction.
a_Instructions - CoInstructionHashMap getAnyData()
void setAnyData(HashMap a_AnyData)
a_AnyData -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||