Class WcNonconformanceIfc

java.lang.Object
com.ptc.jws.servlet.JaxWsWebService
com.ptc.qualitymanagement.nc.jws.WcNonconformanceIfc

public class WcNonconformanceIfc extends JaxWsWebService

Supported API: true

Extendable: true
See Also:
  • Method Details

    • createEditNC

      public NcStatus createEditNC(NcInfo ncInfo) throws javax.xml.soap.SOAPException
      Creates/Edits the nonconformance object. The NcInfo contains the various parameters required to create the bean.
      Parameters:
      ncInfoBean - - Input object containing the various parameters to create/edit the NC object.
      Returns:
      NcStatus - Output detailing the result service invoked.
      Throws:
      javax.xml.soap.SOAPException -

      Supported API: true
    • getNCStatus

      public NcStatus getNCStatus(String ncOid, String locale) throws javax.xml.soap.SOAPException
      Will return the state of the provided nonconformance in the given locale.
      Parameters:
      ncOid - OID of the nonconformannce of which the status needs to be fetched.
      locale - - locale in which the status needs to be returned. If null - session locale is used otherwise the server locale would be used...
      Returns:
      Throws:
      javax.xml.soap.SOAPException -

      Supported API: true