Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Implementation Proposal

Merge 2 'query' end points in one

REST Layer

...

  • openapi.yaml
    • change /v1/data/ch/searches to  /v1/ch/idSearches
  • ncmp.yaml
    • change executeCmHandleSearch method to queryCmHandles
    • change queryCmHandles method to queryCmHandleIds
    • Use the CmHandleQueryRestParameters shema to both of them
  • components.yaml
    • merge Conditions shema to CmHandleQueryRestParameters shema

Service Layer

  • w

Persistence Layer

  • w