Alfresco / rest-api-explorer

Public REST API Explorer
Apache License 2.0
37 stars 25 forks source link

[REPO-5552] more filtering capablities for aspect/type api #125

Closed dhrn closed 3 years ago

dhrn commented 3 years ago

Following capability added to aspect/type api

skopf commented 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 sourceand 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()