@Implementable
@AccessLevel(value=EXTERNAL)
public abstract class VerificationHook
extends java.lang.Object
Constructor and Description |
---|
VerificationHook() |
Modifier and Type | Method and Description |
---|---|
boolean |
skipVerificationCheck(curam.core.struct.CaseHeaderKey caseHeaderKey,
curam.core.sl.infrastructure.entity.struct.EvidenceDescriptorKey evidenceDescriptorKey)
Hook point called during the VerificationController.performVerification()
method.
|
public boolean skipVerificationCheck(curam.core.struct.CaseHeaderKey caseHeaderKey, curam.core.sl.infrastructure.entity.struct.EvidenceDescriptorKey evidenceDescriptorKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
caseHeaderKey
- Contains the caseID.evidenceDescriptorKey
- Contains the evidenceDescriptorID.TRUE
if the case evidence should not be verified,
otherwise FALSE
.InformationException
- Generic Exception Signaturecuram.util.exception.AppException
- Generic Exception Signaturecuram.util.exception.InformationalException