Adding client full module to apex-pdp 49/56449/1
authorramverma <ram.krishna.verma@ericsson.com>
Sat, 14 Jul 2018 18:05:57 +0000 (19:05 +0100)
committerramverma <ram.krishna.verma@ericsson.com>
Sat, 14 Jul 2018 18:06:30 +0000 (19:06 +0100)
commit773cff1147e756eb9be6d4a56dc5f70537f172fc
tree74f2f8bccee2a8a0239494892285b13aaccb8041
parent08b595c863b45e759e57ef419c83dad2b209df9c
Adding client full module to apex-pdp

Change-Id: Id6e4e37b7740eeb3d83998e596c0c963c93e64f2
Issue-ID: POLICY-864
Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
29 files changed:
client/client-deployment/pom.xml
client/client-full/pom.xml [new file with mode: 0644]
client/client-full/src/main/java/org/onap/policy/apex/client/full/rest/ApexServicesRest.java [new file with mode: 0644]
client/client-full/src/main/java/org/onap/policy/apex/client/full/rest/ApexServicesRestMain.java [new file with mode: 0644]
client/client-full/src/main/java/org/onap/policy/apex/client/full/rest/ApexServicesRestParameterException.java [new file with mode: 0644]
client/client-full/src/main/java/org/onap/policy/apex/client/full/rest/ApexServicesRestParameterParser.java [new file with mode: 0644]
client/client-full/src/main/java/org/onap/policy/apex/client/full/rest/ApexServicesRestParameters.java [new file with mode: 0644]
client/client-full/src/main/java/org/onap/policy/apex/client/full/rest/ParameterCheck.java [new file with mode: 0644]
client/client-full/src/main/java/org/onap/policy/apex/client/full/rest/package-info.java [new file with mode: 0644]
client/client-full/src/main/resources/webapp/WEB-INF/web.xml [new file with mode: 0644]
client/client-full/src/main/resources/webapp/css/interfaceAssets.css [new file with mode: 0644]
client/client-full/src/main/resources/webapp/css/styles.css [new file with mode: 0644]
client/client-full/src/main/resources/webapp/images/Apex.png [new file with mode: 0644]
client/client-full/src/main/resources/webapp/images/logo_onap.png [new file with mode: 0644]
client/client-full/src/main/resources/webapp/index.html [new file with mode: 0644]
client/client-full/src/main/resources/webapp/js/ApexMain.js [new file with mode: 0644]
client/client-full/src/main/resources/webapp/js/jquery/jquery-1.12.4.js [new file with mode: 0644]
client/client-full/src/main/resources/webapp/resources/16px/deploy_white_16px.svg [new file with mode: 0644]
client/client-full/src/main/resources/webapp/resources/16px/eye_white_16px.svg [new file with mode: 0644]
client/client-full/src/main/resources/webapp/resources/16px/note_white_16px.svg [new file with mode: 0644]
client/client-full/src/main/resources/webapp/resources/16px/rowCollapsed_black_16px.svg [new file with mode: 0644]
client/client-full/src/main/resources/webapp/resources/16px/rowExpanded_black_16px.svg [new file with mode: 0644]
client/client-full/src/main/resources/webapp/resources/16px/settings_black_16px.svg [new file with mode: 0644]
client/client-full/src/main/resources/webapp/resources/screen.svg [new file with mode: 0644]
client/client-full/src/main/resources/webapp/resources/systemBar/help_black.svg [new file with mode: 0644]
client/client-full/src/main/resources/webapp/resources/systemBar/logout_black.svg [new file with mode: 0644]
client/client-full/src/main/resources/webapp/resources/video.svg [new file with mode: 0644]
client/client-monitoring/pom.xml
client/pom.xml