Class DefaultMfgHistoryControlDelegate
java.lang.Object
com.ptc.windchill.baseserver.delegate.DefaultMfgHistoryControlDelegate
- All Implemented Interfaces:
MfgHistoryControlDelegate
Delegate to override MfgHistory use cases
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptiongetValidChangeTask(WTCollection changeTasks)
Supported API: truebooleanisValidMfgHistoryManageable(MfgHistoryManageable currentHistoryManagable, MfgHistoryManageable predecessorHistoryManagable)
Supported API: trueupdateInfoOnMfgHistory(MfgHistory mfgHistory, WTPart finishedPart, Collection<MfgHistoryManageable> rawMaterialLinks)
Supported API: true
-
Method Details
-
getValidChangeTask
Supported API: true- Specified by:
getValidChangeTaskin interfaceMfgHistoryControlDelegate- Parameters:
changeTasks-- Returns:
- Throws:
WTException
-
updateInfoOnMfgHistory
public MfgHistory updateInfoOnMfgHistory(MfgHistory mfgHistory, WTPart finishedPart, Collection<MfgHistoryManageable> rawMaterialLinks) throws WTException
Supported API: true- Specified by:
updateInfoOnMfgHistoryin interfaceMfgHistoryControlDelegate- Parameters:
mfgHistory-finishedPart-rawMaterialLinks-- Returns:
- Throws:
WTException
-
isValidMfgHistoryManageable
public boolean isValidMfgHistoryManageable(MfgHistoryManageable currentHistoryManagable, MfgHistoryManageable predecessorHistoryManagable)
Supported API: true- Specified by:
isValidMfgHistoryManageablein interfaceMfgHistoryControlDelegate- Parameters:
currentHistoryManagable-predecessorHistoryManagable-- Returns:
-