Register extensible object

Create a service that extends ApplicationBootService

In the methods syncServerBoot and consoleBoot, you should register it using the following code:

ExtensibleObjectRegister eo = new ExtensibleObjectRegister();
eo.setName("clearance");
eo.setDescsription("e-Clearance object");
eo.setClassName("com.soffid.addon.test.ClearanceExtensibleObject");
getAdditionalDataService().registerExtensibleObject (eo);

Revision #2
Created 30 June 2023 06:19:35 by Gabriel Buades
Updated 30 June 2023 06:26:02 by Gabriel Buades