![]() |
T4EA
18.1 C7177 A20283
Teamcenter Gateway for Enterprise Applications API Reference
|
Functions | |
tpco_formatHEX16 | |
This function converts a HEX16 string to UTF-8 string. But in the TCL Level, the string repesentation is UTF-16. The diffence to binary format H* <string> is, tpco_formatHEX16 is faster. More... | |
tpco_scanHEX16 | |
This function converts a string to UTF-8 and returns the result in a HEX16 representation. The difference to binary scan <string> H* is, tpco_scanHEX16 is faster and has a fixed format (UTF-8). More... | |
tpco_formatHEX16 |
This function converts a HEX16 string to UTF-8 string. But in the TCL Level, the string repesentation is UTF-16. The diffence to binary format H* <string> is, tpco_formatHEX16 is faster.
string | HEX16 string |
Referenced by ITK::buildTcDataArray(), T4EA::checkEAPassword(), T4X::CUSTOM::MAPPING::TOOLBOX::createTC_Object2(), T4X::BATCHJOB::EXPORT::executeExportJob(), T4X::BATCHJOB::IMPORT::executeImportJob(), T4X::TEST::WORKFLOW::executeTcWorkflowJob(), findStartedSuccessorTask(), ITK::formatStatusMessage(), ITK::getErrorMessage4Status(), SYSUtils::getHttpHeader(), API::Core::Batch::getJobAttachment(), API::Core::Batch::getJobAttachment2(), ITK::getReleatedObjectTag2(), T4X::TC::MAPPING::getWorkflowArgumentValue3(), T4X::TEST::WORKFLOW::runTemplateTest(), T4X::CUSTOM::MAPPING::TOOLBOX::saveItemWithUnlock(), T4X::TRANSLOG::startTransactionLog(), T4X::CORE::storeMessage2(), T4X::CORE::storeMessage2DatasetLogfile(), T4X::TC::MAPPING::storeReverseMapping2TcObject2(), T4X::TC::MAPPING::storeReverseMapping2TcObject3(), T4X::TRANSLOG::writeMultiStatusLog(), T4X::TRANSLOG::writePlainInfoLog(), T4X::TRANSLOG::writeStatusLog(), and T4X::BATCHJOB::TOOLBOX::writeTcUser2LogIndex().
tpco_scanHEX16 |
This function converts a string to UTF-8 and returns the result in a HEX16 representation. The difference to binary scan <string> H* is, tpco_scanHEX16 is faster and has a fixed format (UTF-8).
string | plain string |
Referenced by SYSUtils::bindProcToUser(), T4X::SOAP::CLIENT::callSoapOperation(), TPHAP::createBinaryHeader(), TPHAP::createFileLinkHeader(), TPHAP::createWSockRes(), safejson::dict2json(), ITK::getObjectData(), ITK::MULTI::CONNECT::setConnectParameters4Batch(), ITK::MULTI::CONNECT::setConnectParameters4WF(), and T4X::BATCHJOB::TOOLBOX::translateBatchjobAttr2WorkflowArgs().