![]() |
T4EA
AIG_19.2 C8891 A24697
Teamcenter Gateway for Enterprise Applications API Reference
|
Namespaces | |
CUSTOM | |
Functions | |
checkConnection2EA ?Mode? ?TargetType? ?TransAction? | |
Read the current stored EA login info's and tests the connection. More... | |
checkConnection2EA4Batchjob SessionId ?Mode? ?TargetType? ?TransAction? | |
Read the current stored EA login info's for a given Teamcenter Session Id and tests the connection. More... | |
checkConnection2EA4Session SessionId ?Mode? ?TargetType? ?TransAction? | |
Read the current stored EA login info for a given Teamcenter Session Id and tests the connection. More... | |
checkConnection2EA4Transaction SessionId TransactionId ?Mode? ?TargetType? ?TransAction? | |
Read the current stored EA login info for a given Teamcenter Session Id and tests the connection. More... | |
deleteConnectionInfo System ?Mode? ?TargetType? ?TransAction? | |
deleteConnectionInfo deletes the EA connection info from the internal shared memory buffer More... | |
getCurrentEAInfo Key | |
get connection info of given type for the current connection More... | |
selectActiveConnection2EA SessionId EASystem ?Dummy? args | |
defines given EA System as active More... | |
setConnectString System ConnectString | |
setConnectString stores the connection info into the internal shared memory buffer More... | |
testEALogin args | |
testEALogin read the current stored EA login info for the testscript env and tests the connection More... | |
verifyConnection2EASytem4Session SessionId EASystem Dummy ?Mode? ?TargetType? ?TransAction? | |
Read the current stored EA login info's for a given Teamcenter Session Id, EA System and tests the connection. More... | |
T4EA::CONNECTION2EA::checkConnection2EA | ?Mode? ?TargetType? ?TransAction? | ||
Read the current stored EA login info's and tests the connection.
Mode | Transfer mode like WORKFLOW, PORTAL, BATCH, RTP, LOV, ... default = "*" for all. |
TargetType | EA target object type like Item, BOM, ... default = "*" for all. |
TransAction | transfer action in the GUI like CREATE, CHANGE, ... default = "*" for all. |
T4EA::CONNECTION2EA::checkConnection2EA4Batchjob | SessionId ?Mode? ?TargetType? ?TransAction? | ||
Read the current stored EA login info's for a given Teamcenter Session Id and tests the connection.
SessionId | unique session ID for the users teamcenter session |
Mode | Transfer mode like WORKFLOW, PORTAL, BATCH, RTP, LOV, ... default = "*" for all. |
TargetType | EA target object type like ITEM, BOM, ... default = "*" for all. |
TransAction | transfer action in the GUI like CREATE, CHANGE, ... default = "*" for all. |
T4EA::CONNECTION2EA::checkConnection2EA4Session | SessionId ?Mode? ?TargetType? ?TransAction? | ||
Read the current stored EA login info for a given Teamcenter Session Id and tests the connection.
SessionId | unique session ID for the users teamcenter session |
Mode | Transfer mode like WORKFLOW, PORTAL, BATCH, RTP, LOV, ... default = "*" for all. |
TargetType | EA target object type like Item, BOM, ... default = "*" for all. |
TransAction | transfer action in the GUI like CREATE, CHANGE, ... default = "*" for all. |
T4EA::CONNECTION2EA::checkConnection2EA4Transaction | SessionId TransactionId ?Mode? ?TargetType? ?TransAction? | ||
Read the current stored EA login info for a given Teamcenter Session Id and tests the connection.
TransactionId | unique logfile name to log messages in the trans log file |
SessionId | unique session ID for the users teamcenter session |
Mode | Transfer mode like WORKFLOW, PORTAL, BATCH, RTP, LOV, ... default = "*" for all. |
TargetType | EA target object type like ITEM, BOM, ... default = "*" for all. |
TransAction | transfer action in the GUI like CREATE, CHANGE, ... default = "*" for all. |
T4EA::CONNECTION2EA::deleteConnectionInfo | System ?Mode? ?TargetType? ?TransAction? | ||
deleteConnectionInfo deletes the EA connection info from the internal shared memory buffer
System | |
Mode | Transfer mode like WORKFLOW, PORTAL, BATCH, RTP, LOV, ... default = "*" for all. |
TargetType | EA target object type like Product, ... default = "*" for all. |
TransAction | transfer action in the GUI like CREATE, CHANGE, ... default = "*" for all. |
T4EA::CONNECTION2EA::getCurrentEAInfo | Key | ||
get connection info of given type for the current connection
Key | Possible values: EAConnectString EAUser EAPassword EASystem EALanguage. |
T4EA::CONNECTION2EA::selectActiveConnection2EA | SessionId EASystem ?Dummy? args | ||
defines given EA System as active
SessionId | Unique session ID for the users teamcenter session or if you specific "*" the default connection for all sessions. |
EASystem | name of the EA system to verify |
Dummy | not used yet |
args | unused |
T4EA::CONNECTION2EA::setConnectString | System ConnectString | ||
setConnectString stores the connection info into the internal shared memory buffer
System | Identifier (name for an EA system) |
ConnectString | technical connection endpoint (e.g. a URL for a web service, a database connect string, a file name, etc.) |
T4EA::CONNECTION2EA::testEALogin | args | ||
testEALogin read the current stored EA login info for the testscript env and tests the connection
This is a test procedure and should only be used in scripts!
args | unused |
T4EA::CONNECTION2EA::verifyConnection2EASytem4Session | SessionId EASystem Dummy ?Mode? ?TargetType? ?TransAction? | ||
Read the current stored EA login info's for a given Teamcenter Session Id, EA System and tests the connection.
SessionId | unique session ID for the users teamcenter session |
EASystem | name of the EA system to verify |
Dummy | not used yet |
Mode | Transfer mode like WORKFLOW, PORTAL, BATCH, RTP, LOV, ... default = "*" for all. |
TargetType | EA target object type like Item, BOM, ... default = "*" for all. |
TransAction | transfer action in the GUI like CREATE, CHANGE, ... default = "*" for all. (currently ignored by T4EA) |