Interface ITranslatableElementStatus


public interface ITranslatableElementStatus
Page Pool Entry interface
Author:
I-D Media AG
  • Method Details

    • getElementType

      @NotNull @NotNull Integer getElementType()
    • getTmsProject

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

      @NotNull @NotNull String getElementId()
      Get the element id which represents this element in the CMS
      Returns:
      id or empty string
    • getCmsProjectId

      @NotNull @NotNull String getCmsProjectId()
      Get the CMS Project id
      Returns:
      id or empty string
    • getOwnerId

      @NotNull @NotNull 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

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

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

      @NotNull @NotNull String getDisplayName()
      Get the display name
      Returns:
    • getTmsProjectName

      @NotNull @NotNull String getTmsProjectName()
    • getConnectorName

      @NotNull @NotNull String getConnectorName()