public class TlfUpdateResult extends ClinicalUpdateResult
Constructor and Description |
---|
TlfUpdateResult(TlfTemplate tlfTemplate,
String validationReportPath,
SourceLocation validationReportSourceLocation,
ValidationResult validationResult)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
TlfTemplate |
getTlfTemplate()
Gets the updated TLF template.
|
getValidationReportPath, getValidationReportSourceLocation, getValidationResult, toString
public TlfUpdateResult(TlfTemplate tlfTemplate, String validationReportPath, SourceLocation validationReportSourceLocation, ValidationResult validationResult)
tlfTemplate
- The updated TLF template.validationReportPath
- The path of the validation report, if provided.validationReportSourceLocation
- The source location (repository or workspace) of the validation report, if
a validation path is specified. Otherwise, null.validationResult
- The validation results of importing TLFs to a TLF template.public TlfTemplate getTlfTemplate()
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>