Module org.universe.mdm.marks

General Info

The module's task is to isolate the functionality of labeling in any way any platform object where it may be needed.

Currently, it is possible to create and maintain the functionality of Scores and Comments with the likes function. In the future, the functionality may expand.

Comments, as well as Scores, are assigned to a combination of name space (register, asset, lookup, etc.), type name (entity name or "*" for the whole namespace) and subject ID (identifier of the labeled object).

Both evaluations and comments are interacted with in a similar way - through services that allow insertion, deletion, and queries to subsystems. Also through the services the user code is registered for the events of adding and deleting comments or evaluations.

Both services implement 2 sets of insertion, deletion, and query operations - by namespace + typename (optional) + subject ID (identifier of the labeled object) and by ID(s) of the comment or evaluation object itself.

Dependencies

  • org.unidata.mdm.core

Configuration Options

No external parameters

Pipeline Points

None