![]() |
T4EA
AIG_19.2 C8891 A24697
Teamcenter Gateway for Enterprise Applications API Reference
|
Functions | |
checkActiveEASystemForTargetTypeName TargetTypeName | |
Customer specific procedure to connect to the EA system. This procedure may either check the connection, login with the given credentials or just return LOGON_OK. More... | |
checkConnection2EA4Session SessionId ?Mode? ?TargetTypeName? ?Action? args | |
Customer specific userexit to overwrite the current stored EA login info's for a given Teamcenter Session and tests the connection. This function is used by the T4EA-validate-EALogon handler. More... | |
checkConnection2EA4Transaction SessionId TransactionId ?Mode? ?TargetTypeName? ?Action? args | |
Customer specific userexit to overwrite the current stored EA login info's for a given Teamcenter Session Id and tests the connection. More... | |
connectEA ?User? ?Password? ?System? ?ConnectString? ?Language? args | |
Customer specific procedure to connect to the EA system. This procedure may either check the connection, login with the given credentials or just return LOGON_OK. More... | |
getTargetTypeNames4Connection EASystemId | |
returns the valid TargetTypeNames for a connection identifier. More... | |
isIgnoredTargetTypeName TargetTypeName | |
Customer specific procedure to identify connections that do not require an active connection. More... | |
JMSDummyConnect User Password System ConnectString Language args | |
a dummy procedure fulfilling the need to have a ConnectProcedure More... | |
Variables | |
EASystemMap | |
Maps an EA connection identifier (may contain the wildcard "*") to the connection information. More... | |
IgnoredTargetTypeNames | |
TargetTypeNames for EA connections with hard coded connection parameters and credentials (e.g. file import/export) More... | |
T4EA::CONNECTION2EA::CUSTOM::MAPPING::checkActiveEASystemForTargetTypeName | TargetTypeName | ||
Customer specific procedure to connect to the EA system. This procedure may either check the connection, login with the given credentials or just return LOGON_OK.
TargetTypeName | name to check if it is allowed on the active connection |
T4EA::CONNECTION2EA::CUSTOM::MAPPING::checkConnection2EA4Session | SessionId ?Mode? ?TargetTypeName? ?Action? args | ||
Customer specific userexit to overwrite the current stored EA login info's for a given Teamcenter Session and tests the connection. This function is used by the T4EA-validate-EALogon handler.
SessionId | unique session ID for the users teamcenter session |
Mode | Transfer mode like WORKFLOW, PORTAL, BATCH, RTP, LOV, ... default = "*" for all. |
TargetTypeName | EA target object type like MM, ECM, ... default = "*" for all. |
Action | transfer action in the GUI like CREATE, CHANGE, ... default = "*" for all. |
args | additional arguments, currently unused |
T4EA::CONNECTION2EA::CUSTOM::MAPPING::checkConnection2EA4Transaction | SessionId TransactionId ?Mode? ?TargetTypeName? ?Action? args | ||
Customer specific userexit to overwrite 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 |
TransactionId | unique logfile name to log messages in the trans log file |
Mode | Transfer mode like WORKFLOW, PORTAL, BATCH, RTP, LOV, ... default = "*" for all. |
TargetTypeName | EA target object type like MM, ECM, ... default = "*" for all. |
Action | transfer action in the GUI like CREATE, CHANGE, ... default = "*" for all. |
args | additional arguments, currently unused |
T4EA::CONNECTION2EA::CUSTOM::MAPPING::connectEA | ?User? ?Password? ?System? ?ConnectString? ?Language? args | ||
Customer specific procedure to connect to the EA system. This procedure may either check the connection, login with the given credentials or just return LOGON_OK.
User | User name |
Password | clear text password |
System | System Identifier |
ConnectString | technical connection endpoint (e.g. a URL for a web service, a database connect string, a file name, etc.) |
Language | language to use for session |
args | additional arguments (unused) |
T4EA::CONNECTION2EA::CUSTOM::MAPPING::getTargetTypeNames4Connection | EASystemId | ||
returns the valid TargetTypeNames for a connection identifier.
EASystemId | a connection identifier |
T4EA::CONNECTION2EA::CUSTOM::MAPPING::isIgnoredTargetTypeName | TargetTypeName | ||
Customer specific procedure to identify connections that do not require an active connection.
TargetTypeName | name to check |
T4EA::CONNECTION2EA::CUSTOM::MAPPING::JMSDummyConnect | User Password System ConnectString Language args | ||
a dummy procedure fulfilling the need to have a ConnectProcedure
|
static |
Maps an EA connection identifier (may contain the wildcard "*") to the connection information.
Keys in the sub-dictionaries can be:
This dictionary is only important for automatic EA connection handling.
|
static |
TargetTypeNames for EA connections with hard coded connection parameters and credentials (e.g. file import/export)