Uses of Interface
com.idmedia.translationstudio.api.connector.gui.IRestResponse
Packages that use IRestResponse
Package
Description
-
Uses of IRestResponse in com.idmedia.translationstudio.api.client.service
Methods in com.idmedia.translationstudio.api.client.service that return IRestResponseModifier and TypeMethodDescriptionIRestCommunication.downloadDatabaseMonitoredFiles()
Download database CSVIRestCommunication.downloadLogfile()
Download the current logfileIRestCommunication.downloadLogfiles()
Download all logfilesIRestCommunication.downloadTranslatedXML
(boolean bSuccesses, String sXmlName) Get Translated XML file listIRestCommunication.encryptString
(String sUri, String sPort, String sApiAccessKey, String sMessage) Encrypt a given stringIRestCommunication.getTranslatedXMLs
(boolean bSuccesses) Get Translated XML file listIRestCommunication.historyDownloadCSV
(long lProjectId) Download historyIRestCommunication.historyRemove
(List<Long> vplDatasetIds) Download historyIRestCommunication.immediateTranslation
(String sText, boolean bIsXml, String sSourceLanguageAbbreviation, String sTargetLanguageAbbreviation, String sConnectorId, long lProjectId, String sFormElementName) Translate immediately via AWS/Google TranslateIRestCommunication.queryTranslationStatusPage
(long lProjectId, long lPageId, long lElementId) Query Page Status XMLIRestCommunication.queryTranslationStatusReport
(Map<String, String> pParams) IRestCommunication.requestFSConnectionTest
(String sTranslationStudioUri, String sTranslationStudioPort, String sApiAccessKey, boolean bUseTsHttps, String sFirstSpiritUri, String sFirstSpiritPort, boolean bFirstSpiritConnectionModeHttp, boolean bFirstSpiritConnectionModeSecure, String sFirstSpiritUser, String sFirstSpiritPassword) Test FirstSpirit ConnectionIRestCommunication.requestSmtpTestMail
(String sTranslationStudioUri, String sTranslationStudioPort, String sApiAccessKey, boolean bUseHttps, String sRecipient, String sSender, String sSmtpServerAddress, String sSmtpServerPort, String sSmtpUser, String sSmtpPassword, boolean bTlsEnable) Test FirstSpirit ConnectionIRestCommunication.requestTmsCommunication
(String sUri, String sPort, String sMessage, String sApiAccessKey, boolean bUseHttps, int nTimeout) IRestCommunication.sendCustomEvent
(ICustomEventMessage pEvent) Send a custom request to TranslationStudioIRestCommunication.updateMonitoredFileStatusFinished
(String sDatasetId, String sProjectId, boolean bResetRetryCounter) Set status to "FINISHED", either by dataset id OR project idIRestCommunication.updateMonitoredFileStatusInProgress
(String sDatasetId, String sProjectId, boolean bResetRetryCounter) Set status to "IN PROGRESS", either by dataset id OR project idIRestCommunication.updateMonitoredFileStatusObsolete
(String sDatasetId, String sProjectId, boolean bResetRetryCounter) Set status to "OBSOLETE", either by dataset id OR project idIRestCommunication.updateMonitoredFileStatusRemove
(String sDatasetId) Remove entry by idIRestCommunication.uploadXmlFile
(String sContent) Upload a given XML content -
Uses of IRestResponse in com.idmedia.translationstudio.api.connector.gui
Subinterfaces of IRestResponse in com.idmedia.translationstudio.api.connector.guiMethods in com.idmedia.translationstudio.api.connector.gui with parameters of type IRestResponseModifier and TypeMethodDescriptionvoid
IQueryRequestAnswerReceived.onQueryAnswerReceived
(IRestResponse pAnswer) Callback Function -
Uses of IRestResponse in com.idmedia.translationstudio.firstspirit.api
Methods in com.idmedia.translationstudio.firstspirit.api that return IRestResponseModifier and TypeMethodDescriptionEmptyFirstTranslationService.downloadDatabaseMonitoredFiles()
EmptyFirstTranslationService.downloadLogfile()
EmptyFirstTranslationService.downloadLogfiles()
EmptyFirstTranslationService.downloadTranslatedXML
(boolean bSuccesses, String sXmlName) EmptyFirstTranslationService.encryptString
(String string, String string1, String string2, String string3) EmptyFirstTranslationService.getTranslatedXMLs
(boolean bSuccesses) EmptyFirstTranslationService.historyDownloadCSV
(long lProjectId) EmptyFirstTranslationService.historyRemove
(List<Long> vplDatasetIds) EmptyFirstTranslationService.immediateTranslation
(String sText, boolean bIsXml, String sSourceLanguageAbbreviation, String sTargetLanguageAbbreviation, String sConnectorId, long lProjectId, String sFormElementName) EmptyFirstTranslationService.queryTranslationStatusPage
(long lProjectId, long lPageId, long lElementId) EmptyFirstTranslationService.queryTranslationStatusReport
(Map<String, String> pParams) EmptyFirstTranslationService.requestFSConnectionTest
(String sTranslationStudioUri, String sTranslationStudioPort, String sApiAccessKey, boolean bUseTsHttps, String sFirstSpiritUri, String sFirstSpiritPort, boolean bFirstSpiritConnectionModeHttp, boolean bFirstSpiritConnectionModeSecure, String sFirstSpiritUser, String sFirstSpiritPassword) EmptyFirstTranslationService.requestSmtpTestMail
(String sTranslationStudioUri, String sTranslationStudioPort, String sApiAccessKey, boolean bUseHttps, String sRecipient, String sSender, String sSmtpServerAddress, String sSmtpServerPort, String sSmtpUser, String sSmtpPassword, boolean bTlsEnable) EmptyFirstTranslationService.requestTmsCommunication
(String sUri, String sPort, String sMessage, String sApiAccessKey, boolean bUseHttps, int nTimeout) EmptyFirstTranslationService.sendCustomEvent
(ICustomEventMessage pEvent) EmptyFirstTranslationService.updateMonitoredFileStatusFinished
(String sDatasetId, String sProjectId, boolean bResetRetryCounter) EmptyFirstTranslationService.updateMonitoredFileStatusInProgress
(String sDatasetId, String sProjectId, boolean bResetRetryCounter) EmptyFirstTranslationService.updateMonitoredFileStatusObsolete
(String sDatasetId, String sProjectId, boolean bResetRetryCounter) EmptyFirstTranslationService.updateMonitoredFileStatusRemove
(String sDatasetId) EmptyFirstTranslationService.uploadXmlFile
(String sContent)