Interface ITranslatableXmlElementInfo
public interface ITranslatableXmlElementInfo
Translatable XML element information
- Author:
- I-D Media AG
-
Method Summary
Modifier and TypeMethodDescription@NotNull StringConnector system and project to use@NotNull StringGet the display name if available@NotNull StringElement/Section id@NotNull StringElement/section uid@NotNull StringPage id@NotNull StringPage UID@NotNull StringCMS Project id@NotNull StringSource language@NotNull StringTarget language@NotNull StringUser id who requested the translationbooleanIs this a GCA page or content pagebooleanisPage()Is this a page or dataset
-
Method Details
-
getUserId
User id who requested the translation- Returns:
-
getConnectorProjectId
Connector system and project to use- Returns:
-
getOwnerId
Page id- Returns:
-
getOwnerUid
Page UID- Returns:
-
getElementId
Element/Section id- Returns:
-
getElementUid
Element/section uid- Returns:
-
getSourceLanguage
Source language- Returns:
-
getTargetLanguage
Target language- Returns:
-
getProjectId
CMS Project id- Returns:
-
isPage
boolean isPage()Is this a page or dataset- Returns:
-
isGlobalPage
boolean isGlobalPage()Is this a GCA page or content page- Returns:
-
getDisplayName
Get the display name if available- Returns:
-