Changes to the class TranslationJob 2.5
The new TranslationJob class should be used for creating translation jobs and retrieving information about translation jobs.
Usage
- Limitations
-
In theory, you can use all methods inside the
TranslationJobclass to create, update and delete translation jobs. However, most handling of the translation jobs is done automatically by the servicesTranslationBuilderandTranslationOrganizer, provided the TRANSLATORSERVICE user role is created with the appropriate status transitions. In order to avoid unpredictable results and/or fail the job processing, you should try to avoid updating translation jobs which are not in definition or in a failed status. - Creating a TranslationJob
-
To create a TranslationJob and send it to a translation service, follow the steps in the diagram: