Package com.ptc.windchill.mpml
Interface NextMPMPlantLocalizationLinkSequenceNumberDelegate
public interface NextMPMPlantLocalizationLinkSequenceNumberDelegate
Delegate to get the operation label for next
Supported API: true
Extendable: true
MPMPlantLocalizationLink associated with a work center.
This interface should be implemented by customized implementations.
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptiongetNextMPMPlantLocalizationLinkSequenceNumber(MPMWorkCenter workCenter, NCServerHolder criteria) Fetch the sequence number for next MPMPlantLocalizationLink under a given MPMWorkCenter.getNextMPMPlantLocalizationLinkSequenceNumbers(MPMWorkCenter workCenter, long initialSequenceNumber, int howMany) Fetch sequence numbers for next MPMPlantLocalizationLinks, after a specific sequence number
Supported API: true
-
Method Details
-
getNextMPMPlantLocalizationLinkSequenceNumber
String getNextMPMPlantLocalizationLinkSequenceNumber(MPMWorkCenter workCenter, NCServerHolder criteria) throws WTException Fetch the sequence number for next MPMPlantLocalizationLink under a given MPMWorkCenter.
Supported API: true- Parameters:
workCenter- MPMWorkCenter for which the sequence number for next MPMPlantLocalizationLink is to be fetched- Returns:
- String sequenceNumber of MPMPlantLocalizationLink
- Throws:
WTException
-
getNextMPMPlantLocalizationLinkSequenceNumbers
List<String> getNextMPMPlantLocalizationLinkSequenceNumbers(MPMWorkCenter workCenter, long initialSequenceNumber, int howMany) throws WTException Fetch sequence numbers for next MPMPlantLocalizationLinks, after a specific sequence number
Supported API: true- Parameters:
workCenter- MPMWorkCenter for which to find out sequence number preferencesinitialSequenceNumber- initial sequence number after all new sequence number will be generatedhowMany- how many new sequence numbers to generate- Returns:
- List of consecutive sequence numbers
- Throws:
WTException
-