Class DuplicateDetectionIdGenerator


  • public class DuplicateDetectionIdGenerator
    extends Object
    Utility class to support creation of unique duplicate detection keys
    • Constructor Detail

      • DuplicateDetectionIdGenerator

        public DuplicateDetectionIdGenerator()
    • Method Detail

      • get

        public static String get​(String deploymentId,
                                 String processId,
                                 Object referenceBid,
                                 String referenceKey)
        The most basic duplication detection id is based on full business process context and midnight marker
        Parameters:
        deploymentId - the deployment ID.
        processId - the ID of the process
        referenceBid - business reference bid to be defined in the step logs
        referenceKey - the reference key.
        Returns:
        upper case concatenation of above