@RemoteInterface public interface FMEService
Windchill service for Failure Modes and Effects.

Supported API: true

Extendable: false
  • Method Details

    • getExperiencedEffects

      WTArrayList getExperiencedEffects(Changeable2 changeable) throws WTException
      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