Class CustomPHHook
java.lang.Object
com.ptc.arbortext.windchill.publisher.extract.CustomPHHook
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
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionabstract WTCollectiongetInactivePHNodes(WTPart rootPH, NavigationCriteria phNC, PayloadContext payloadContext) This API is used to detect PH Nodes outside of PH Tree and publish them as inactive while publishing regular PH Trees
-
Method Details