Class MpmlClientUtility

java.lang.Object
com.ptc.windchill.mpml.client.MpmlClientUtility

public class MpmlClientUtility extends Object
Utility to place commonly used functions by MPMLink client

Supported API: true

Extendable: false
  • Method Details

    • getNavigationCriteria

      public static NavigationCriteria getNavigationCriteria(Iterated obj, NmCommandBean cb) throws WTException
      Gets the navigation criteria for a given object. if there exists 'ncid' in the passed command bean, then navigation criteria is created out of it and returned. else returns default navigation criteria for passed object.

      Supported API: true
      Parameters:
      obj - - An iterated object for which NavigationCriteria is fetched
      cb - - command bean
      Returns:
      NavigationCriteria
      Throws:
      WTException