Interface NextMPMOperationToConsumableLinkAllocationNumberDelegate
public interface NextMPMOperationToConsumableLinkAllocationNumberDelegate
Delegate to calculate allocation number which will be set on provided
Supported API: true
Extendable: true
MPMOperationToConsumableLink
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetNextMPMOperationToConsumableLinkAllocationNumber(Collection<MPMOperationToConsumableLink> operationToConsumableLinkObjCollection) Calculates the allocation number for the passed operation to consumable link object collection
Supported API: true
-
Method Details
-
getNextMPMOperationToConsumableLinkAllocationNumber
void getNextMPMOperationToConsumableLinkAllocationNumber(Collection<MPMOperationToConsumableLink> operationToConsumableLinkObjCollection) throws WTException Calculates the allocation number for the passed operation to consumable link object collection
Supported API: true- Parameters:
operationToConsumableLinkObjCollection- - This is collection of MPMOperationToConsumableLink for which next allocation number is to be calculated- Throws:
WTException
-