![]() |
T4EA
AIG_19.2 C8891 A24697
Teamcenter Gateway for Enterprise Applications API Reference
|
Namespaces | |
BOM | |
CONNECTION2EA | |
CUSTOM | |
GENBOM | |
GENOBJ | |
JDBC | |
PROP | |
QUERY | |
Functions | |
checkEAPassword SessionId System Product User Passwd args | |
Sets the active connection to the preferred connection for the given session type and then tries a login on this connection. More... | |
getLocalizationString strKey args | |
Returns an internationalized string for the key. More... | |
T4EA::checkEAPassword | SessionId System Product User Passwd args | ||
Sets the active connection to the preferred connection for the given session type and then tries a login on this connection.
The active connection is reset afterwards.
SessionId | ID of the session |
System | the EA system identifier |
Product | one of T4EA, T4S, etc. |
User | EA user |
Passwd | Password for the EA user |
args | currently unused |
T4EA::getLocalizationString | strKey args | ||
Returns an internationalized string for the key.
This procedure uses the translations from var/lang for TCL internationalization.
strKey | key to be translated |
args | positional parameters to be set in the resulting string (in TCL "format"/C "sprintf" style, use Javascript \u escapes for non-ASCII characters!) |