Interface ITranslatableXmlFile
- All Known Subinterfaces:
ITranslatableFile,ITranslatableFileEditable
- All Known Implementing Classes:
TranslatableFile
public interface ITranslatableXmlFile
Translatable Xml File information
- Author:
- I-D Media AG
-
Method Summary
Modifier and TypeMethodDescriptionGet list of additional files@Nullable DateGet Deadline@NotNull StringGet the full qualified Path (Path + Name + postfix) of the local file.Get List of preview files associated to the data in the translatable file@Nullable StringGet the TMS Project ID where the file should be associated with@NotNull StringReturns the initial language (initialized in constructor) e.g de_de, fr_fr ...@NotNull StringReturns the initial language (initialized in constructor) e.g de_de, fr_fr ...
-
Method Details
-
getTargetLanguage
Returns the initial language (initialized in constructor) e.g de_de, fr_fr ...- Returns:
- Language Code
-
getSourceLanguage
Returns the initial language (initialized in constructor) e.g de_de, fr_fr ...- Returns:
- Language Code
-
getPreviewFiles
Get List of preview files associated to the data in the translatable file- Returns:
- preview file list, never
null
-
getAdditionalFiles
Get list of additional files- Returns:
- List, never
null
-
getFullQualifiedFilePath
Get the full qualified Path (Path + Name + postfix) of the local file.- Returns:
- File Uri
-
getDeadline
Get Deadline- Returns:
- deadline, may be
null
-
getProjectId
Get the TMS Project ID where the file should be associated with- Returns:
- Id or
null
-