Interface ITranslatableElementStatus
public interface ITranslatableElementStatus
Page Pool Entry interface
- Author:
- I-D Media AG
-
Method Summary
Modifier and TypeMethodDescription@NotNull StringGet the CMS Project id@NotNull StringlongGet the date this element was inserted into the databaselonglonglonglong@NotNull StringGet the display name@NotNull StringGet the element id which represents this element in the CMS@NotNull Integer@NotNull StringGet the owner uid (e.g.@NotNull StringGet the source language@NotNull StringGet the source language@NotNull StringGet the TMS project guid associated with this Element@NotNull String
-
Method Details
-
getElementType
-
getTmsProject
Get the TMS project guid associated with this Element- Returns:
- guid
-
getElementId
Get the element id which represents this element in the CMS- Returns:
- id or empty string
-
getCmsProjectId
Get the CMS Project id- Returns:
- id or empty string
-
getOwnerId
Get the owner uid (e.g. page uid for a given section)- Returns:
- id or empty string
-
getDateInsert
long getDateInsert()Get the date this element was inserted into the database- Returns:
- time or 0
-
getDateRegistration
long getDateRegistration() -
getDateJobExported
long getDateJobExported() -
getDateInTranslation
long getDateInTranslation() -
getDateTranslated
long getDateTranslated() -
getSourceLanguage
Get the source language- Returns:
- language abbreviation
-
getTargetLanguage
Get the source language- Returns:
- language abbreviation
-
getDisplayName
Get the display name- Returns:
-
getTmsProjectName
-
getConnectorName
-