You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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
  • No labels