Versions Compared

Key

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

...

paramaters

IssueNotes Decision
1dataaccepttype Do we need to consider this parameter in our NCMP internal Java interface?

2datacontenttype Do we need to consider this parameter in our NCMP internal Java interface?

3

attributes This has plural but all examples contain a single String, why?



4

The study mentions 'fields and attributes". None of the examples use 'fields'. We can see only 'value' Objects (in the write use cases)



5

Combine all java api

parameters into 1 parameter object?

There is a limit (sonar quality check) of 7 parameter max for a method

Team 
follow common practice and  have a few parameters ie. dataJobId is NOT part of the client request but generated in DCM so it seems logical to keep this separates


Proposed Method signature

...