Class StandardNPIService

java.lang.Object
wt.services.StandardManager
com.ptc.windchill.suma.npi.StandardNPIService
All Implemented Interfaces:
com.ptc.windchill.suma.npi.NPIService, Serializable, wt.fc._NetFactor, NetFactor, wt.services.Manager

public class StandardNPIService extends StandardManager implements com.ptc.windchill.suma.npi.NPIService

Use the newStandardNPIService static factory method(s), not the StandardNPIService constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: true

See Also:
  • Method Details

    • getResultingPart

      public WTPart getResultingPart(WTPartRequest request) throws WTException


      Supported API: true
      Specified by:
      getResultingPart in interface com.ptc.windchill.suma.npi.NPIService
      Parameters:
      request -
      Returns:
      WTPart
      Throws:
      WTException
    • cancelNewPartRequest

      public WTPartRequest cancelNewPartRequest(WTPartRequest request) throws WTException
      Terminate running approval process. Set lifecycle state to Cancelled.

      Supported API: true
      Specified by:
      cancelNewPartRequest in interface com.ptc.windchill.suma.npi.NPIService
      Parameters:
      request -
      Returns:
      WTPartRequest
      Throws:
      WTException