Interface ITranslationOperation
- All Known Subinterfaces:
ITranslationOperation
public interface ITranslationOperation
This operation transfers translatable xml files to the connector
- Author:
- I-D Media AG
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddTranslatableFiles(List<ITranslatableFile> vpList) Add a list of files to be transferred to the connector@NotNull List<ITransferedFile> Get a list of registered files after import onto the TMS Server.@NotNull List<ITranslatableFile> Get a list of translatable files which will be backed up due to some internal error.booleanperform()Transfer files to Translation Memory System added viaaddTranslatableFilesbooleanIftrue, the source translatable files will not be removed from the hard disk since your connector implementation requires their existence.
-
Method Details
-
perform
boolean perform()Transfer files to Translation Memory System added viaaddTranslatableFiles- Returns:
- success state
-
addTranslatableFiles
Add a list of files to be transferred to the connector- Parameters:
vpList- List
-
getResult
Get a list of registered files after import onto the TMS Server.- Returns:
- List, never
null
-
getTranslatableFilesToRetry
Get a list of translatable files which will be backed up due to some internal error. The files will be submitted again at a later stage- Returns:
- List, never
null
-
requireSourceTanslatableFiles
boolean requireSourceTanslatableFiles()Iftrue, the source translatable files will not be removed from the hard disk since your connector implementation requires their existence. Importantly, you have to take care of their removal.- Returns:
-