Class AbstractBreadCrumbGenerator

java.lang.Object
com.ptc.windchill.enterprise.navigation.breadcrumb.AbstractBreadCrumbGenerator

public abstract class AbstractBreadCrumbGenerator extends Object
Abstract crumb generator class. Contains methods that can create JSONObject crumbs which are used by the BreadCrumbController class, along with logic that determines whether a container crumb should be used and whether the current object is shared to another container.

Subclasses of this class are generally defined as inner classes of BreadCrumbDelegates. See the package javadoc for more information. Supported API: true

Extendable: true
See Also:
  • Method Details

    • getBreadCrumbs

      public BreadCrumbArray getBreadCrumbs() throws WTException
      Used by Controller to fetch crumbs to process them.
      Supported API: true
      Returns:
      BreadCrumbArray
      Throws:
      WTException