Ticket #1369 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Provide reflection routines and error codes for optional metadata class

Reported by: piotras Assigned to: piotras
Priority: blocker Milestone: 9.09 Mjolnir
Component: Midgard Core Version: 9.09 Mjolnir
Keywords: Cc:

Description

midgard_object_class should provide info whether metadata is defined (and its type) for particular class. midgard_error should provide error code for not defined metadata class. Related to #1332

Change History

09/26/09 10:51:19 changed by piotras

  • status changed from new to assigned.

09/26/09 11:49:25 changed by piotras

(In [23492]) Make metadata class optional. Refs #1332, #1369

09/28/09 11:56:05 changed by piotras

(In [23497]) Register MGD_ERR_NO_METADATA constant. Refs #1369 Refs #1332

09/28/09 12:02:09 changed by piotras

(In [23498]) Added has_metadata method. Refs #1369 Refs #1332

09/28/09 12:08:23 changed by piotras

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [23499]) Register ERR_NO_METADATA constant. Added has_metadata method to object_class. Fixes #1332, Fixes #1369