|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IdGenerator | |
---|---|
be.ehealth.business.kmehrcommons.util | |
be.ehealth.technicalconnector.idgenerator | |
be.ehealth.technicalconnector.idgenerator.impl |
Uses of IdGenerator in be.ehealth.business.kmehrcommons.util |
---|
Classes in be.ehealth.business.kmehrcommons.util that implement IdGenerator | |
---|---|
class |
KmehrIdGenerator
generates kmehr id suffix which is compatible with mycarenet rules. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |