@Deprecated
@Implementable
@AccessLevel(value=EXTERNAL)
public interface RestrictEBHook
Modifier and Type | Method and Description |
---|---|
boolean |
preventEBProcessing(curam.core.sl.infrastructure.entity.struct.EvidenceDescriptorDtls sourceEvidenceDescriptorDtls,
curam.core.struct.CaseHeaderDtls targetCaseHeaderDtls)
Deprecated.
Since 7.0.2.0 functionality has been replaced by component
AdvancedEvidenceSharing.
Determines whether a given dynamic evidence should be shared to the target
case or not while sharing evidences from a participant data case(PDC) to an
integrated case(IC). The evidence broker configuration for PDC to IC
sharing can be selectively turned off by returning an appropriated boolean
value.
|
@Deprecated boolean preventEBProcessing(curam.core.sl.infrastructure.entity.struct.EvidenceDescriptorDtls sourceEvidenceDescriptorDtls, curam.core.struct.CaseHeaderDtls targetCaseHeaderDtls) throws curam.util.exception.AppException, curam.util.exception.InformationalException
sourceEvidenceDescriptorDtls
- Contains details of the source evidence descriptor being shared.targetCaseHeaderDtls
- Contains details of the target case to which the evidence needs to
be shared.True
if the evidence should not be shared to the given
target case, otherwise False
.curam.util.exception.AppException
- Generic Exception Signature.curam.util.exception.InformationalException
- Generic Exception Signature.