@Deprecated
@AccessLevel(value=EXTERNAL)
public interface EvidenceBroker
Modifier and Type | Method and Description |
---|---|
void |
bulkEvidenceSharing(curam.core.sl.infrastructure.struct.ApplyChangesEvidenceLists key)
Deprecated.
|
void |
restartSharing()
Deprecated.
|
void |
shareEvidence(curam.core.sl.infrastructure.entity.struct.EvidenceDescriptorKey evidenceDescriptorKey)
Deprecated.
|
void |
shareEvidenceForCaseParticipantCreation(curam.core.sl.entity.struct.CaseParticipantRoleKey key)
Deprecated.
|
void |
shareEvidenceRemoval(curam.core.sl.infrastructure.entity.struct.EvidenceDescriptorKey evidenceDescriptorKey)
Deprecated.
|
void |
shareExternalEvidence(curam.core.sl.struct.SharedEvidenceDescriptorDetails sharedEvidenceDescriptorDetails)
Deprecated.
|
void |
shareExternalEvidenceRemoval(curam.core.sl.struct.SharedEvidenceDescriptorDetails sharedEvidenceDescriptorDetails)
Deprecated.
|
void |
stopSharing()
Deprecated.
|
@Deprecated void shareEvidence(curam.core.sl.infrastructure.entity.struct.EvidenceDescriptorKey evidenceDescriptorKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@Deprecated void shareEvidenceForCaseParticipantCreation(curam.core.sl.entity.struct.CaseParticipantRoleKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@Deprecated void shareEvidenceRemoval(curam.core.sl.infrastructure.entity.struct.EvidenceDescriptorKey evidenceDescriptorKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@Deprecated void shareExternalEvidence(curam.core.sl.struct.SharedEvidenceDescriptorDetails sharedEvidenceDescriptorDetails) throws curam.util.exception.AppException, curam.util.exception.InformationalException
Determines whether a given piece of evidence received from a
remote system is configured for evidence sharing, if configured, then
shares the evidence with the relevant cases.
curam.util.exception.AppException
curam.util.exception.InformationalException
@Deprecated void shareExternalEvidenceRemoval(curam.core.sl.struct.SharedEvidenceDescriptorDetails sharedEvidenceDescriptorDetails) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@Deprecated void bulkEvidenceSharing(curam.core.sl.infrastructure.struct.ApplyChangesEvidenceLists key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@Deprecated @AccessLevel(value=EXTERNAL) void stopSharing() throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@Deprecated @AccessLevel(value=EXTERNAL) void restartSharing() throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException