Interface DocumentProcessExecutor
- All Superinterfaces:
ProcessExecutor<Reports>
- All Known Implementing Classes:
DefaultSignatureProcessExecutor
Processes a document validation
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetEnableEtsiValidationReport(boolean enableEtsiValidationReport) Specifies if the ETSI Validation Report must be createdvoidsetIncludeSemantics(boolean includeSemantics) This method allows to enable/disable the semantics inclusion in the reports (Indication / SubIndication meanings) Disabled by defaultvoidsetValidationLevel(ValidationLevel validationLevel) This method allows to set the validation level that is used during the validation process execution.Methods inherited from interface ProcessExecutor
execute, getCurrentTime, getValidationPolicy, setCurrentTime, setDiagnosticData, setLocale, setValidationPolicy
-
Method Details
-
setValidationLevel
This method allows to set the validation level that is used during the validation process execution.- Parameters:
validationLevel- the validation level.
-
setEnableEtsiValidationReport
void setEnableEtsiValidationReport(boolean enableEtsiValidationReport) Specifies if the ETSI Validation Report must be created- Parameters:
enableEtsiValidationReport- enable the ETSI Validation Report generation
-
setIncludeSemantics
void setIncludeSemantics(boolean includeSemantics) This method allows to enable/disable the semantics inclusion in the reports (Indication / SubIndication meanings) Disabled by default- Parameters:
includeSemantics- true to enable the inclusion of the semantics
-