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 Summary
Modifier and TypeMethodDescriptionGet the TMS project guid associated with this ElementGet a list of elements in this joblong
getJobid()
long
Get the CMS Project idGet the source languageGet the target language
-
Method Details
-
getJobid
long getJobid() -
getConnectorProjectGuid
Get the TMS project guid associated with this Element- Returns:
- guid
-
getProjectId
long getProjectId()Get the CMS Project id- Returns:
- id
-
getSourceLanguage
Get the source language- Returns:
- language abbreviation
-
getTargetLanguage
Get the target language- Returns:
- language abbreviation
-
getElements
Get a list of elements in this job- Returns:
-