Interface IExportableData


public interface IExportableData
Data interface for an export job that is sent to the CMS in order to create translatable XML files
Author:
Phillip Austerfield
  • Method Details

    • getJobid

      long getJobid()
    • getConnectorProjectGuid

      @NotNull String getConnectorProjectGuid()
      Get the TMS project guid associated with this Element
      Returns:
      guid
    • getProjectId

      long getProjectId()
      Get the CMS Project id
      Returns:
      id
    • getSourceLanguage

      @NotNull String getSourceLanguage()
      Get the source language
      Returns:
      language abbreviation
    • getTargetLanguage

      @NotNull String getTargetLanguage()
      Get the target language
      Returns:
      language abbreviation
    • getElements

      @NotNull List<IPagePool> getElements()
      Get a list of elements in this job
      Returns: