Class UDIRuleUtil
java.lang.Object
com.ptc.qualitymanagement.udi.util.UDIRuleUtil
Methods to help workflow designers interact with UDI objects.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionstatic RuleValidationResultSetvalidateUDISubmissionFromTask(UDISubmission udiSubmission, boolean validateUsingWorkingCopy) Invoke the UDI Rules configured in the UDI Super Set/UDI Super Set (Revisable) Type variable named "Business Rule XML File".
-
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 validatevalidateUsingWorkingCopy- Controls whether the working is used for validation.- Returns:
- Throws:
WTException
-