Package | Description |
---|---|
be.ehealth.technicalconnector.idgenerator | |
be.ehealth.technicalconnector.idgenerator.impl |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static void |
IdGeneratorFactory.registerDefaultImplementation(String type,
Class<? extends IdGenerator> clazz) |
Modifier and Type | Class and Description |
---|---|
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 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.