|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Translate back and forth from Windchill attribute names to an application
like Microsoft Office Integration attribute names.
Supported API: false
Extendable: false
Method Summary | |
ClientConfiguration |
getClientConfiguration(Locale locale)
Return the configuration information for this specific application. |
HashMap |
getObjectAttributes(WTObject object,
Locale locale)
From a WTObject return a Hashmap which contains the name value pairs of the attributes from the application and the values. |
HashMap |
getSpecificObjectAttributes(WTObject object,
String[] attributeList,
Locale locale)
From a WTObject return a Hashmap which contains the name value pairs of the attributes from the application and the values. |
HashMap |
mapToApplicationNames(WTObject object,
HashMap nameValueData)
Pass in the HashMap of name/values of Windchill attributes and return the HashMap of the corresponding Application names to the values. |
HashMap |
mapToWindchillNames(WTObject object,
HashMap nameValueData,
Locale locale)
Pass in the HashMap of name/values from the application attributes and return the HashMap of the corresponding Windchill names to the values. |
Method Detail |
public HashMap getObjectAttributes(WTObject object, Locale locale) throws WTException
object
- locale
- The locale of the client, so that any attributes values that need to be processed for display can be handled.
WTException
public HashMap mapToWindchillNames(WTObject object, HashMap nameValueData, Locale locale) throws WTException
object
- Soft type to use for the document.nameValueData
- Name value pairs of application attributes to map to Windchill name value pairs.locale
- The locale of the client, used to return some of the strings in the locale of the client.
WTException
public HashMap mapToApplicationNames(WTObject object, HashMap nameValueData) throws WTException
object
- Document object to use as soft type.nameValueData
- Name value pairs of Windchill attributes to map to application name value pairs.
WTException
public ClientConfiguration getClientConfiguration(Locale locale) throws WTException
locale
- Locale of the client.
WTException
public HashMap getSpecificObjectAttributes(WTObject object, String[] attributeList, Locale locale) throws WTException
object
- attributeList
- List of Windchill names for attributes to be returned. Some of these attributes are made up names to get at specific information that processing has been added to this method to handle.locale
- The locale of the client, so that any attributes values that need to be processed for display can be handled.
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |