@Deprecated
@Implementable
@AccessLevel(value=EXTERNAL)
public abstract class EvidenceBrokerHooks
extends java.lang.Object
Constructor and Description |
---|
EvidenceBrokerHooks()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canClosedCaseBeIncluded(curam.core.struct.CaseHeaderDtls originatingCase,
curam.core.struct.CaseHeaderDtls polledCase,
boolean caseParticipantRoleIsBeingAdded)
Deprecated.
Since 7.0.2.0 functionality has been replaced by component
AdvancedEvidenceSharing.
Determines if a closed case can be polled during evidence brokering when
case participant roles are being added to a case.
|
@Deprecated public boolean canClosedCaseBeIncluded(curam.core.struct.CaseHeaderDtls originatingCase, curam.core.struct.CaseHeaderDtls polledCase, boolean caseParticipantRoleIsBeingAdded) throws curam.util.exception.AppException, curam.util.exception.InformationalException
originatingCase
- Originating Case Header details information. This is the case
doing the polling.polledCase
- Case Header details of a case being polled during evidence
brokering.caseParticipantRoleIsBeingAdded
- Flag to indicate if a case participant role is being added.True
if the closed case should be polled for, evidence
during brokering, otherwise False
.curam.util.exception.AppException
- Generic Exception Signature.curam.util.exception.InformationalException
- Generic Exception Signature.