Class AssociativeDefaultNavigationCriteriaDelegate

java.lang.Object
wt.filter.DefaultGetDefaultNavCriteriaDelegate
com.ptc.windchill.option.delegate.PSBWTPartDefaultNavCriteriaDelegate
com.ptc.windchill.associativity.delegate.AssociativeDefaultNavigationCriteriaDelegate
All Implemented Interfaces:
wt.filter.GetDefaultNavCriteriaDelegate

public class AssociativeDefaultNavigationCriteriaDelegate extends com.ptc.windchill.option.delegate.PSBWTPartDefaultNavCriteriaDelegate
Delegate for the Default Navigation Criteria

Supported API: true

Extendable: true
  • Method Details

    • getDefaultNavCriteria

      public NavigationCriteria getDefaultNavCriteria(WTCollection seeds, NavCriteriaContext context) throws WTException
      Returns a default NavigationCriteria for a WTPart specified in the given NavCriteriaContext or seed objects.

      Supported API: true
      Specified by:
      getDefaultNavCriteria in interface wt.filter.GetDefaultNavCriteriaDelegate
      Overrides:
      getDefaultNavCriteria in class com.ptc.windchill.option.delegate.PSBWTPartDefaultNavCriteriaDelegate
      Parameters:
      seeds - WTCollection of parts.
      context - Information about the WTPart in which the NavigationCriteria is being requested.
      Returns:
      NavigationCriteria
      Throws:
      WTException