Guard policy Backend 69/66169/2
authorsebdet <sd378r@intl.att.com>
Wed, 12 Sep 2018 16:52:39 +0000 (18:52 +0200)
committersebdet <sd378r@intl.att.com>
Mon, 17 Sep 2018 14:41:27 +0000 (16:41 +0200)
commit19ab2338a2af9daf35835cebf85a7415867d19bb
treed60bb6f5659f5672ed76daf56cbf0623d4ffa684
parentc95cc5530f73b67537cedec962803b8c3522b3de
Guard policy Backend

Introduce Guard policy backend code

Issue-ID: CLAMP-190
Change-Id: I7d60c6dd700c84607329f5449287465379b94807
Signed-off-by: sebdet <sd378r@intl.att.com>
12 files changed:
src/main/java/org/onap/clamp/clds/client/GuardPolicyDelegate.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/client/GuardPolicyDeleteDelegate.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/client/req/policy/GuardPolicyAttributesConstructor.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/client/req/policy/PolicyClient.java
src/main/java/org/onap/clamp/clds/dao/CldsDao.java
src/main/java/org/onap/clamp/clds/model/properties/PolicyItem.java
src/main/java/org/onap/clamp/clds/service/CldsService.java
src/main/resources/application-noaaf.properties
src/main/resources/application.properties
src/main/resources/clds/camel/routes/flexible-flow.xml
src/main/resources/clds/templates/globalProperties.json
src/test/java/org/onap/clamp/clds/it/CldsServiceItCase.java