Versions Compared

Key

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

Ref: 

Jira
serverONAP JIRA
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keyCPS-291

...

Introduction

The query requested by a client is defined in the java (and REST) API using cpsPath (string) parameter.
cpsPath is to follow xPath 3.0 expressions. As CPS evolves more xPath functionality will be supported.

Currently the cpsPath (string) is passed straight from cps-service to the cps-reference-implementation (cps-ri). Any parsing of cpsPath happens in cps-ri and is then translated into sql queries (some native to postgreSql)

This study is to consider moving the parsing of cpsPath to the cps-service and to consider possible interface alternatives for the cps-ri SPI

Overview

draw.io Diagram
bordertrue
diagramNameMove CpsPathQuery
simpleViewerfalse
width400
linksauto
tbstyletop
lboxtrue
diagramWidth1293
revision1

...