Paul Isaychuk created FALCON-1534:
-------------------------------------
Summary: Get rid of using whole entity when only name is required
in AbstractEntityHelper methods
Key: FALCON-1534
URL: https://issues.apache.org/jira/browse/FALCON-1534
Project: Falcon
Issue Type: Sub-task
Components: merlin
Affects Versions: 0.6
Reporter: Paul Isaychuk
Assignee: Paul Isaychuk
Fix For: 0.8
The case here is that every falcon action has parameter or data it works with.
For example if action is 'submit' it posts whole entity. If action is 'delete',
it uses only entity name.
Advantage: code is more readable as it fully reflects falcon action.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)