public class CustomProcessExecutor extends Object implements ProcessExecutor
| Constructor and Description |
|---|
CustomProcessExecutor() |
| Modifier and Type | Method and Description |
|---|---|
Reports |
execute()
This method allows to run the validation process.
|
Date |
getCurrentTime() |
ValidationPolicy |
getValidationPolicy() |
void |
setCurrentTime(Date currentTime)
This method allows to set the
Date that is used
during the validation process execution. |
void |
setDiagnosticData(eu.europa.esig.dss.jaxb.diagnostic.DiagnosticData diagnosticData)
This method allows to set the
eu.europa.esig.dss.jaxb.diagnostic.DiagnosticData that is used
during the validation process execution. |
void |
setValidationLevel(ValidationLevel validationLevel)
This method allows to set the validation level that is used during the
validation process execution.
|
void |
setValidationPolicy(ValidationPolicy policy)
This method allows to set the validation policy that is used during the
validation process execution.
|
public void setCurrentTime(Date currentTime)
ProcessExecutorDate that is used
during the validation process execution.setCurrentTime in interface ProcessExecutorpublic void setDiagnosticData(eu.europa.esig.dss.jaxb.diagnostic.DiagnosticData diagnosticData)
ProcessExecutoreu.europa.esig.dss.jaxb.diagnostic.DiagnosticData that is used
during the validation process execution.setDiagnosticData in interface ProcessExecutorpublic void setValidationPolicy(ValidationPolicy policy)
ProcessExecutorsetValidationPolicy in interface ProcessExecutorpolicy - the representation of the validation policy.public void setValidationLevel(ValidationLevel validationLevel)
ProcessExecutorsetValidationLevel in interface ProcessExecutorvalidationLevel - the validation level.public Reports execute()
ProcessExecutorexecute in interface ProcessExecutorReportspublic Date getCurrentTime()
getCurrentTime in interface ProcessExecutorpublic ValidationPolicy getValidationPolicy()
getValidationPolicy in interface ProcessExecutorCopyright © 2018. All rights reserved.