Closed dhrn closed 3 years ago
The confluence page does not correctly describe the layout we need for associations. We actually need:
id -> getName()
title -> getTitle()
description -> getDescription()
child -> isChild
protected -> isProtected()
plus two JSON child objects for source
and target
with these properties each
role -> get[ST]RoleName()
cls -> get[ST]Class()
many -> is[Source|Target]Many()
mandatory -> is[Source|Target]Mandatory()
mandatoryEnforced -> is[Source|Target]MandatoryEnforced()
Following capability added to aspect/type api