add transaction to exists() 28/72728/5
authorMichael Vorburger <vorburger@redhat.com>
Wed, 6 Jun 2018 14:28:36 +0000 (16:28 +0200)
committerMichael Vorburger <vorburger@redhat.com>
Mon, 11 Jun 2018 15:06:18 +0000 (17:06 +0200)
commitac69968554ceb35025026b0068e7d9c9e003c7d6
treea7d0e5786572dc931a6942572d9fac5ae7c1f35a
parent42a5db236f6663510b6ce1579c94a8b746452b28
add transaction to exists()

make AbstractTranscriberInterface exists() public

This allows one *Interface implementation (say
NeutronSecurityRuleInterface) to check for the existence of others (say
NeutronSecurityGroupInterface) in dependency checks.

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