Interface NextMPMOperationUsageLinkLabelDelegate
public interface NextMPMOperationUsageLinkLabelDelegate
Delegate to get the operation label for next
Supported API: true
Extendable: true
MPMOperationUsageLink under a MPMOperationHolder.
This interface should be implemented by customized implementations.
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptiongetNextMPMOperationUsageLinkLabel(MPMOperationHolder operationHolder) Fetch the label for next MPMOperationUsageLink under a given MPMOperationHolder.
-
Method Details
-
getNextMPMOperationUsageLinkLabel
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
-