Package com.ptc.tml.services
Interface TranslationStatusService
public interface TranslationStatusService
This service helps to get the overall translation status of a root object i.e. structure/dynamic document.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptiongetTranslationStatus(Persistable sourceObject, String[] targetLanguageCodes, NavigationCriteria navCriteria) Function to provide the overall Translation status of root source object for the given target languages.
-
Method Details