Interface FMEService
Windchill service for Failure Modes and Effects.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptiongetExpEffectsForGivenExperiencableObj(wt.quality.Experienceable expDetails, Changeable2 changeable) Retrieve all the Experienced effects for the passed Changeable for the given Experienceable
Supported API: truegetExperiencedEffects(Changeable2 changeable) Retrieve all the Experienced effects for the passed Changeable via the effectAt link.
-
Method Details
-
getExperiencedEffects
Retrieve all the Experienced effects for the passed Changeable via the effectAt link.
Supported API: true- Parameters:
changeable-- Returns:
- Throws:
WTException
-
getExpEffectsForGivenExperiencableObj
WTArrayList getExpEffectsForGivenExperiencableObj(wt.quality.Experienceable expDetails, Changeable2 changeable) throws WTException Retrieve all the Experienced effects for the passed Changeable for the given Experienceable
Supported API: true- Parameters:
changeable-- Returns:
- Throws:
WTException
-