Package com.ptc.windchill.mpml
Interface MPMPlantLocalizationLinkRelabelDelegate
public interface MPMPlantLocalizationLinkRelabelDelegate
Delegate to re-label the given MPMPlantLocalizationLinks
Supported API: true
Extendable: true
MPMOperationUsageLink under a particular MPMWorkCenter.
The delegate will keep the original labels of the links under the work center, but re-assign them based on a new order.
This interface should be implemented by customized implementations.
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionrelabel(MPMWorkCenter workCenter, MPMOperation afterOperation, List<MPMPlantLocalizationLink> linksToReorder, NCServerHolder criteria, Locale locale) The method re-labels the MPMPlantLocalizationLinks under a given MPMWorkCenter.
-
Method Details
-
relabel
Set<MPMPlantLocalizationLink> relabel(MPMWorkCenter workCenter, MPMOperation afterOperation, List<MPMPlantLocalizationLink> linksToReorder, NCServerHolder criteria, Locale locale) throws WTException The method re-labels the MPMPlantLocalizationLinks under a given MPMWorkCenter.
Supported API: true- Throws:
WTException
-