@Deprecated
@AccessLevel(value=EXTERNAL)
public abstract class EvidenceBrokerEvents
extends java.lang.Object
Constructor and Description |
---|
EvidenceBrokerEvents()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
postBulkEvidenceSharing(curam.core.struct.CaseHeaderKey caseHeaderKey)
Deprecated.
Since 7.0.2.0 functionality has been replaced by component
AdvancedEvidenceSharing.
Performs post-processing for bulk evidence sharing.
|
void |
postShareEvidence(curam.core.struct.CaseHeaderKey caseHeaderKey)
Deprecated.
Since 7.0.2.0 functionality has been replaced by component
AdvancedEvidenceSharing.
Performs post-processing for evidence sharing.
|
void |
postShareEvidenceForCaseParticipant(curam.core.sl.entity.struct.CaseParticipantRoleKey caseParticipantRoleKey)
Deprecated.
Performs post-processing for case participant evidence sharing.
|
@AccessLevel(value=EXTERNAL) @Implementable public void postShareEvidenceForCaseParticipant(curam.core.sl.entity.struct.CaseParticipantRoleKey caseParticipantRoleKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
caseParticipantRoleKey
- Case participant role key information.curam.util.exception.AppException
- Generic Exception Signature.curam.util.exception.InformationalException
- Generic Exception Signature.@Deprecated @AccessLevel(value=EXTERNAL) @Implementable public void postShareEvidence(curam.core.struct.CaseHeaderKey caseHeaderKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
caseHeaderKey
- Case header key information.curam.util.exception.AppException
- Generic Exception Signature.curam.util.exception.InformationalException
- Generic Exception Signature.@Deprecated @AccessLevel(value=EXTERNAL) @Implementable public void postBulkEvidenceSharing(curam.core.struct.CaseHeaderKey caseHeaderKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
caseHeaderKey
- Case header key information.curam.util.exception.AppException
- Generic Exception Signature.curam.util.exception.InformationalException
- Generic Exception Signature.