Every persistent object has the unique property r_object_id . The property has 16 digits from type string. Every character is one hexadecimal digit.
The first two digits representing the type of the object. The next six digit representing the Repository ID and the last eight digits display the unique object ID
Example: r_object_id for one dm_document object: 090003fb900100ff
Example: r_object_id for one dm_user object stored in the same repository:110003fb12345678
Type and all subtypes(child objects) | Digit |
---|---|
object types (excerpt) | hexadecimal |
dm_type | 03 |
dmr_content | 06 |
dm_component | 08 |
dm_sysobject | 08 |
dm_document | 09 |
dm_user | 11 |
dm_group | 12 |
dm_relation | 37 |
dm_acl | 45 |
dm_policy | 46 |
dm_alias_set | 66 |
dm_folder | 0b |
dmi_queue_item | 1b |
dmi_workitem | 4a |
dm_process | 4b |
dm_workflow | 4d |
dm_audittrail | 5f |