introduce INeutronCRUD.Result, instead of boolean 30/72730/1
authorMichael Vorburger <vorburger@redhat.com>
Wed, 6 Jun 2018 15:00:14 +0000 (17:00 +0200)
committerMichael Vorburger <vorburger@redhat.com>
Wed, 6 Jun 2018 15:00:49 +0000 (17:00 +0200)
commit42a5db236f6663510b6ce1579c94a8b746452b28
tree3de699e04a0aba8a3cdfa821ef4d52e30fdc1d21
parent71c9e9dfa87bf2bba5650c97012de6b923f2b973
introduce INeutronCRUD.Result, instead of boolean

and for now use it in add(T input), later remove() & update().

A future follow-up change will extend INeutronCRUD.Result with a 4th
additional enum value to signal "DependencyMissing" to callers.

JIRA: NEUTRON-158
Change-Id: I5f312008b899862e4957c0ab950b4939fd5b7369
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronCRUD.java
transcriber/src/main/java/org/opendaylight/neutron/transcriber/AbstractTranscriberInterface.java