@Deprecated
@AccessLevel(value=EXTERNAL)
public interface EvidenceBrokerTaskGenerationStrategy
Modifier and Type | Method and Description |
---|---|
boolean |
determineTaskGenerationForBulkIdenticalEvdSharing(curam.util.type.StringList targetEvidenceDescriptorList)
Deprecated.
Since 7.0.2.0 functionality has been replaced by component
AdvancedEvidenceSharing.
Determines whether a task needs to be generated or not for the given target
evidence details and auto activation indicator for identical evidence
sharing.
|
boolean |
determineTaskGenerationForBulkNonIdenticalEvdSharing(curam.util.type.StringList targetEvidenceDescriptorList)
Deprecated.
Since 7.0.2.0 functionality has been replaced by component
AdvancedEvidenceSharing.
Determines whether a task needs to be generated or not for the given target
evidence details and auto activation indicator for identical evidence
sharing.
|
boolean |
determineTaskGenerationForIdenticalEvdSharing(boolean isTargetCasePDCInd,
boolean autoActivationInd)
Deprecated.
Since 7.0.2.0 functionality has been replaced by component
AdvancedEvidenceSharing.
Determines whether a task needs to be generated for the given
indicators of the target case for identical evidence sharing.
|
boolean |
determineTaskGenerationForIdenticalEvdSharing(curam.core.sl.infrastructure.entity.struct.EvidenceDescriptorDtls targetEvidence,
boolean autoActivationInd)
Deprecated.
Since 7.0.2.0 functionality has been replaced by component
AdvancedEvidenceSharing.
Determines whether a task needs to be generated or not for the given target
evidence details and auto activation indicator for identical evidence
sharing.
|
boolean |
determineTaskGenerationForNonIdenticalEvdSharing(curam.core.sl.infrastructure.entity.struct.EvidenceDescriptorDtls targetEvidence)
Deprecated.
Since 7.0.2.0 functionality has been replaced by component
AdvancedEvidenceSharing.
Determines whether a task needs to be generated or not for the given target
evidence details for non identical evidence sharing.
|
@Deprecated @AccessLevel(value=EXTERNAL) @Implementable boolean determineTaskGenerationForIdenticalEvdSharing(curam.core.sl.infrastructure.entity.struct.EvidenceDescriptorDtls targetEvidence, boolean autoActivationInd) throws curam.util.exception.AppException, curam.util.exception.InformationalException
targetEvidence
- Target evidence descriptor that is shared.autoActivationInd
- Indicates if auto activation is turned on or off.curam.util.exception.AppException
- Generic Exception Signature.curam.util.exception.InformationalException
- Generic Exception Signature.@Deprecated @AccessLevel(value=EXTERNAL) @Implementable boolean determineTaskGenerationForIdenticalEvdSharing(boolean isTargetCasePDCInd, boolean autoActivationInd) throws curam.util.exception.AppException, curam.util.exception.InformationalException
isTargetCasePDCInd
- Indicates if the target case is a PDC case or not.autoActivationInd
- Indicates if auto activation is turned on or off.curam.util.exception.AppException
- Generic Exception Signature.curam.util.exception.InformationalException
- Generic Exception Signature.@Deprecated @AccessLevel(value=EXTERNAL) @Implementable boolean determineTaskGenerationForNonIdenticalEvdSharing(curam.core.sl.infrastructure.entity.struct.EvidenceDescriptorDtls targetEvidence) throws curam.util.exception.AppException, curam.util.exception.InformationalException
targetEvidence
- Target evidence descriptor that is shared.curam.util.exception.InformationalException
- Generic Exception Signature.curam.util.exception.AppException
- Generic Exception Signature.@Deprecated @AccessLevel(value=EXTERNAL) @Implementable boolean determineTaskGenerationForBulkIdenticalEvdSharing(curam.util.type.StringList targetEvidenceDescriptorList) throws curam.util.exception.AppException, curam.util.exception.InformationalException
targetEvidence
- Target evidence descriptor that is shared.autoActivationInd
- Indicates if auto activation is turned on or off.curam.util.exception.AppException
- Generic Exception Signature.curam.util.exception.InformationalException
- Generic Exception Signature.@Deprecated @AccessLevel(value=EXTERNAL) @Implementable boolean determineTaskGenerationForBulkNonIdenticalEvdSharing(curam.util.type.StringList targetEvidenceDescriptorList) throws curam.util.exception.AppException, curam.util.exception.InformationalException
targetEvidence
- Target evidence descriptor that is shared.autoActivationInd
- Indicates if auto activation is turned on or off.curam.util.exception.AppException
- Generic Exception Signature.curam.util.exception.InformationalException
- Generic Exception Signature.