Interface ITranslationRequestFormSpecificFull
- All Superinterfaces:
ITranslationRequestFormSpecific
- Author:
- Phillip Austerfield invalid input: '<'phillip.austerfield@idmedia.com>
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetConnectorProjectOverwrite(String sConnectorGuid) Set a connector globally instead of taking it from each langauge mappingvoidsetCreatePreviewPages(boolean bCreate) Create preview pages (defaults to false)voidsetNonKeepTranslatables(boolean bKeepTranslatables) Set "keep translatable" flag.voidsetTranslateUntranslatedContentOnly(boolean bValue) Try to only translate content that has not yet been translatedvoidsetWorkflowOnImportId(long lId) Set the workflow to be started upon successful import.Methods inherited from interface com.idmedia.translationstudio.api.firstspirit.ITranslationRequestFormSpecific
addCustomInformation, addTranslatableEntity, addTranslatableEntity, addTranslatablePage, addTranslatablePage, addTranslationLanguage, addTranslationLanguage, isEmpty, setDueDate, setTranslateImmediately, setUserToNotify, submitTranslation
-
Method Details
-
setCreatePreviewPages
void setCreatePreviewPages(boolean bCreate) Create preview pages (defaults to false)- Parameters:
bCreate-
-
setConnectorProjectOverwrite
Set a connector globally instead of taking it from each langauge mapping- Parameters:
sConnectorGuid-
-
setWorkflowOnImportId
void setWorkflowOnImportId(long lId) Set the workflow to be started upon successful import. This cannot be guaranteed because an element might be already in a workflow. Also, make sure that the very first transition is manual and does not require a gui choice by the user.- Parameters:
lId-
-
setNonKeepTranslatables
void setNonKeepTranslatables(boolean bKeepTranslatables) Set "keep translatable" flag. This will copy non-translatable fields from the source language into the target language- Parameters:
bKeepTranslatables-
-
setTranslateUntranslatedContentOnly
void setTranslateUntranslatedContentOnly(boolean bValue) Try to only translate content that has not yet been translated- Parameters:
bValue-
-