Versions Compared

Key

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

...

  • Model getGETModel(Representation)
    • A resource that supports GET operations such as 'getAll', 'getByUniqueId', and 'search'' should override this method.

  • Model getCREATEModel(Representation)
    • A resource that supports CREATE operations shouldshould override override this method.

  • Model getUPDATEModel(Representation)
    • A resource that supports UPDATE operations shouldshould override override this method.

It is not mandatory that you override these methods. However if not, their proper definitions won't appear in OpenMRS Swagger Spec. Thus the resource won't show up in the live documentation either. So it's recommended that you override these.

...

Page Properties
hiddentrue


 
Related issues