Interface MPMOperationToWorkCenterCompatibilityDelegate
public interface MPMOperationToWorkCenterCompatibilityDelegate
Delegate to perform the plant based allocation for operations that already have a work center allocated to them
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptiondoPlantBasedWorkCenterAllocation(ObjectReference workCenter, List<MPMOperation> operationsWithWorkCenters, NCServerHolder aCriteria, AllocationExecutionReport aReport, Locale aLocale) Method to do the plant based work center allocation to operations
Supported API: true
-
Method Details
-
doPlantBasedWorkCenterAllocation
AllocationExecutionReport doPlantBasedWorkCenterAllocation(ObjectReference workCenter, List<MPMOperation> operationsWithWorkCenters, NCServerHolder aCriteria, AllocationExecutionReport aReport, Locale aLocale) throws WTException Method to do the plant based work center allocation to operations
Supported API: true- Parameters:
workCenter-operationsWithWorkCenters-aCriteria-aReport-- Returns:
- Throws:
WTException
-