Package com.ptc.windchill.mpml.resource
Interface ResourceService
Service to perform operation-related tasks.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptiongetFilteredMPMPlantLocalizationLinks(ObjectReference workCenter, ObjectReference processPlan, NCServerHolder criteria) Get filter Localized operation with localized link base on process plan and work center.getPlantLocalizationLinks(ObjectReference workCenter, NCServerHolder criteria)
Supported API: true
-
Method Details
-
getPlantLocalizationLinks
Set<MPMPlantLocalizationLink> getPlantLocalizationLinks(ObjectReference workCenter, NCServerHolder criteria) throws WTException
Supported API: true- Throws:
WTException
-
getFilteredMPMPlantLocalizationLinks
Map<MPMOperation,MPMPlantLocalizationLink> getFilteredMPMPlantLocalizationLinks(ObjectReference workCenter, ObjectReference processPlan, NCServerHolder criteria) throws WTException Get filter Localized operation with localized link base on process plan and work center.
Supported API: true- Parameters:
workCenter-processPlan-criteria-- Returns:
- Throws:
WTException
-