4782 create worker for compliance check copy rb201710301748
Created by: teddywing
Worker to launch a validation for a Referential. Copies a given ComplianceControlSet using the ComplianceControlSetCopier and calls the Java validation API with the resulting check set.
TODO:
- Haven't succeeded in getting the Java call to work
-
@RobertDober is it okay to return the
ComplianceCheckSetfromComplianceControlSetCopier#copy? You should be the only consumer of this function, so I'd say yes, also because the control is available in the callers context by force.
Mergeable