GlideDBObjectManager and GlideNumberManager

KS18
Giga Guru

GlideDBObjectManager and GlideNumberManager are used in NumberManager(Script Include).. Please tell me how to know the contents of these two processes.

1 ACCEPTED SOLUTION

Kieran Anson
Kilo Patron

Hi KS,

These are internal java classes that aren't documented as they're not directly intended for the customer to use. Some, like GlideDBObjectManager, are surfaced via a script include such as TableUtils. You can use something like Xplore to see the functions that reside within the java class but the arguments are a guessing game unless you can find existing use of the function you've found.

View solution in original post

3 REPLIES 3

Kieran Anson
Kilo Patron

Hi KS,

These are internal java classes that aren't documented as they're not directly intended for the customer to use. Some, like GlideDBObjectManager, are surfaced via a script include such as TableUtils. You can use something like Xplore to see the functions that reside within the java class but the arguments are a guessing game unless you can find existing use of the function you've found.

Hi Kieran,

thanks for your answer. Was very precise.

What would be then options intended for normal use? GlideRecord? Others?

If it's documented on the developer or docs site, it's intended for use.