You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by Apoorv Naik <na...@gmail.com> on 2016/08/30 05:17:48 UTC

Review Request 51514: [ATLAS-1144] Create/update entity API call should return more definitions

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51514/
-----------------------------------------------------------

Review request for atlas.


Repository: atlas


Description
-------

The bug states that the API response only shows one entity definition in the response of an update/create call wherease the expectation seems to be of getting the entire list of the entities that were created/updated.

The fix adds the required capability by the means of a query parameter responseType with the value as "full", if the API call is made with this extra parameter, the response would contain an additional field called "definitionList" which is of type JsonArray. If the parameter is unspecified, the API response remains unaffected.


Diffs
-----

  webapp/src/main/java/org/apache/atlas/web/resources/EntityResource.java 82016d0 

Diff: https://reviews.apache.org/r/51514/diff/


Testing
-------


Thanks,

Apoorv Naik