Class CustomPHHook

java.lang.Object
com.ptc.arbortext.windchill.publisher.extract.CustomPHHook

public abstract class CustomPHHook extends Object
The CustomPHHook detects Product Hierarchy nodes outside of the Product Hierarchy tree and publishes them as inactive nodes. If the node is a part of tree, it is marked as inactive. If it is not, it is inserted as a child of root PH and it is marked as inactive.

Supported API: true
Extendable: true
  • Method Details

    • getInactivePHNodes

      public abstract WTCollection getInactivePHNodes(WTPart rootPH, NavigationCriteria phNC, PayloadContext payloadContext) throws WTException
      This API is used to detect PH Nodes outside of PH Tree and publish them as inactive while publishing regular PH Trees
      Parameters:
      rootPH - : root of PH Structure
      phNC - : PH navigation criteria
      payloadContext -
      Returns:
      Throws:
      WTException -

      Supported API: true