Class TranslationBaselineUtils

java.lang.Object
com.ptc.tml.utils.TranslationBaselineUtils

public class TranslationBaselineUtils extends Object
Utility class for Translation Baseline

Supported API: true
  • 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