Class BOMOrgFilter

java.lang.Object
com.ptc.windchill.esi.bom.BOMOrgFilter
All Implemented Interfaces:
Externalizable, Serializable

public class BOMOrgFilter extends Object implements Externalizable
Filters the output of BOM Difference logic based on Organization rules. Default behavior is to do nothing.

Supported API: true

Extendable: true
See Also:
  • Method Details

    • filterOutput

      public Enumeration[] filterOutput(WTPart part, Enumeration[] partDelta)
      Apply business rules to BOM difference calculation output. Default behaviour is to return the input

      Supported API: true
      Parameters:
      part -
      partDelta -
      Returns:
      Enumeration[]
    • filterOutput

      public Map<WTPartUsageLink,WTPart>[] filterOutput(WTPart part, Map<WTPartUsageLink,WTPart>[] partDelta)
      Apply business rules to BOM difference calculation output. Default behaviour is to return the input

      Supported API: true
      Parameters:
      part -
      partDelta -
      Returns:
      Enumeration[]