-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* MOSIP-34112 code changes Signed-off-by: Sowmya Ujjappa Banakar <[email protected]> * MOSIP-34112 code changes Signed-off-by: Sowmya Ujjappa Banakar <[email protected]> * MOSIP-34112 code changes Signed-off-by: Sowmya Ujjappa Banakar <[email protected]> --------- Signed-off-by: Sowmya Ujjappa Banakar <[email protected]> Co-authored-by: Sowmya Ujjappa Banakar <[email protected]>
- Loading branch information
Showing
5 changed files
with
187 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ on: | |
- master | ||
- 1.* | ||
- develop | ||
- MOSIP-34112_release | ||
|
||
jobs: | ||
build-maven-registration: | ||
|
94 changes: 49 additions & 45 deletions
94
...src/main/java/io/mosip/registration/processor/biodedupe/constants/BioDedupeConstants.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,49 @@ | ||
package io.mosip.registration.processor.biodedupe.constants; | ||
|
||
public class BioDedupeConstants { | ||
|
||
/** The Constant FILE_SEPARATOR. */ | ||
public static final String FILE_SEPARATOR = "\\"; | ||
|
||
/** The Constant INDIVIDUAL_BIOMETRICS. */ | ||
public static final String INDIVIDUAL_BIOMETRICS = "individualBiometrics"; | ||
|
||
public static final String VALUE = "value"; | ||
|
||
public static final String CBEFF_PRESENT_IN_PACKET = "Cbeff is present in the packet, destination stage is abis_handler"; | ||
|
||
public static final String CBEFF_NOT_PRESENT_IN_PACKET = "Cbeff is not present in the packet. This will be sent to manual verification."; | ||
|
||
public static final String CBEFF_ABSENT_IN_PACKET = "Cbeff is absent in the packet for child, destination stage is UIN"; | ||
|
||
public static final String UPDATE_PACKET_BIOMETRIC_NOT_NULL = "Update packet individual biometric not null, destination stage is abis_handler"; | ||
|
||
public static final String UPDATE_PACKET_BIOMETRIC_NULL = "Update packet individual biometric null, destination stage is UIN"; | ||
|
||
public static final String ABIS_RESPONSE_NOT_NULL = "ABIS response Details not null, destination stage is Manual_verification"; | ||
|
||
public static final String ABIS_RESPONSE_NULL = "ABIS response Details null, destination stage is UIN"; | ||
|
||
public static final String CBEFF_NOT_FOUND = "Cbeff not found for the lost packet"; | ||
|
||
public static final String APPLICANT_TYPE_CHILD = "Applicant type is child and Cbeff not present returning false"; | ||
|
||
public static final String APPLICANT_TYPE_ADULT = "Applicant type is adult and Cbeff not present throwing exception"; | ||
|
||
public static final String LOST_PRE_ABIS_IDENTITIFICATION = "Lost Packet Pre abis identification"; | ||
|
||
public static final String NO_MATCH_FOUND_FOR_LOST = "No match found, rejecting the lost packet for "; | ||
|
||
public static final String FOUND_UIN_IN_BIO_CHECK = "Found a matching UIN in bio check for the lost packet "; | ||
|
||
public static final String FOUND_UIN_IN_DEMO_CHECK = "Found a matching UIN in demo check for the lost packet "; | ||
|
||
public static final String MULTIPLE_RID_FOUND = "Multiple matched regId found, saving data in manual verification"; | ||
|
||
/** The Constant INTERNAL_ERROR. */ | ||
private static final String INTERNAL_ERROR = "Internal error occurred in bio-dedupe stage while processing for registrationId "; | ||
} | ||
package io.mosip.registration.processor.biodedupe.constants; | ||
|
||
public class BioDedupeConstants { | ||
|
||
/** The Constant FILE_SEPARATOR. */ | ||
public static final String FILE_SEPARATOR = "\\"; | ||
|
||
/** The Constant INDIVIDUAL_BIOMETRICS. */ | ||
public static final String INDIVIDUAL_BIOMETRICS = "individualBiometrics"; | ||
|
||
public static final String VALUE = "value"; | ||
|
||
public static final String CBEFF_PRESENT_IN_PACKET = "Cbeff is present in the packet, destination stage is abis_handler"; | ||
|
||
public static final String CBEFF_NOT_PRESENT_IN_PACKET = "Cbeff is not present in the packet. This will be sent to manual verification."; | ||
|
||
public static final String CBEFF_ABSENT_IN_PACKET = "Cbeff is absent in the packet for child, destination stage is UIN"; | ||
|
||
public static final String UPDATE_PACKET_BIOMETRIC_NOT_NULL = "Update packet individual biometric not null, destination stage is abis_handler"; | ||
|
||
public static final String UPDATE_PACKET_BIOMETRIC_NULL = "Update packet individual biometric null, destination stage is UIN"; | ||
|
||
public static final String ABIS_RESPONSE_NOT_NULL = "ABIS response Details not null, destination stage is Manual_verification"; | ||
|
||
public static final String ABIS_RESPONSE_NULL = "ABIS response Details null, destination stage is UIN"; | ||
|
||
public static final String CBEFF_NOT_FOUND = "Cbeff not found for the lost packet"; | ||
|
||
public static final String APPLICANT_TYPE_CHILD = "Applicant type is child and Cbeff not present returning false"; | ||
|
||
public static final String APPLICANT_TYPE_ADULT = "Applicant type is adult and Cbeff not present throwing exception"; | ||
|
||
public static final String LOST_PRE_ABIS_IDENTITIFICATION = "Lost Packet Pre abis identification"; | ||
|
||
public static final String NO_MATCH_FOUND_FOR_LOST = "No match found, rejecting the lost packet for "; | ||
|
||
public static final String FOUND_UIN_IN_BIO_CHECK = "Found a matching UIN in bio check for the lost packet "; | ||
|
||
public static final String FOUND_UIN_IN_DEMO_CHECK = "Found a matching UIN in demo check for the lost packet "; | ||
|
||
public static final String MULTIPLE_RID_FOUND = "Multiple matched regId found, saving data in manual verification"; | ||
|
||
/** The Constant INTERNAL_ERROR. */ | ||
private static final String INTERNAL_ERROR = "Internal error occurred in bio-dedupe stage while processing for registrationId "; | ||
|
||
public static final String ABIS_RESPONSE_MATCHING = "ABIS response Details matching, destination stage is UIN"; | ||
|
||
public static final String NO_MATCH_FOUND_FOR_UPDATE = "No match found, rejecting the Update packet for "; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters