Interface NextMPMOperationUsageLinkLabelDelegate


public interface NextMPMOperationUsageLinkLabelDelegate
Delegate to get the operation label for next MPMOperationUsageLink under a MPMOperationHolder. This interface should be implemented by customized implementations.

Supported API: true

Extendable: true
  • Method Details

    • getNextMPMOperationUsageLinkLabel

      String getNextMPMOperationUsageLinkLabel(MPMOperationHolder operationHolder) throws WTException
      Fetch the label for next MPMOperationUsageLink under a given MPMOperationHolder.

      Supported API: true
      Parameters:
      operationHolder - MPMOperationHolder for which the label for next MPMOperationUsageLink is to be fetched
      Returns:
      String Label of MPMOperationUsageLink
      Throws:
      WTException