Uses of Interface
be.ehealth.technicalconnector.idgenerator.IdGenerator

Packages that use IdGenerator
be.ehealth.technicalconnector.idgenerator   
be.ehealth.technicalconnector.idgenerator.impl   
 

Uses of IdGenerator in be.ehealth.technicalconnector.idgenerator
 

Methods in be.ehealth.technicalconnector.idgenerator that return IdGenerator
static IdGenerator IdGeneratorFactory.getIdGenerator()
          returns the default instance of the idGenerator, which uses a datetime generator, suited to create an inputReference for a mycarenet message ( max length 14).
static IdGenerator IdGeneratorFactory.getIdGenerator(String type)
           
 

Method parameters in be.ehealth.technicalconnector.idgenerator with type arguments of type IdGenerator
static void IdGeneratorFactory.registerDefaultImplementation(String type, Class<? extends IdGenerator> clazz)
           
 

Uses of IdGenerator in be.ehealth.technicalconnector.idgenerator.impl
 

Classes in be.ehealth.technicalconnector.idgenerator.impl that implement IdGenerator
 class DateTimeIdGenerator
          uses a simple DateTime to generate unique inputReference.
 class NanoTimeGenerator
           
 class TimeBasedUniqueKeyGenerator
           
 class UUIDGenerator
          Generate a random UUID Implementation of IdGenerator
 class XSIDGenerator
          generates a new id for a field of type xs:Id.
 




Connector Packaging TECHNICAL 3.24.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.