Package com.ptc.windchill.mpml.resource
Interface NextMPMStdCCUsageToResourceLinkAllocationNumberDelegate
public interface NextMPMStdCCUsageToResourceLinkAllocationNumberDelegate
Delegate to calculate allocation number which will be set on provided
Supported API: true
Extendable: true
MPMStdCCUsageToResourceLink
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetNextMPMStdCCUsageToResourceLinkAllocationNumber(Collection<MPMStdCCUsageToResourceLink> stdCCUsageToResourceLinkObjCollection) Calculates the allocation number for the passed MPMStdCCUsageToResourceLink object collection
Supported API: true
-
Method Details
-
getNextMPMStdCCUsageToResourceLinkAllocationNumber
void getNextMPMStdCCUsageToResourceLinkAllocationNumber(Collection<MPMStdCCUsageToResourceLink> stdCCUsageToResourceLinkObjCollection) throws WTException Calculates the allocation number for the passed MPMStdCCUsageToResourceLink object collection
Supported API: true- Parameters:
stdCCUsageToResourceLinkObjCollection- - This is collection of MPMStdCCUsageToResourceLink for which next allocation number is to be calculated- Throws:
WTException
-