[CLAMP-1] Initial ONAP CLAMP seed code commit 45/5145/2
authorChrisC <cc697w@intl.att.com>
Wed, 21 Jun 2017 09:38:57 +0000 (02:38 -0700)
committerChrisC <cc697w@intl.att.com>
Wed, 21 Jun 2017 09:58:20 +0000 (02:58 -0700)
commit5e9feb2a8e360b82dc2b6e4145e0fd847d2924ce
tree0c9e78d462252e5c41c977476c9dee26b1b0069b
parent4d8ae6fe89a9ed6cd9a64c3276d2dc5a48bbcc34
[CLAMP-1] Initial ONAP CLAMP seed code commit

Change-Id: I2e8070a590618a06070f393d7b2c011029af5e8a
Signed-off-by: ChrisC <cc697w@intl.att.com>
522 files changed:
.gitignore [new file with mode: 0644]
.gitreview [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
README.md [new file with mode: 0644]
extra/docker/clamp/clamp.env [new file with mode: 0644]
extra/docker/clamp/docker-compose.yml [new file with mode: 0644]
extra/docker/mariadb/conf1/my.cnf [new file with mode: 0644]
extra/docker/mariadb/conf2/my.cnf [new file with mode: 0644]
extra/docker/mariadb/conf3/my.cnf [new file with mode: 0644]
extra/sql/bulkload/clds-create-db-objects.sql [new file with mode: 0644]
extra/sql/bulkload/clds-stored-procedures.sql [new file with mode: 0644]
extra/sql/drop/clds-drop-db-objects.sql [new file with mode: 0644]
extra/sql/load-sql-files-tests-automation.sh [new file with mode: 0755]
pom.xml [new file with mode: 0644]
src/licenses/clamp_apache_v2/header.txt [new file with mode: 0644]
src/licenses/clamp_apache_v2/license.txt [new file with mode: 0644]
src/licenses/licenses.properties [new file with mode: 0644]
src/main/docker/Dockerfile [new file with mode: 0644]
src/main/docker/startService.sh [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/Application.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/Routes.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/WebConfig.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/client/CldsEventDelegate.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/client/DcaeReqDelegate.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/client/DcaeReqDeleteDelegate.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/client/OperationalPolicyDelegate.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/client/OperationalPolicyDeleteDelegate.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/client/PolicyClient.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/client/SdcCatalogServices.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/client/SdcSendReqDelegate.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/client/StringMatchPolicyDelegate.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/client/StringMatchPolicyDeleteDelegate.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/client/TcaPolicyDelegate.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/client/TcaPolicyDeleteDelegate.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/client/req/DcaeReq.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/client/req/JsonUtil.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/client/req/OperationalPolicyReq.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/client/req/SdcReq.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/client/req/StringMatchPolicyReq.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/client/req/TcaMPolicyReq.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/common/LogMessages.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/config/CamundaAuthFilterInitializer.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/config/CamundaEngineConfiguration.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/config/CldsConfiguration.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/config/CldsSecurityConfig.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/config/CsiLoggingConfiguration.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/dao/CldsDao.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/exception/AjscExceptionMapper.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/jsf/JsfExampleBean.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/CldsAlarmCondition.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/CldsAsdcArtifact.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/CldsAsdcResource.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/CldsAsdcResourceBasicInfo.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/CldsAsdcServiceDetail.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/CldsAsdcServiceInfo.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/CldsDBServiceCache.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/CldsEvent.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/CldsModel.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/CldsModelInstance.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/CldsServiceData.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/CldsTemplate.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/CldsVfData.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/CldsVfcData.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/DcaeEvent.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/HelloWorld.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/ValueItem.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/prop/Collector.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/prop/Global.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/prop/ModelBpmn.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/prop/ModelBpmnEntry.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/prop/ModelElement.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/prop/ModelProperties.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/prop/Policy.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/prop/PolicyItem.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/prop/ServiceConfiguration.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/prop/StringMatch.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/prop/Tca.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/prop/TcaItem.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/prop/TcaThreshhold.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/refprop/RefProp.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/service/CldsService.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/service/CldsTemplateService.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/service/LogService.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/service/LogServiceImpl.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/service/SecureServiceBase.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/service/SecureServicePermission.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/service/rs/JaxrsLogService.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/service/rs/JaxrsLogServiceImpl.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/transform/TransformUtil.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/transform/XslTransformer.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/workflow/LogMessageDelegate.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/workflow/ProcessRequestDelegate.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/workflow/RestMessageDelegate.java [new file with mode: 0644]
src/main/resources/META-INF/processes.xml [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/WEB-INF/web.xml [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/authenticate.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/AdminLTE.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/angucomplete.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/app.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/bootstrap-theme.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/bootstrap-theme.css.map [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/bootstrap-theme.min.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/bootstrap.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/bootstrap.css.map [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/bootstrap.min.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/bootstrap_custom.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/carousel/ajax-loader.gif [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/carousel/fonts/slick.eot [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/carousel/fonts/slick.svg [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/carousel/fonts/slick.ttf [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/carousel/fonts/slick.woff [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/carousel/grabbing.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/carousel/owl.carousel.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/carousel/owl.theme.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/carousel/slick.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/carousel/slick.css.map [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/dataTables.bootstrap.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/dataTables.fixedColumns.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/dataTables.tableTools.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/diagram-js.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/dialogs.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/flexigrid/css/flexigrid.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/flexigrid/css/flexigrid.less [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/flexigrid/css/flexigrid.pack.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/flexigrid/css/images/bg.gif [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/flexigrid/css/images/btn-sprite.gif [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/flexigrid/css/images/ddn.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/flexigrid/css/images/dn.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/flexigrid/css/images/fhbg.gif [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/flexigrid/css/images/first.gif [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/flexigrid/css/images/hl.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/flexigrid/css/images/last.gif [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/flexigrid/css/images/line.gif [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/flexigrid/css/images/load.gif [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/flexigrid/css/images/load.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/flexigrid/css/images/magnifier.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/flexigrid/css/images/next.gif [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/flexigrid/css/images/prev.gif [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/flexigrid/css/images/up.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/flexigrid/css/images/uup.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/flexigrid/css/images/wbg.gif [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/flexigrid/css/style.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/font-awesome.min.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/icons.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/images/sprite.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/jasny-bootstrap.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/jasny-bootstrap.css.map [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/jasny-bootstrap.min.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/jquery.dataTables.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/jquery.dataTables_themeroller.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/kendo.common-material.core.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/kendo.material.min.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/loading-bar.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/metisMenu.min.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/multi-select.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/navmenu.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/normalize.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/plugins/dataTables.bootstrap.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/plugins/metisMenu/metisMenu.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/plugins/metisMenu/metisMenu.min.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/plugins/morris.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/plugins/social-buttons.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/plugins/timeline.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/simple-sidebar.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/style-gue.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/styles.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/stylesheet.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/table_custom.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/table_theme_1.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/ui-grid-stable.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/ui-grid-stable.min.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/ui-grid-unstable.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/ui-grid-unstable.eot [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/ui-grid-unstable.min.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/ui-grid-unstable.svg [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/ui-grid-unstable.ttf [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/ui-grid-unstable.woff [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/ui-grid.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/ui-grid.eot [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/ui-grid.min.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/ui-grid.svg [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/ui-grid.ttf [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/ui-grid.woff [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/css/utm_custom_style.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/FontAwesome.otf [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/css/font-awesome.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/css/font-awesome.min.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/fonts/FontAwesome.otf [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/fonts/fontawesome-webfont.eot [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/fonts/fontawesome-webfont.svg [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/fonts/fontawesome-webfont.ttf [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/fonts/fontawesome-webfont.woff [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/less/bordered-pulled.less [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/less/core.less [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/less/fixed-width.less [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/less/font-awesome.less [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/less/icons.less [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/less/larger.less [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/less/list.less [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/less/mixins.less [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/less/path.less [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/less/rotated-flipped.less [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/less/spinning.less [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/less/stacked.less [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/less/variables.less [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/scss/_bordered-pulled.scss [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/scss/_core.scss [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/scss/_fixed-width.scss [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/scss/_icons.scss [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/scss/_larger.scss [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/scss/_list.scss [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/scss/_mixins.scss [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/scss/_path.scss [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/scss/_rotated-flipped.scss [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/scss/_spinning.scss [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/scss/_stacked.scss [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/scss/_variables.scss [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/font-awesome-4.1.0/scss/font-awesome.scss [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/fontawesome-webfont.eot [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/fontawesome-webfont.svg [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/fontawesome-webfont.ttf [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/fontawesome-webfont.woff [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/glyphicons-halflings-regular.eot [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/glyphicons-halflings-regular.svg [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/glyphicons-halflings-regular.ttf [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/fonts/glyphicons-halflings-regular.woff [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/CheckMark.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/DefineDecision.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/DefineModifySchema.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/DefinePID.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/DefinePath.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/DefineServiceAcronym.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/GOC.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/ImportSchema.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/InitialProcess.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/MultiBranchConnector.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/ParentNode.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/ProcessCall.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/SetDefaultValues.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/TrueFalseCondition.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/UpgradeSchema.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/clds-collector-icon.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/clds-policy-icon.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/clds-prop-icon.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/clds-string-match-icon.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/clds-tca-icon.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/favicon.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/img_ie.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/img_mozila.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/itrack.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/logo_onap_2017.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/page_under_construction.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/preffered.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/sort_asc.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/sort_asc_disabled.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/sort_both.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/sort_desc.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/sort_desc_disabled.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/th.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/index.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/index.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/angucomplete.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/angular-animate.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/angular-cookies.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/angular-highlightjs.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/angular-resource.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/angular-resource.min.js.map [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/angular-route.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/angular-sanitize.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/angular-touch.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/angular-touch.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/angular-touch.min.js.map [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/angular-vs-repeat.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/angular-vs-repeat.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/angular.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/angular.min.js.map [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/angularjs-dropdown-multiselect-new.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/angularjs-dropdown-multiselect-old.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/angularjs-dropdown-multiselect.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/angularjs-dropdown-multiselect.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/bootstrap-toggle.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/bootstrap-toggle.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/bootstrap.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/dataTables.bootstrap.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/dataTables.fixedColumns.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/dataTables.searchHighlight.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/dataTables.tableTools.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/dialogs-controllers.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/dialogs-default-translations.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/dialogs-main.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/dialogs-services.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/dialogs.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/excanvas.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/excanvas.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/flexigrid/js/flexigrid.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/flexigrid/js/flexigrid.pack.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/index.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jasny-bootstrap.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jasny-bootstrap.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3.custom/external/jquery/jquery.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3.custom/images/ui-bg_flat_0_aaaaaa_40x100.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3.custom/images/ui-bg_flat_75_ffffff_40x100.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3.custom/images/ui-bg_glass_55_fbf9ee_1x400.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3.custom/images/ui-bg_glass_65_ffffff_1x400.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3.custom/images/ui-bg_glass_75_dadada_1x400.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3.custom/images/ui-bg_glass_75_e6e6e6_1x400.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3.custom/images/ui-bg_glass_95_fef1ec_1x400.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3.custom/images/ui-bg_highlight-soft_75_cccccc_1x100.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3.custom/images/ui-icons_222222_256x240.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3.custom/images/ui-icons_2e83ff_256x240.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3.custom/images/ui-icons_454545_256x240.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3.custom/images/ui-icons_888888_256x240.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3.custom/images/ui-icons_cd0a0a_256x240.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3.custom/index.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3.custom/jquery-ui.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3.custom/jquery-ui.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3.custom/jquery-ui.min.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3.custom/jquery-ui.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3.custom/jquery-ui.structure.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3.custom/jquery-ui.structure.min.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3.custom/jquery-ui.theme.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3.custom/jquery-ui.theme.min.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3/external/jquery/jquery.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3/images/ui-icons_444444_256x240.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3/images/ui-icons_555555_256x240.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3/images/ui-icons_777620_256x240.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3/images/ui-icons_777777_256x240.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3/images/ui-icons_cc0000_256x240.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3/images/ui-icons_ffffff_256x240.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3/index.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3/jquery-ui.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3/jquery-ui.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3/jquery-ui.min.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3/jquery-ui.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3/jquery-ui.structure.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3/jquery-ui.structure.min.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3/jquery-ui.theme.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery-ui-1.11.3/jquery-ui.theme.min.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery.highlight.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/jquery.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/loading-bar.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/lodash.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/modal.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/moment.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/multiselect.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/owl.carousel.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/owl.carousel.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/plugins/flot/excanvas.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/plugins/flot/flot-data.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/plugins/flot/jquery.flot.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/plugins/flot/jquery.flot.pie.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/plugins/flot/jquery.flot.resize.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/plugins/flot/jquery.flot.tooltip.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/plugins/morris/morris-data.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/plugins/morris/morris.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/plugins/morris/morris.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/plugins/morris/raphael.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/slick.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/translate-substitution.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/ui-bootstrap-tpls.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/ui-grid-stable.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/ui-grid-stable.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/ui-grid-unstable.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/ui-grid-unstable.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/ui-grid.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/ui-grid.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/xml2json.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/modeler/Gruntfile.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/modeler/README.md [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/modeler/dist/css/app.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/modeler/dist/css/diagram-js.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/modeler/dist/index.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/modeler/package.json [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/page_under_construction.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/partials/default-include.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/partials/grid.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/partials/invalid_login.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/partials/menu.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/partials/ng-grid.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/partials/please_wait.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/partials/portfolios/Collector_properties.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/partials/portfolios/ConfirmRevertChanges.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/partials/portfolios/PolicyWindow_properties.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/partials/portfolios/Template_model.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/partials/portfolios/clds_create_model_off_Template.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/partials/portfolios/clds_create_template.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/partials/portfolios/clds_modelling.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/partials/portfolios/clds_open_model.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/partials/portfolios/clds_open_template.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/partials/portfolios/confirmation_window.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/partials/portfolios/dashboard.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/partials/portfolios/global_properties.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/partials/portfolios/global_template_properties.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/partials/portfolios/refresh_asdc.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/partials/portfolios/running_instances.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/partials/portfolios/save_confirmation.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/partials/portfolios/stringMatch_properties.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/partials/portfolios/tca_properties.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/partials/portfolios/text_area_modal.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/ActivityModellingCtrl.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/AlertService.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/AutosaveProjectCtrl.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/CldsModelService.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/CldsOpenModelCtrl.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/CldsOpenTemplateCtrl.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/CldsTemplateService.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/DashboardCtrl.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/ExportFileCtrl.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/ExportFileService.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/FileUploadCtrl.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/FileUploadService.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/GlobalPropertiesCtrl.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/ImportSchemaCtrl.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/SetDefaultValueCtrl.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/UpgradeSchemaCtrl.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/aOnBoot.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/app.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/authcontroller.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/commonService.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/common_variables.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/dataFactory.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/importSchemaService.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/kendo.custom.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/propertyExplorerCtrl.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/query_params_handler_ctrl.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/route_ctrl.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/saveConfirmationModalPopUpCtrl.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/soapRequestService.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/textAreaCtrl.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/under_construction_ctrl.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/userPreferencesService.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/unsupportedbrowser.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/utmdashboard.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/vendor/bpmn-font/css/bpmn-embedded.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/vendor/bpmn-font/css/bpmn.css [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/vendor/bpmn-font/font/bpmn.eot [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/vendor/bpmn-font/font/bpmn.svg [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/vendor/bpmn-font/font/bpmn.ttf [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/vendor/bpmn-font/font/bpmn.woff [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/css/print.css [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/css/reset.css [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/css/screen.css [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/css/style.css [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/css/typography.css [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/fonts/DroidSans-Bold.ttf [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/fonts/DroidSans.ttf [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/images/collapse.gif [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/images/expand.gif [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/images/explorer_icons.png [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/images/favicon-16x16.png [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/images/favicon-32x32.png [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/images/favicon.ico [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/images/logo_small.png [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/images/pet_store_api.png [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/images/throbber.gif [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/images/wordnik_api.png [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/index.html [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/lang/en.js [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/lang/es.js [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/lang/fr.js [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/lang/geo.js [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/lang/it.js [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/lang/ja.js [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/lang/pl.js [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/lang/pt.js [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/lang/ru.js [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/lang/tr.js [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/lang/translator.js [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/lang/zh-cn.js [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/lib/backbone-min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/lib/handlebars-2.0.0.js [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/lib/highlight.9.1.0.pack.js [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/lib/highlight.9.1.0.pack_extended.js [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/lib/jquery-1.8.0.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/lib/jquery.ba-bbq.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/lib/jquery.slideto.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/lib/jquery.wiggle.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/lib/js-yaml.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/lib/jsoneditor.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/lib/lodash.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/lib/marked.js [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/lib/swagger-oauth.js [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/o2c.html [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/swagger-ui.js [new file with mode: 0644]
src/main/resources/META-INF/resources/icd/swagger-ui.min.js [new file with mode: 0644]
src/main/resources/META-INF/resources/index.html [new file with mode: 0644]
src/main/resources/META-INF/resources/login.html [new file with mode: 0644]
src/main/resources/META-INF/securityFilterRules.json [new file with mode: 0644]
src/main/resources/application.properties [new file with mode: 0644]
src/main/resources/bootstrap.properties [new file with mode: 0644]
src/main/resources/bpmn/SampleTestProcessDelegate.bpmn [new file with mode: 0644]
src/main/resources/bpmn/TestHumanTask.bpmn [new file with mode: 0644]
src/main/resources/bpmn/TestHumanTask.png [new file with mode: 0644]
src/main/resources/bpmn/clds-process-action.bpmn [new file with mode: 0644]
src/main/resources/bpmn/dish.dmn [new file with mode: 0644]
src/main/resources/bpmn/log-message.bpmn [new file with mode: 0644]
src/main/resources/bpmn/log-message.png [new file with mode: 0644]
src/main/resources/clds/clds-policy-config.properties [new file with mode: 0644]
src/main/resources/clds/clds-reference.properties [new file with mode: 0644]
src/main/resources/clds/clds-users.properties [new file with mode: 0644]
src/main/resources/clds/globalClds.properties [new file with mode: 0644]
src/main/resources/logback.xml [new file with mode: 0644]
src/main/resources/logmessages.properties [new file with mode: 0644]
src/main/resources/system.properties [new file with mode: 0644]
src/main/resources/xsl/clds-bpmn-transformer.xsl [new file with mode: 0644]
src/test/java/org/onap/clamp/clds/AbstractIT.java [new file with mode: 0644]
src/test/java/org/onap/clamp/clds/client/req/SdcReqTest.java [new file with mode: 0644]
src/test/java/org/onap/clamp/clds/it/AsdcIT.java [new file with mode: 0644]
src/test/java/org/onap/clamp/clds/it/DcaeIT.java [new file with mode: 0644]
src/test/java/org/onap/clamp/clds/it/PolicyClientIT.java [new file with mode: 0644]
src/test/java/org/onap/clamp/clds/it/PropJsonBuilderIT.java [new file with mode: 0644]
src/test/java/org/onap/clamp/clds/it/RefPropIT.java [new file with mode: 0644]
src/test/java/org/onap/clamp/clds/model/CldsModelTest.java [new file with mode: 0644]
src/test/java/org/onap/clamp/clds/model/prop/ModelPropertiesTest.java [new file with mode: 0644]
src/test/resources/clds/clds-policy-config.properties [new file with mode: 0644]
src/test/resources/clds/clds-reference.properties [new file with mode: 0644]
src/test/resources/example/modelBpmn.xml [new file with mode: 0644]
src/test/resources/example/modelBpmnProp.json [new file with mode: 0644]
src/test/resources/example/modelProp.json [new file with mode: 0644]
src/test/resources/example/templateProp.json [new file with mode: 0644]
src/test/resources/processes.xml [new file with mode: 0644]
version.properties [new file with mode: 0644]