Interface ITranslationRequestFormSpecificFull

All Superinterfaces:
ITranslationRequestFormSpecific

public interface ITranslationRequestFormSpecificFull extends ITranslationRequestFormSpecific
Author:
Phillip Austerfield invalid input: '<'phillip.austerfield@idmedia.com>
  • Method Details

    • setCreatePreviewPages

      void setCreatePreviewPages(boolean bCreate)
      Create preview pages (defaults to false)
      Parameters:
      bCreate -
    • setConnectorProjectOverwrite

      void setConnectorProjectOverwrite(@NotNull String sConnectorGuid)
      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 -