Package wt.epm

Class AuthoringAppVersionHelper

java.lang.Object
wt.epm.AuthoringAppVersionHelper

public class AuthoringAppVersionHelper extends Object


Supported API: true
  • Method Details

    • getAuthoringAppVersion

      public static EPMAuthoringAppVersion getAuthoringAppVersion(EPMAuthoringAppType authoringApplication, int versionNumber, String versionName) throws WTException
      Returns the EPMAuthoringAppVersion for the given authoring app, version # and name. Returns null if such version does not exist.

      Supported API: true
      Parameters:
      authoringApplication -
      versionNumber -
      versionName -
      Returns:
      EPMAuthoringAppVersion the version which matches the given authoringApplication, versionNumber and versionName. Otherwise, null is returned.
      Throws:
      WTException
    • getAuthoringAppVersions

      public static WTSet getAuthoringAppVersions(EPMAuthoringAppType authoringApplication) throws WTException
      Returns a list of EPMAuthoringAppVersions for the given authoring application.

      Supported API: true
      Parameters:
      authoringApplication -
      Returns:
      WTSet a list of EPMAuthoringAppVersions which matches the given authoringApplication.
      Throws:
      WTException