Interface NextMPMPlantLocalizationLinkSequenceNumberDelegate


public interface NextMPMPlantLocalizationLinkSequenceNumberDelegate
Delegate to get the operation label for next MPMPlantLocalizationLink associated with a work center. This interface should be implemented by customized implementations.

Supported API: true

Extendable: 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 preferences
      initialSequenceNumber - initial sequence number after all new sequence number will be generated
      howMany - how many new sequence numbers to generate
      Returns:
      List of consecutive sequence numbers
      Throws:
      WTException