![]() |
T4EA
AIG_19.2 C8891 A24697
Teamcenter Gateway for Enterprise Applications API Reference
|
Functions | |
callCustomerRuleHandler TransactionId Action RuleName ItemType ItemRevisionType args | |
Customer specific object RuleHandler function template. More... | |
checkConnection2EA4Transaction SessionId TransactionId TargetTypeName Mode ObjectType Action ItemType ItemRevisionType | |
Customer specific connection check. More... | |
EA_Object2TC_Object TransactionId TargetTypeName Status ObjectKey args | |
Customer specific object reverse mapping function for TargetTypeName. More... | |
getObjectInfo TransactionId TargetTypeName ObjectKey args | |
Customer specific Mapping function to retrieve the object information from EA. More... | |
performTransfer TransactionId TargetTypeName args | |
Customer specific function to perform the actual transfer to the EA system. More... | |
TC_Object2EA_Object TransactionId TargetTypeName ItemType ItemRevisionType args | |
Customer specific object mapping function for TargetTypeName. More... | |
Variables | |
ERPInputDat | |
This variable stores the input to the target EA system. More... | |
ERPMatNo | |
ERPOutputDat | |
Variable to store the output of the EA call. More... | |
Mode | |
Mode of the export: UPDATE or CREATE. More... | |
T4EA::GENOBJ::CUSTOM::MAPPING::callCustomerRuleHandler | TransactionId Action RuleName ItemType ItemRevisionType args | ||
T4EA::GENOBJ::CUSTOM::MAPPING::checkConnection2EA4Transaction | SessionId TransactionId TargetTypeName Mode ObjectType Action ItemType ItemRevisionType | ||
Customer specific connection check.
SessionId | unique session ID for the users teamcenter session |
TransactionId | unique ID for the transfer transaction |
TargetTypeName | specified transaction target type name for generic TC object transfer |
Mode | Transfer mode like WORKFLOW, PORTAL, BATCH, RTP, LOV, ...; default = "*" for all. |
ObjectType | EA target object type like MM, ECM, ...; default = "*" for all. |
Action | transfer action in the GUI like CREATE, CHANGE, ...; default = "*" for all. |
ItemType | type of item to transfer |
ItemRevisionType | type of item revision to transfer |
T4EA::GENOBJ::CUSTOM::MAPPING::EA_Object2TC_Object | TransactionId TargetTypeName Status ObjectKey args | ||
T4EA::GENOBJ::CUSTOM::MAPPING::getObjectInfo | TransactionId TargetTypeName ObjectKey args | ||
T4EA::GENOBJ::CUSTOM::MAPPING::performTransfer | TransactionId TargetTypeName args | ||
T4EA::GENOBJ::CUSTOM::MAPPING::TC_Object2EA_Object | TransactionId TargetTypeName ItemType ItemRevisionType args | ||
|
static |
This variable stores the input to the target EA system.
This variable is just a proposal from the demo. The variable can be named as required. Use of such a variable is not required but recommended.
|
static |
The identifying value for the EA object
|
static |
Variable to store the output of the EA call.
This is just a proposal from the demo. The variable can be named as required. Use of such a variable is not required but recommended.
|
static |
Mode of the export: UPDATE or CREATE.