Package com.ptc.windchill.esi.bom
Class BOMOrgFilter
java.lang.Object
com.ptc.windchill.esi.bom.BOMOrgFilter
- All Implemented Interfaces:
Externalizable,Serializable
Filters the output of BOM Difference logic based on Organization rules. Default behavior is to do nothing.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionfilterOutput(WTPart part, Enumeration[] partDelta) Apply business rules to BOM difference calculation output.filterOutput(WTPart part, Map<WTPartUsageLink, WTPart>[] partDelta) Apply business rules to BOM difference calculation output.
-
Method Details
-
filterOutput
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[]
-