Package com.ptc.tml.utils
Class TranslationBaselineUtils
java.lang.Object
com.ptc.tml.utils.TranslationBaselineUtils
Utility class for Translation Baseline
Supported API: true
Supported API: true
-
Method Summary
Modifier and TypeMethodDescriptionstatic HashSet<EPMDocument>getBaselineDocuments(ManagedBaseline baseline) get the documents belonging to the given baseline; its expected that the objects in the baseline are all EPMDocumnets, warnings are logged and objects omitted otherwise
-
Method Details
-
getBaselineDocuments
public static HashSet<EPMDocument> getBaselineDocuments(ManagedBaseline baseline) throws WTException get the documents belonging to the given baseline; its expected that the objects in the baseline are all EPMDocumnets, warnings are logged and objects omitted otherwise- Throws:
WTException-
Supported API: true
-