Interface ITranslationStatusInformationSinglePage
- All Known Implementing Classes:
TranslationStatusInformationSinglePage
public interface ITranslationStatusInformationSinglePage
Translation status information for a single element
- Author:
- I-D Media AG
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionGet elements in translationGet elements waiting for translationGet elements in translationlong
-
Method Details
-
getPageId
long getPageId() -
getElementsNotYetProcessed
@NotNull @NotNull List<ITranslationStatusInformationSinglePage.Element> getElementsNotYetProcessed()Get elements waiting for translation- Returns:
-
getElementsInTranslation
Get elements in translation- Returns:
-
getElementsTranslated
Get elements in translation- Returns:
-