Class UDIRuleUtil

java.lang.Object
com.ptc.qualitymanagement.udi.util.UDIRuleUtil

public class UDIRuleUtil extends Object
Methods to help workflow designers interact with UDI objects.

Supported API: true

Extendable: false
  • Method Details

    • validateUDISubmissionFromTask

      public static RuleValidationResultSet validateUDISubmissionFromTask(UDISubmission udiSubmission, boolean validateUsingWorkingCopy) throws WTException
      Invoke the UDI Rules configured in the UDI Super Set/UDI Super Set (Revisable) Type variable named "Business Rule XML File". When validating the working copy, the working copy may not be owned by the user completing the task or the administrator executing the robot expression.

      Supported API: true
      Parameters:
      udiSubmission - The UDI Submission object to validate
      validateUsingWorkingCopy - Controls whether the working is used for validation.
      Returns:
      Throws:
      WTException