diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-07-31 08:47:35 +0000 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-07-31 15:51:10 -0400 |
commit | 073cc188efe9abb4c010cf674e34e2cf46ef1c52 (patch) | |
tree | 155c23fbdf3a838ecb5f4183fc3bb6b09aac41eb /PolicyEngineAPI | |
parent | 4ca818fdfb9b807562166800a086b413593d6894 (diff) |
[POLICY-73] replace openecomp for policy-engine
Change-Id: I54072f6bcd388c0e05562614ee89b4ae7ad67004
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'PolicyEngineAPI')
-rw-r--r-- | PolicyEngineAPI/Test/PDP_settings/test_PolicyEngine.xml | 98 | ||||
-rw-r--r-- | PolicyEngineAPI/Test/test_PolicyEngine.xml | 98 | ||||
-rw-r--r-- | PolicyEngineAPI/pom.xml | 8 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/AttributeType.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/AttributeType.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/ConfigRequestParameters.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/ConfigRequestParameters.java) | 24 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/DecisionRequestParameters.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/DecisionRequestParameters.java) | 34 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/DecisionResponse.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/DecisionResponse.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/DeletePolicyCondition.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/DeletePolicyCondition.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/DeletePolicyParameters.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/DeletePolicyParameters.java) | 2 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/DictionaryParameters.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/DictionaryParameters.java) | 2 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/DictionaryResponse.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/DictionaryResponse.java) | 2 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/DictionaryType.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/DictionaryType.java) | 2 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/EventRequestParameters.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/EventRequestParameters.java) | 12 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/ImportParameters.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/ImportParameters.java) | 8 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/MetricsRequestParameters.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/MetricsRequestParameters.java) | 2 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/MetricsResponse.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/MetricsResponse.java) | 2 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/NotificationScheme.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/NotificationScheme.java) | 2 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyChangeResponse.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyChangeResponse.java) | 2 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyClass.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyClass.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyConfig.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyConfig.java) | 6 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyConfigException.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyConfigException.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyConfigStatus.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyConfigStatus.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyConfigType.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyConfigType.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyDecision.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyDecision.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyDecisionException.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyDecisionException.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyEngine.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyEngine.java) | 198 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyEngineException.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyEngineException.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyEventException.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyEventException.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyException.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyException.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyParameters.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyParameters.java) | 48 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyResponse.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyResponse.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyResponseStatus.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyResponseStatus.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyType.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyType.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/PushPolicyParameters.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PushPolicyParameters.java) | 8 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/RuleProvider.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/RuleProvider.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/api/package-info.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/api/package-info.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/models/APIConfigResponse.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/models/APIConfigResponse.java) | 6 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/models/APIDictionaryResponse.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/models/APIDictionaryResponse.java) | 2 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/models/APIPolicyConfigResponse.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/models/APIPolicyConfigResponse.java) | 6 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/std/AutoClientDMAAP.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/std/AutoClientDMAAP.java) | 18 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/std/AutoClientEnd.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/std/AutoClientEnd.java) | 18 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/std/AutoClientUEB.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/std/AutoClientUEB.java) | 16 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/std/ManualClientEnd.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/std/ManualClientEnd.java) | 14 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/std/ManualClientEndDMAAP.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/std/ManualClientEndDMAAP.java) | 18 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/std/ManualClientEndUEB.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/std/ManualClientEndUEB.java) | 12 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/std/MatchStore.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/std/MatchStore.java) | 34 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/std/Matches.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/std/Matches.java) | 12 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/std/NotificationUnMarshal.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/std/NotificationUnMarshal.java) | 12 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/std/StdDecisionResponse.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/std/StdDecisionResponse.java) | 6 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/std/StdDictionaryResponse.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/std/StdDictionaryResponse.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/std/StdMetricsResponse.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/std/StdMetricsResponse.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/std/StdPolicyChangeResponse.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/std/StdPolicyChangeResponse.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/std/StdPolicyConfig.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/std/StdPolicyConfig.java) | 8 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/std/StdPolicyEngine.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/std/StdPolicyEngine.java) | 96 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/std/StdPolicyResponse.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/std/StdPolicyResponse.java) | 6 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/std/StdStatus.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/std/StdStatus.java) | 16 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/java/org/onap/policy/std/package-info.java (renamed from PolicyEngineAPI/src/main/java/org/openecomp/policy/std/package-info.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/main/resources/logback.xml | 2 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/std/test/AutoClientEndTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/AutoClientEndTest.java) | 20 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/std/test/AutoClientUEBTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/AutoClientUEBTest.java) | 56 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/std/test/Handler.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/Handler.java) | 26 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/std/test/ManualClientEndTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/ManualClientEndTest.java) | 8 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/std/test/ManualClientEndUEBTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/ManualClientEndUEBTest.java) | 10 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/std/test/MatchStoreTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/MatchStoreTest.java) | 104 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/std/test/MatchesTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/MatchesTest.java) | 30 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/std/test/NotificationStoreTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/NotificationStoreTest.java) | 6 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/std/test/NotificationUnMarshalTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/NotificationUnMarshalTest.java) | 6 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/std/test/StdLoadedPolicyTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/StdLoadedPolicyTest.java) | 6 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/std/test/StdPDPNotificationTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/StdPDPNotificationTest.java) | 14 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/std/test/StdPolicyChangeResponseTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/StdPolicyChangeResponseTest.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/std/test/StdPolicyConfigTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/StdPolicyConfigTest.java) | 8 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/std/test/StdPolicyResponseTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/StdPolicyResponseTest.java) | 6 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/std/test/StdRemovedPolicyTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/StdRemovedPolicyTest.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/std/test/StdStatusTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/StdStatusTest.java) | 12 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/std/test/package-info.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/package-info.java) | 2 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/ActionPolicyApiTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/ActionPolicyApiTest.java) | 20 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/AttributeTypeTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/AttributeTypeTest.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/ConfigBasePolicyTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/ConfigBasePolicyTest.java) | 36 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/ConfigFirewallPolicyTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/ConfigFirewallPolicyTest.java) | 18 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/ConfigRequestParametersTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/ConfigRequestParametersTest.java) | 30 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/DecisionPolicyApiTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/DecisionPolicyApiTest.java) | 30 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/DecisionRequestParametersTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/DecisionRequestParametersTest.java) | 26 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/DeletePolicyConditionTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/DeletePolicyConditionTest.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/DeletePolicyParametersTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/DeletePolicyParametersTest.java) | 6 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/EventRequestParametersTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/EventRequestParametersTest.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/GetConfigByPolicyNameTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/GetConfigByPolicyNameTest.java) | 14 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/GetConfigStringStringMapTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/GetConfigStringStringMapTest.java) | 60 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/GetConfigStringStringTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/GetConfigStringStringTest.java) | 52 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/GetConfigStringTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/GetConfigStringTest.java) | 40 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/ImportParametersTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/ImportParametersTest.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/LoadedPolicyTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/LoadedPolicyTest.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/NotificationHandlerTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/NotificationHandlerTest.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/NotificationSchemeTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/NotificationSchemeTest.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/NotificationTypeTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/NotificationTypeTest.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/PDPNotificationTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PDPNotificationTest.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyChangeResponseTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyChangeResponseTest.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyClassTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyClassTest.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyConfigExceptionTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyConfigExceptionTest.java) | 14 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyConfigStatusTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyConfigStatusTest.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyConfigTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyConfigTest.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyConfigTypeTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyConfigTypeTest.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyDecisionExceptionTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyDecisionExceptionTest.java) | 14 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyDecisionTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyDecisionTest.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyEngineExceptionTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyEngineExceptionTest.java) | 14 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyEngineInterfaceTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyEngineInterfaceTest.java) | 90 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyEngineTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyEngineTest.java) | 12 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyEventExceptionTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyEventExceptionTest.java) | 14 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyParametersTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyParametersTest.java) | 102 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyResponseStatusTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyResponseStatusTest.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyResponseTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyResponseTest.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyTypeTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyTypeTest.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/PushPolicyParametersTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PushPolicyParametersTest.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/RemovedPolicyTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/RemovedPolicyTest.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/SendEventTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/SendEventTest.java) | 16 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/TestRunner.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/TestRunner.java) | 2 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/UpdateTypeTest.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/UpdateTypeTest.java) | 4 | ||||
-rw-r--r-- | PolicyEngineAPI/src/test/java/org/onap/policy/test/package-info.java (renamed from PolicyEngineAPI/src/test/java/org/openecomp/policy/test/package-info.java) | 2 |
117 files changed, 981 insertions, 981 deletions
diff --git a/PolicyEngineAPI/Test/PDP_settings/test_PolicyEngine.xml b/PolicyEngineAPI/Test/PDP_settings/test_PolicyEngine.xml index 343ec7c55..4eebf154f 100644 --- a/PolicyEngineAPI/Test/PDP_settings/test_PolicyEngine.xml +++ b/PolicyEngineAPI/Test/PDP_settings/test_PolicyEngine.xml @@ -28,14 +28,14 @@ <Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:integer-greater-than"> <Description>CPU</Description> <Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:integer-one-and-only"> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" AttributeId="com:att:labs:ecomp:resource:vm:cpu" DataType="http://www.w3.org/2001/XMLSchema#integer" MustBePresent="true"/> + <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" AttributeId="com:att:labs:onap:resource:vm:cpu" DataType="http://www.w3.org/2001/XMLSchema#integer" MustBePresent="true"/> </Apply> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#integer">95</AttributeValue> </Apply> <Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:integer-greater-than"> <Description>Memory</Description> <Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:integer-one-and-only"> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" AttributeId="com:att:labs:ecomp:resource:vm:memory" DataType="http://www.w3.org/2001/XMLSchema#integer" MustBePresent="true"/> + <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" AttributeId="com:att:labs:onap:resource:vm:memory" DataType="http://www.w3.org/2001/XMLSchema#integer" MustBePresent="true"/> </Apply> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#integer">95</AttributeValue> </Apply> @@ -47,14 +47,14 @@ <Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:integer-greater-than"> <Description>CPU</Description> <Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:integer-one-and-only"> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" AttributeId="com:att:labs:ecomp:resource:vm:cpu" DataType="http://www.w3.org/2001/XMLSchema#integer" MustBePresent="true"/> + <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" AttributeId="com:att:labs:onap:resource:vm:cpu" DataType="http://www.w3.org/2001/XMLSchema#integer" MustBePresent="true"/> </Apply> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#integer">90</AttributeValue> </Apply> <Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:integer-greater-than"> <Description>Memory</Description> <Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:integer-one-and-only"> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" AttributeId="com:att:labs:ecomp:resource:vm:memory" DataType="http://www.w3.org/2001/XMLSchema#integer" MustBePresent="true"/> + <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" AttributeId="com:att:labs:onap:resource:vm:memory" DataType="http://www.w3.org/2001/XMLSchema#integer" MustBePresent="true"/> </Apply> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#integer">90</AttributeValue> </Apply> @@ -81,11 +81,11 @@ </AnyOf> </Target> <AdviceExpressions> - <AdviceExpression AdviceId="com.att.labs.ecomp.advice.config" AppliesTo="Permit"> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AdviceExpression AdviceId="com.att.labs.onap.advice.config" AppliesTo="Permit"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Configuration</AttributeValue> </AttributeAssignmentExpression> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://localhost:5443/config/test_json.json</AttributeValue> </AttributeAssignmentExpression> </AdviceExpression> @@ -116,11 +116,11 @@ </AnyOf> </Target> <AdviceExpressions> - <AdviceExpression AdviceId="com.att.labs.ecomp.advice.config" AppliesTo="Permit"> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AdviceExpression AdviceId="com.att.labs.onap.advice.config" AppliesTo="Permit"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Configuration</AttributeValue> </AttributeAssignmentExpression> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://localhost:5443/config/test_json.json</AttributeValue> </AttributeAssignmentExpression> </AdviceExpression> @@ -147,11 +147,11 @@ </AnyOf> </Target> <AdviceExpressions> - <AdviceExpression AdviceId="com.att.labs.ecomp.advice.config" AppliesTo="Permit"> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AdviceExpression AdviceId="com.att.labs.onap.advice.config" AppliesTo="Permit"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Configuration</AttributeValue> </AttributeAssignmentExpression> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://localhost:5443/config/test_xml.xml</AttributeValue> </AttributeAssignmentExpression> </AdviceExpression> @@ -182,11 +182,11 @@ </AnyOf> </Target> <AdviceExpressions> - <AdviceExpression AdviceId="com.att.labs.ecomp.advice.config" AppliesTo="Permit"> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AdviceExpression AdviceId="com.att.labs.onap.advice.config" AppliesTo="Permit"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Configuration</AttributeValue> </AttributeAssignmentExpression> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://localhost:5443/config/test_xml.xml</AttributeValue> </AttributeAssignmentExpression> </AdviceExpression> @@ -213,11 +213,11 @@ </AnyOf> </Target> <AdviceExpressions> - <AdviceExpression AdviceId="com.att.labs.ecomp.advice.config" AppliesTo="Permit"> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AdviceExpression AdviceId="com.att.labs.onap.advice.config" AppliesTo="Permit"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Configuration</AttributeValue> </AttributeAssignmentExpression> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://localhost:5443/config/test_prop.properties</AttributeValue> </AttributeAssignmentExpression> </AdviceExpression> @@ -248,11 +248,11 @@ </AnyOf> </Target> <AdviceExpressions> - <AdviceExpression AdviceId="com.att.labs.ecomp.advice.config" AppliesTo="Permit"> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AdviceExpression AdviceId="com.att.labs.onap.advice.config" AppliesTo="Permit"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Configuration</AttributeValue> </AttributeAssignmentExpression> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://localhost:5443/config/test_prop.properties</AttributeValue> </AttributeAssignmentExpression> </AdviceExpression> @@ -279,11 +279,11 @@ </AnyOf> </Target> <AdviceExpressions> - <AdviceExpression AdviceId="com.att.labs.ecomp.advice.config" AppliesTo="Permit"> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AdviceExpression AdviceId="com.att.labs.onap.advice.config" AppliesTo="Permit"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Configuration</AttributeValue> </AttributeAssignmentExpression> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://localhost:5443/config/test_other.txt</AttributeValue> </AttributeAssignmentExpression> </AdviceExpression> @@ -314,11 +314,11 @@ </AnyOf> </Target> <AdviceExpressions> - <AdviceExpression AdviceId="com.att.labs.ecomp.advice.config" AppliesTo="Permit"> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AdviceExpression AdviceId="com.att.labs.onap.advice.config" AppliesTo="Permit"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Configuration</AttributeValue> </AttributeAssignmentExpression> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://localhost:5443/config/test_other.txt</AttributeValue> </AttributeAssignmentExpression> </AdviceExpression> @@ -361,11 +361,11 @@ </AnyOf> </Target> <AdviceExpressions> - <AdviceExpression AdviceId="com.att.labs.ecomp.advice.config" AppliesTo="Permit"> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AdviceExpression AdviceId="com.att.labs.onap.advice.config" AppliesTo="Permit"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Configuration</AttributeValue> </AttributeAssignmentExpression> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://localhost:5443/config/test_json.json</AttributeValue> </AttributeAssignmentExpression> </AdviceExpression> @@ -408,11 +408,11 @@ </AnyOf> </Target> <AdviceExpressions> - <AdviceExpression AdviceId="com.att.labs.ecomp.advice.config" AppliesTo="Permit"> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AdviceExpression AdviceId="com.att.labs.onap.advice.config" AppliesTo="Permit"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Configuration</AttributeValue> </AttributeAssignmentExpression> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://localhost:5443/config/test_xml.xml</AttributeValue> </AttributeAssignmentExpression> </AdviceExpression> @@ -455,11 +455,11 @@ </AnyOf> </Target> <AdviceExpressions> - <AdviceExpression AdviceId="com.att.labs.ecomp.advice.config" AppliesTo="Permit"> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AdviceExpression AdviceId="com.att.labs.onap.advice.config" AppliesTo="Permit"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Configuration</AttributeValue> </AttributeAssignmentExpression> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://localhost:5443/config/test_prop.properties</AttributeValue> </AttributeAssignmentExpression> </AdviceExpression> @@ -502,11 +502,11 @@ </AnyOf> </Target> <AdviceExpressions> - <AdviceExpression AdviceId="com.att.labs.ecomp.advice.config" AppliesTo="Permit"> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AdviceExpression AdviceId="com.att.labs.onap.advice.config" AppliesTo="Permit"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Configuration</AttributeValue> </AttributeAssignmentExpression> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://localhost:5443/config/test_other.txt</AttributeValue> </AttributeAssignmentExpression> </AdviceExpression> @@ -536,12 +536,12 @@ </Apply> </Condition> <ObligationExpressions> - <ObligationExpression ObligationId="com.att.labs.ecomp.obligation" FulfillOn="Permit"> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.obligation.restart" Category="urn:oasis:names:tc:xacml:1.0:subject-category:recipient-subject"> + <ObligationExpression ObligationId="com.att.labs.onap.obligation" FulfillOn="Permit"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.obligation.restart" Category="urn:oasis:names:tc:xacml:1.0:subject-category:recipient-subject"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Restart</AttributeValue> </AttributeAssignmentExpression> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.obligation.server" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" AttributeId="com:att:labs:ecomp:resource:server:name" DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="true"/> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.obligation.server" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" AttributeId="com:att:labs:onap:resource:server:name" DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="true"/> </AttributeAssignmentExpression> </ObligationExpression> </ObligationExpressions> @@ -566,8 +566,8 @@ </Apply> </Condition> <ObligationExpressions> - <ObligationExpression ObligationId="com.att.labs.ecomp.obligation" FulfillOn="Permit"> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.obligation.spinoff" Category="urn:oasis:names:tc:xacml:1.0:subject-category:recipient-subject"> + <ObligationExpression ObligationId="com.att.labs.onap.obligation" FulfillOn="Permit"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.obligation.spinoff" Category="urn:oasis:names:tc:xacml:1.0:subject-category:recipient-subject"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">SpinOff</AttributeValue> </AttributeAssignmentExpression> <AttributeAssignmentExpression AttributeId="performer" Category="urn:oasis:names:tc:xacml:1.0:subject-category:recipient-subject"> @@ -576,14 +576,14 @@ <AttributeAssignmentExpression AttributeId="type" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">REST</AttributeValue> </AttributeAssignmentExpression> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.obligation.server" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" AttributeId="com:att:labs:ecomp:resource:server:name" DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="true"/> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.obligation.server" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" AttributeId="com:att:labs:onap:resource:server:name" DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="true"/> </AttributeAssignmentExpression> <AttributeAssignmentExpression AttributeId="method" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">GET</AttributeValue> </AttributeAssignmentExpression> <AttributeAssignmentExpression AttributeId="URL" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> - <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://localhost:8635/RESTjson/PDP/VM/$com.att.labs.ecomp.obligation.spinoff/$com.att.labs.ecomp.obligation.server</AttributeValue> + <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://localhost:8635/RESTjson/PDP/VM/$com.att.labs.onap.obligation.spinoff/$com.att.labs.onap.obligation.server</AttributeValue> </AttributeAssignmentExpression> </ObligationExpression> </ObligationExpressions> diff --git a/PolicyEngineAPI/Test/test_PolicyEngine.xml b/PolicyEngineAPI/Test/test_PolicyEngine.xml index d83c12a4c..1c1abf19e 100644 --- a/PolicyEngineAPI/Test/test_PolicyEngine.xml +++ b/PolicyEngineAPI/Test/test_PolicyEngine.xml @@ -28,14 +28,14 @@ <Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:integer-greater-than"> <Description>CPU</Description> <Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:integer-one-and-only"> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" AttributeId="com:att:labs:ecomp:resource:vm:cpu" DataType="http://www.w3.org/2001/XMLSchema#integer" MustBePresent="true"/> + <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" AttributeId="com:att:labs:onap:resource:vm:cpu" DataType="http://www.w3.org/2001/XMLSchema#integer" MustBePresent="true"/> </Apply> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#integer">95</AttributeValue> </Apply> <Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:integer-greater-than"> <Description>Memory</Description> <Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:integer-one-and-only"> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" AttributeId="com:att:labs:ecomp:resource:vm:memory" DataType="http://www.w3.org/2001/XMLSchema#integer" MustBePresent="true"/> + <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" AttributeId="com:att:labs:onap:resource:vm:memory" DataType="http://www.w3.org/2001/XMLSchema#integer" MustBePresent="true"/> </Apply> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#integer">95</AttributeValue> </Apply> @@ -47,14 +47,14 @@ <Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:integer-greater-than"> <Description>CPU</Description> <Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:integer-one-and-only"> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" AttributeId="com:att:labs:ecomp:resource:vm:cpu" DataType="http://www.w3.org/2001/XMLSchema#integer" MustBePresent="true"/> + <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" AttributeId="com:att:labs:onap:resource:vm:cpu" DataType="http://www.w3.org/2001/XMLSchema#integer" MustBePresent="true"/> </Apply> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#integer">90</AttributeValue> </Apply> <Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:integer-greater-than"> <Description>Memory</Description> <Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:integer-one-and-only"> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" AttributeId="com:att:labs:ecomp:resource:vm:memory" DataType="http://www.w3.org/2001/XMLSchema#integer" MustBePresent="true"/> + <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" AttributeId="com:att:labs:onap:resource:vm:memory" DataType="http://www.w3.org/2001/XMLSchema#integer" MustBePresent="true"/> </Apply> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#integer">90</AttributeValue> </Apply> @@ -81,11 +81,11 @@ </AnyOf> </Target> <AdviceExpressions> - <AdviceExpression AdviceId="com.att.labs.ecomp.advice.config" AppliesTo="Permit"> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AdviceExpression AdviceId="com.att.labs.onap.advice.config" AppliesTo="Permit"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Configuration</AttributeValue> </AttributeAssignmentExpression> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://10.01.10.01:5443/config/test_json.json</AttributeValue> </AttributeAssignmentExpression> </AdviceExpression> @@ -116,11 +116,11 @@ </AnyOf> </Target> <AdviceExpressions> - <AdviceExpression AdviceId="com.att.labs.ecomp.advice.config" AppliesTo="Permit"> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AdviceExpression AdviceId="com.att.labs.onap.advice.config" AppliesTo="Permit"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Configuration</AttributeValue> </AttributeAssignmentExpression> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://10.01.10.01:5443/config/test_json.json</AttributeValue> </AttributeAssignmentExpression> </AdviceExpression> @@ -147,11 +147,11 @@ </AnyOf> </Target> <AdviceExpressions> - <AdviceExpression AdviceId="com.att.labs.ecomp.advice.config" AppliesTo="Permit"> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AdviceExpression AdviceId="com.att.labs.onap.advice.config" AppliesTo="Permit"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Configuration</AttributeValue> </AttributeAssignmentExpression> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://10.01.10.01:5443/config/test_xml.xml</AttributeValue> </AttributeAssignmentExpression> </AdviceExpression> @@ -182,11 +182,11 @@ </AnyOf> </Target> <AdviceExpressions> - <AdviceExpression AdviceId="com.att.labs.ecomp.advice.config" AppliesTo="Permit"> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AdviceExpression AdviceId="com.att.labs.onap.advice.config" AppliesTo="Permit"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Configuration</AttributeValue> </AttributeAssignmentExpression> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://10.01.10.01:5443/config/test_xml.xml</AttributeValue> </AttributeAssignmentExpression> </AdviceExpression> @@ -213,11 +213,11 @@ </AnyOf> </Target> <AdviceExpressions> - <AdviceExpression AdviceId="com.att.labs.ecomp.advice.config" AppliesTo="Permit"> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AdviceExpression AdviceId="com.att.labs.onap.advice.config" AppliesTo="Permit"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Configuration</AttributeValue> </AttributeAssignmentExpression> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://10.01.10.01:5443/config/test_prop.properties</AttributeValue> </AttributeAssignmentExpression> </AdviceExpression> @@ -248,11 +248,11 @@ </AnyOf> </Target> <AdviceExpressions> - <AdviceExpression AdviceId="com.att.labs.ecomp.advice.config" AppliesTo="Permit"> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AdviceExpression AdviceId="com.att.labs.onap.advice.config" AppliesTo="Permit"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Configuration</AttributeValue> </AttributeAssignmentExpression> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://10.01.10.01:5443/config/test_prop.properties</AttributeValue> </AttributeAssignmentExpression> </AdviceExpression> @@ -279,11 +279,11 @@ </AnyOf> </Target> <AdviceExpressions> - <AdviceExpression AdviceId="com.att.labs.ecomp.advice.config" AppliesTo="Permit"> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AdviceExpression AdviceId="com.att.labs.onap.advice.config" AppliesTo="Permit"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Configuration</AttributeValue> </AttributeAssignmentExpression> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://10.01.10.01:5443/config/test_other.txt</AttributeValue> </AttributeAssignmentExpression> </AdviceExpression> @@ -314,11 +314,11 @@ </AnyOf> </Target> <AdviceExpressions> - <AdviceExpression AdviceId="com.att.labs.ecomp.advice.config" AppliesTo="Permit"> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AdviceExpression AdviceId="com.att.labs.onap.advice.config" AppliesTo="Permit"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Configuration</AttributeValue> </AttributeAssignmentExpression> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://10.01.10.01:5443/config/test_other.txt</AttributeValue> </AttributeAssignmentExpression> </AdviceExpression> @@ -361,11 +361,11 @@ </AnyOf> </Target> <AdviceExpressions> - <AdviceExpression AdviceId="com.att.labs.ecomp.advice.config" AppliesTo="Permit"> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AdviceExpression AdviceId="com.att.labs.onap.advice.config" AppliesTo="Permit"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Configuration</AttributeValue> </AttributeAssignmentExpression> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://10.01.10.01:5443/config/test_json.json</AttributeValue> </AttributeAssignmentExpression> </AdviceExpression> @@ -408,11 +408,11 @@ </AnyOf> </Target> <AdviceExpressions> - <AdviceExpression AdviceId="com.att.labs.ecomp.advice.config" AppliesTo="Permit"> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AdviceExpression AdviceId="com.att.labs.onap.advice.config" AppliesTo="Permit"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Configuration</AttributeValue> </AttributeAssignmentExpression> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://10.01.10.01:5443/config/test_xml.xml</AttributeValue> </AttributeAssignmentExpression> </AdviceExpression> @@ -455,11 +455,11 @@ </AnyOf> </Target> <AdviceExpressions> - <AdviceExpression AdviceId="com.att.labs.ecomp.advice.config" AppliesTo="Permit"> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AdviceExpression AdviceId="com.att.labs.onap.advice.config" AppliesTo="Permit"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Configuration</AttributeValue> </AttributeAssignmentExpression> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://10.01.10.01:5443/config/test_prop.properties</AttributeValue> </AttributeAssignmentExpression> </AdviceExpression> @@ -502,11 +502,11 @@ </AnyOf> </Target> <AdviceExpressions> - <AdviceExpression AdviceId="com.att.labs.ecomp.advice.config" AppliesTo="Permit"> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AdviceExpression AdviceId="com.att.labs.onap.advice.config" AppliesTo="Permit"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.key" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Configuration</AttributeValue> </AttributeAssignmentExpression> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.advice.value" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://10.01.10.01:5443/config/test_other.txt</AttributeValue> </AttributeAssignmentExpression> </AdviceExpression> @@ -536,12 +536,12 @@ </Apply> </Condition> <ObligationExpressions> - <ObligationExpression ObligationId="com.att.labs.ecomp.obligation" FulfillOn="Permit"> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.obligation.restart" Category="urn:oasis:names:tc:xacml:1.0:subject-category:recipient-subject"> + <ObligationExpression ObligationId="com.att.labs.onap.obligation" FulfillOn="Permit"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.obligation.restart" Category="urn:oasis:names:tc:xacml:1.0:subject-category:recipient-subject"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Restart</AttributeValue> </AttributeAssignmentExpression> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.obligation.server" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" AttributeId="com:att:labs:ecomp:resource:server:name" DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="true"/> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.obligation.server" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" AttributeId="com:att:labs:onap:resource:server:name" DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="true"/> </AttributeAssignmentExpression> </ObligationExpression> </ObligationExpressions> @@ -566,8 +566,8 @@ </Apply> </Condition> <ObligationExpressions> - <ObligationExpression ObligationId="com.att.labs.ecomp.obligation" FulfillOn="Permit"> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.obligation.spinoff" Category="urn:oasis:names:tc:xacml:1.0:subject-category:recipient-subject"> + <ObligationExpression ObligationId="com.att.labs.onap.obligation" FulfillOn="Permit"> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.obligation.spinoff" Category="urn:oasis:names:tc:xacml:1.0:subject-category:recipient-subject"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">SpinOff</AttributeValue> </AttributeAssignmentExpression> <AttributeAssignmentExpression AttributeId="performer" Category="urn:oasis:names:tc:xacml:1.0:subject-category:recipient-subject"> @@ -576,14 +576,14 @@ <AttributeAssignmentExpression AttributeId="type" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">REST</AttributeValue> </AttributeAssignmentExpression> - <AttributeAssignmentExpression AttributeId="com.att.labs.ecomp.obligation.server" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" AttributeId="com:att:labs:ecomp:resource:server:name" DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="true"/> + <AttributeAssignmentExpression AttributeId="com.att.labs.onap.obligation.server" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" AttributeId="com:att:labs:onap:resource:server:name" DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="true"/> </AttributeAssignmentExpression> <AttributeAssignmentExpression AttributeId="method" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">GET</AttributeValue> </AttributeAssignmentExpression> <AttributeAssignmentExpression AttributeId="URL" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> - <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://localhost:8635/RESTjson/PDP/VM/$org.ecomp.obligation.spinoff/$org.ecomp.obligation.server</AttributeValue> + <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://localhost:8635/RESTjson/PDP/VM/$org.onap.obligation.spinoff/$org.onap.obligation.server</AttributeValue> </AttributeAssignmentExpression> </ObligationExpression> </ObligationExpressions> diff --git a/PolicyEngineAPI/pom.xml b/PolicyEngineAPI/pom.xml index 60e603bf4..e5af8d7d3 100644 --- a/PolicyEngineAPI/pom.xml +++ b/PolicyEngineAPI/pom.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- ============LICENSE_START======================================================= - ECOMP Policy Engine + ONAP Policy Engine ================================================================================ Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. ================================================================================ @@ -24,7 +24,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.openecomp.policy.engine</groupId> + <groupId>org.onap.policy.engine</groupId> <artifactId>PolicyEngineSuite</artifactId> <version>1.1.0-SNAPSHOT</version> </parent> @@ -109,8 +109,8 @@ </exclusions> </dependency> <dependency> - <groupId>org.openecomp.policy.engine</groupId> - <artifactId>ECOMP-XACML</artifactId> + <groupId>org.onap.policy.engine</groupId> + <artifactId>ONAP-XACML</artifactId> <version>${project.version}</version> <exclusions> <exclusion> diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/AttributeType.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/AttributeType.java index 44cf441ca..8cfa51212 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/AttributeType.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/AttributeType.java @@ -18,13 +18,13 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.api; +package org.onap.policy.api; import com.fasterxml.jackson.annotation.JsonCreator; /** * Enumeration of the Attribute Types that is used as a part of - * {@link org.openecomp.policy.api.PolicyParameters}. + * {@link org.onap.policy.api.PolicyParameters}. * * @version 0.1 */ diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/ConfigRequestParameters.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/ConfigRequestParameters.java index 1830679e0..cdee9672b 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/ConfigRequestParameters.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/ConfigRequestParameters.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.api; +package org.onap.policy.api; import java.util.Map; import java.util.UUID; @@ -31,7 +31,7 @@ import java.util.UUID; */ public class ConfigRequestParameters { private String policyName; - private String eCOMPComponentName; + private String onapComponentName; private String configName; private Map<String,String> configAttributes; private UUID requestID; @@ -47,12 +47,12 @@ public class ConfigRequestParameters { } /** - * Sets the ECOMP Component Name of the Config policy which needs to be retrieved. + * Sets the ONAP Component Name of the Config policy which needs to be retrieved. * - * @param eCOMPComponentName the <code>String</code> format of the eCOMPComponentName whose configuration is required. + * @param onapComponentName the <code>String</code> format of the onapComponentName whose configuration is required. */ - public void setEcompName(String eCOMPComponentName){ - this.eCOMPComponentName = eCOMPComponentName; + public void setOnapName(String onapComponentName){ + this.onapComponentName = onapComponentName; } /** @@ -74,9 +74,9 @@ public class ConfigRequestParameters { } /** - * Sets the Request ID of the ECOMP request. + * Sets the Request ID of the ONAP request. * - * @param requestID unique <code>UUID</code> requestID which will be passed throughout the ECOMP components to correlate logging messages. + * @param requestID unique <code>UUID</code> requestID which will be passed throughout the ONAP components to correlate logging messages. */ public void setRequestID(UUID requestID){ this.requestID = requestID; @@ -92,12 +92,12 @@ public class ConfigRequestParameters { } /** - * Gets the ECOMP Component Name of the Request Parameters. + * Gets the ONAP Component Name of the Request Parameters. * - * @return <code>String</code> format of the ECOMP Component Name. + * @return <code>String</code> format of the ONAP Component Name. */ - public String getEcompName(){ - return eCOMPComponentName; + public String getOnapName(){ + return onapComponentName; } /** diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/DecisionRequestParameters.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/DecisionRequestParameters.java index dc485f7b3..27e419fb1 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/DecisionRequestParameters.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/DecisionRequestParameters.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.api; +package org.onap.policy.api; import java.util.Map; import java.util.UUID; @@ -30,7 +30,7 @@ import java.util.UUID; * @version 0.1 */ public class DecisionRequestParameters { - private String eCOMPComponentName; + private String onapComponentName; private Map<String,String> decisionAttributes; private UUID requestID; @@ -43,31 +43,31 @@ public class DecisionRequestParameters { /** * Constructor with Parameters * - * @param eCOMPComponentName the <code>String</code> format of the eCOMPComponentName whose Decision is required. + * @param onapComponentName the <code>String</code> format of the onapComponentName whose Decision is required. * @param decisionAttributes the <code>Map</code> of <code>String,String</code> format of the decisionAttributes that contain the ID and values. - * @param requestID unique request ID which will be passed throughout the ECOMP components to correlate logging messages. + * @param requestID unique request ID which will be passed throughout the ONAP components to correlate logging messages. */ - public DecisionRequestParameters(String eCOMPComponentName, Map<String,String> decisionAttributes, UUID requestID){ - this.eCOMPComponentName = eCOMPComponentName; + public DecisionRequestParameters(String onapComponentName, Map<String,String> decisionAttributes, UUID requestID){ + this.onapComponentName = onapComponentName; this.decisionAttributes = decisionAttributes; this.requestID = requestID; } /** - * Gets the ECOMPComponentName of the Decision Request Parameters. + * Gets the ONAPComponentName of the Decision Request Parameters. * - * @return ECOMPComponentName the <code>String</code> format of the eCOMPComponentName of the Decision Request Parameters. + * @return ONAPComponentName the <code>String</code> format of the onapComponentName of the Decision Request Parameters. */ - public String getECOMPComponentName() { - return eCOMPComponentName; + public String getONAPComponentName() { + return onapComponentName; } /** - * Sets the ECOMPComponentName of the Decision Request parameters. + * Sets the ONAPComponentName of the Decision Request parameters. * - * @param eCOMPComponentName the <code>String</code> format of the eCOMPComponentName whose Decision is required. + * @param onapComponentName the <code>String</code> format of the onapComponentName whose Decision is required. */ - public void setECOMPComponentName(String eCOMPComponentName) { - this.eCOMPComponentName = eCOMPComponentName; + public void setONAPComponentName(String onapComponentName) { + this.onapComponentName = onapComponentName; } /** * Gets the Decision Attributes from Decision Request Parameters. @@ -88,15 +88,15 @@ public class DecisionRequestParameters { /** * Gets the request ID of Decision Request Parameters. * - * @return the requestID unique request ID which will be passed throughout the ECOMP components to correlate logging messages. + * @return the requestID unique request ID which will be passed throughout the ONAP components to correlate logging messages. */ public UUID getRequestID() { return requestID; } /** - * Sets the ReqestID of Decision Request Parameters which will be passed around ECOMP requests. + * Sets the ReqestID of Decision Request Parameters which will be passed around ONAP requests. * - * @param requestID unique request ID which will be passed throughout the ECOMP components to correlate logging messages. + * @param requestID unique request ID which will be passed throughout the ONAP components to correlate logging messages. */ public void setRequestID(UUID requestID) { this.requestID = requestID; diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/DecisionResponse.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/DecisionResponse.java index caa9fda74..78e80f07b 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/DecisionResponse.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/DecisionResponse.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.api; +package org.onap.policy.api; /** * Defines the Object that represents the Policy Decision Response elements. @@ -30,7 +30,7 @@ public interface DecisionResponse { /** * Gets the Decision of the Policy, Either a Permit or Deny. * - * @return {@link org.openecomp.policy.api.PolicyDecision} Enumeration. + * @return {@link org.onap.policy.api.PolicyDecision} Enumeration. */ public PolicyDecision getDecision(); diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/DeletePolicyCondition.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/DeletePolicyCondition.java index 4ef348c7d..4001d3fa6 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/DeletePolicyCondition.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/DeletePolicyCondition.java @@ -18,13 +18,13 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.api; +package org.onap.policy.api; import com.fasterxml.jackson.annotation.JsonCreator; /** * Enumeration of the Policy Delete Condition that is used as a part of - * {@link org.openecomp.policy.api.DeletePolicyParameters}. + * {@link org.onap.policy.api.DeletePolicyParameters}. * * @version 0.1 */ diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/DeletePolicyParameters.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/DeletePolicyParameters.java index 3121297e1..4f6779291 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/DeletePolicyParameters.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/DeletePolicyParameters.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.api; +package org.onap.policy.api; import java.util.UUID; diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/DictionaryParameters.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/DictionaryParameters.java index cf70caf07..e4aa5e1a5 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/DictionaryParameters.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/DictionaryParameters.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.api; +package org.onap.policy.api; import java.util.UUID; diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/DictionaryResponse.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/DictionaryResponse.java index dd7379871..4381e694f 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/DictionaryResponse.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/DictionaryResponse.java @@ -1,4 +1,4 @@ -package org.openecomp.policy.api; +package org.onap.policy.api; import java.util.Map; diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/DictionaryType.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/DictionaryType.java index 823a56ba9..5ac6d5ed8 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/DictionaryType.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/DictionaryType.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.api; +package org.onap.policy.api; import com.fasterxml.jackson.annotation.JsonCreator; diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/EventRequestParameters.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/EventRequestParameters.java index 155d9c6a5..6e4bbbd51 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/EventRequestParameters.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/EventRequestParameters.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.api; +package org.onap.policy.api; import java.util.Map; import java.util.UUID; @@ -43,7 +43,7 @@ public class EventRequestParameters { * Constructor with Parameters * * @param eventAttributes the <code>Map</code> of <code>String,String</code> format of the eventAttributes that contains the event ID and values. - * @param requestID unique request ID which will be passed throughout the ECOMP components to correlate logging messages. + * @param requestID unique request ID which will be passed throughout the ONAP components to correlate logging messages. */ public EventRequestParameters(Map<String,String> eventAttributes, UUID requestID){ this.eventAttributes = eventAttributes; @@ -69,18 +69,18 @@ public class EventRequestParameters { } /** - * Gets the ReqestID of Event Request Parameters which will be passed around ECOMP requests. + * Gets the ReqestID of Event Request Parameters which will be passed around ONAP requests. * - * @return requestID unique request ID which will be passed throughout the ECOMP components to correlate logging messages. + * @return requestID unique request ID which will be passed throughout the ONAP components to correlate logging messages. */ public UUID getRequestID() { return requestID; } /** - * Sets the ReqestID of Event Request Parameters which will be passed around ECOMP requests. + * Sets the ReqestID of Event Request Parameters which will be passed around ONAP requests. * - * @param requestID unique request ID which will be passed throughout the ECOMP components to correlate logging messages. + * @param requestID unique request ID which will be passed throughout the ONAP components to correlate logging messages. */ public void setRequestID(UUID requestID) { this.requestID = requestID; diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/ImportParameters.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/ImportParameters.java index 882379397..3914864bf 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/ImportParameters.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/ImportParameters.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.api; +package org.onap.policy.api; import java.util.UUID; @@ -47,7 +47,7 @@ public class ImportParameters { * * @param serviceName the <code>String</code> format of the Service Name * @param description the <code>String</code> format of the i Description - * @param requestID unique request ID which will be passed throughout the ECOMP components to correlate logging messages. + * @param requestID unique request ID which will be passed throughout the ONAP components to correlate logging messages. * @param filePath the <code>List</code> format of the file paths for the service files * @param importType the {@link IMPORT_TYPE} format of the Policy Service List * @param version the <code>String</code> format of the Policy Import Version @@ -103,7 +103,7 @@ public class ImportParameters { /** * Gets the requestID of the Policy Parameters. * - * @return unique request ID which will be passed throughout the ECOMP components to correlate logging messages. + * @return unique request ID which will be passed throughout the ONAP components to correlate logging messages. */ public UUID getRequestID() { return requestID; @@ -112,7 +112,7 @@ public class ImportParameters { /** * Sets the requestID of the Policy Parameters. * - * @param requestID unique request ID which will be passed throughout the ECOMP components to correlate logging messages. + * @param requestID unique request ID which will be passed throughout the ONAP components to correlate logging messages. */ public void setRequestID(UUID requestID) { this.requestID = requestID; diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/MetricsRequestParameters.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/MetricsRequestParameters.java index 4c10f391f..8820ca31c 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/MetricsRequestParameters.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/MetricsRequestParameters.java @@ -1,4 +1,4 @@ -package org.openecomp.policy.api; +package org.onap.policy.api; import java.util.UUID; diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/MetricsResponse.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/MetricsResponse.java index d96a6dc9c..dc48caf1f 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/MetricsResponse.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/MetricsResponse.java @@ -1,4 +1,4 @@ -package org.openecomp.policy.api; +package org.onap.policy.api; public interface MetricsResponse { diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/NotificationScheme.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/NotificationScheme.java index 2e88d9c38..4df83e5e7 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/NotificationScheme.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/NotificationScheme.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.api; +package org.onap.policy.api; /** * Enumeration of <code>NotificationScheme</code> describes the Notification Scheme that will be used by the PolicyEngine. diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyChangeResponse.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyChangeResponse.java index 98bfdc2e3..249cf24a2 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyChangeResponse.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyChangeResponse.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.api; +package org.onap.policy.api; /** * <code>PolicyChangeResponse</code> defines the Policy Response diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyClass.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyClass.java index 8b87f408b..5132a44be 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyClass.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyClass.java @@ -18,13 +18,13 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.api; +package org.onap.policy.api; import com.fasterxml.jackson.annotation.JsonCreator; /** * Enumeration of the Policy Types that is used as a part of - * {@link org.openecomp.policy.api.PolicyParameters}. + * {@link org.onap.policy.api.PolicyParameters}. * * @version 0.1 */ diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyConfig.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyConfig.java index 5cb7d8176..652fd4da3 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyConfig.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyConfig.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.api; +package org.onap.policy.api; import java.util.Map; import java.util.Properties; @@ -35,7 +35,7 @@ import org.w3c.dom.Document; public interface PolicyConfig { /** - * Gets the {@link org.openecomp.policy.api.PolicyType} associated with <code>PolicyConfig</code> + * Gets the {@link org.onap.policy.api.PolicyType} associated with <code>PolicyConfig</code> * * @return the <code>PolicyType</code> associated with this <code>PolicyConfig</code> */ @@ -70,7 +70,7 @@ public interface PolicyConfig { public String toOther(); /** - * Gets the {@link org.openecomp.policy.api.PolicyConfigStatus} associated with this <code>PolicyConfig</code>. + * Gets the {@link org.onap.policy.api.PolicyConfigStatus} associated with this <code>PolicyConfig</code>. * * @return the <code>PolicyConfigStatus</code> associated with this <code>PolicyConfig</code> */ diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyConfigException.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyConfigException.java index ad6948e77..b42d8b280 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyConfigException.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyConfigException.java @@ -18,10 +18,10 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.api; +package org.onap.policy.api; /** - * PolicyConfigException extends <code>Exception</code> to implement exceptions thrown by {@link org.openecomp.policy.api.PolicyEngine} + * PolicyConfigException extends <code>Exception</code> to implement exceptions thrown by {@link org.onap.policy.api.PolicyEngine} * * @version 0.1 */ diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyConfigStatus.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyConfigStatus.java index 95d890de8..23291c9b9 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyConfigStatus.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyConfigStatus.java @@ -18,13 +18,13 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.api; +package org.onap.policy.api; import com.fasterxml.jackson.annotation.JsonCreator; /** * Enumeration of PolicyConfigStatus that can be returned as a part of - * {@link org.openecomp.policy.api.PolicyConfig}. + * {@link org.onap.policy.api.PolicyConfig}. * * @version 0.1 */ diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyConfigType.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyConfigType.java index 028696462..77c978da4 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyConfigType.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyConfigType.java @@ -18,13 +18,13 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.api; +package org.onap.policy.api; import com.fasterxml.jackson.annotation.JsonCreator; /** * Enumeration of the Policy Config Types that is used as a part of - * {@link org.openecomp.policy.api.PolicyParameters}. + * {@link org.onap.policy.api.PolicyParameters}. * * @version 0.1 */ diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyDecision.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyDecision.java index a6b4bd2b4..b5fdc1e01 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyDecision.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyDecision.java @@ -18,13 +18,13 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.api; +package org.onap.policy.api; import com.fasterxml.jackson.annotation.JsonCreator; /** * Enumeration of PolicyDecision that can be returned as a part of - * {@link org.openecomp.policy.api.DecisionResponse} getDecision(). + * {@link org.onap.policy.api.DecisionResponse} getDecision(). * * @version 0.1 */ diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyDecisionException.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyDecisionException.java index 7f08fcb36..38081de7e 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyDecisionException.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyDecisionException.java @@ -18,10 +18,10 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.api; +package org.onap.policy.api; /** - * PolicyDecisionException extends <code>Exception</code> to implement exceptions thrown by {@link org.openecomp.policy.api.PolicyEngine} + * PolicyDecisionException extends <code>Exception</code> to implement exceptions thrown by {@link org.onap.policy.api.PolicyEngine} * * @version 0.1 */ diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyEngine.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyEngine.java index 4e2c092c1..bfb4f1e4f 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyEngine.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyEngine.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.api; +package org.onap.policy.api; import java.util.Collection; import java.util.Map; @@ -26,9 +26,9 @@ import java.util.UUID; import javax.json.JsonObject; -import org.openecomp.policy.api.NotificationHandler; -import org.openecomp.policy.api.PDPNotification; -import org.openecomp.policy.std.StdPolicyEngine; +import org.onap.policy.api.NotificationHandler; +import org.onap.policy.api.PDPNotification; +import org.onap.policy.std.StdPolicyEngine; /** * PolicyEngine is the Interface that applications use to make policy queries against a PEPEngine @@ -68,7 +68,7 @@ public class PolicyEngine{ * PolicyEngine Constructor with <code>String</code> format of PropertiesFilePathname and <code>NotificationScheme</code> * * @param propertiesFilePathname the <code>String</code> format of the propertiesFilePathname - * @param scheme the <code>NotificationScheme</code> of {@link org.openecomp.policy.api.NotificationScheme} which defines the Notification Scheme + * @param scheme the <code>NotificationScheme</code> of {@link org.onap.policy.api.NotificationScheme} which defines the Notification Scheme * @throws PolicyEngineException PolicyEngine Exception */ public PolicyEngine(String propertiesFilePathname, NotificationScheme scheme) throws PolicyEngineException{ @@ -81,8 +81,8 @@ public class PolicyEngine{ * PolicyEngine Constructor with <code>String</code> format of PropertiesFilePathname, <code>NotificationScheme</code> and <code>NotificationHandler</code> * * @param propertiesFilePathname the <code>String</code> format of the propertiesFilePathname - * @param scheme the <code>NotificationScheme</code> of {@link org.openecomp.policy.api.NotificationScheme} which defines the Notification Scheme - * @param handler the <code>NotificationHandler</code> of {@link org.openecomp.policy.api.NotificationHandler} which defines what should happen when a notification is received. + * @param scheme the <code>NotificationScheme</code> of {@link org.onap.policy.api.NotificationScheme} which defines the Notification Scheme + * @param handler the <code>NotificationHandler</code> of {@link org.onap.policy.api.NotificationHandler} which defines what should happen when a notification is received. * @throws PolicyEngineException PolicyEngine Exception */ public PolicyEngine(String propertiesFilePathname, NotificationScheme scheme, NotificationHandler handler) throws PolicyEngineException { @@ -96,7 +96,7 @@ public class PolicyEngine{ * Gets the configuration from the PolicyDecisionPoint(PDP) for the <code>String</code> which represents the Policy File Name * * @param policyName the <code>String</code> format of the PolicyFile Name whose configuration is required. - * @return <code>Collection</code> of {@link org.openecomp.policy.api.PolicyConfig} which has the configuration. + * @return <code>Collection</code> of {@link org.onap.policy.api.PolicyConfig} which has the configuration. * @throws PolicyConfigException PolicyConfig Exception * @deprecated use {@link #getConfig(ConfigRequestParameters configRequestParameters)} Instead. */ @@ -109,9 +109,9 @@ public class PolicyEngine{ * Gets the configuration from the PolicyDecisionPoint(PDP) for the <code>String</code> which represents the Policy File Name * * @param policyName the <code>String</code> format of the PolicyFile Name whose configuration is required. - * @param requestID unique request ID which will be passed throughout the ECOMP components to correlate logging messages. + * @param requestID unique request ID which will be passed throughout the ONAP components to correlate logging messages. * A different request ID should be passed for each request. - * @return <code>Collection</code> of {@link org.openecomp.policy.api.PolicyConfig} which has the configuration. + * @return <code>Collection</code> of {@link org.onap.policy.api.PolicyConfig} which has the configuration. * @throws PolicyConfigException PolicyConfig Exception * @deprecated use {@link #getConfig(ConfigRequestParameters configRequestParameters)} Instead. */ @@ -121,109 +121,109 @@ public class PolicyEngine{ } /** - * Gets the configuration from the PolicyDecisionPoint(PDP) for the <code>String</code> which represents the eCOMPComponentName + * Gets the configuration from the PolicyDecisionPoint(PDP) for the <code>String</code> which represents the onapComponentName * - * @param eCOMPComponentName the <code>String</code> format of the eCOMPComponentName whose configuration is required. - * @return <code>Collection</code> of {@link org.openecomp.policy.api.PolicyConfig} which has the configuration. + * @param onapComponentName the <code>String</code> format of the onapComponentName whose configuration is required. + * @return <code>Collection</code> of {@link org.onap.policy.api.PolicyConfig} which has the configuration. * @throws PolicyConfigException PolicyConfig Exception * @deprecated use {@link #getConfig(ConfigRequestParameters)} Instead. */ @Deprecated - public Collection<PolicyConfig> getConfig(String eCOMPComponentName) throws PolicyConfigException { - return getConfig(setConfigRequestParameters(null, eCOMPComponentName, null, null, null)); + public Collection<PolicyConfig> getConfig(String onapComponentName) throws PolicyConfigException { + return getConfig(setConfigRequestParameters(null, onapComponentName, null, null, null)); } /** - * Gets the configuration from the PolicyDecisionPoint(PDP) for the <code>String</code> which represents the eCOMPComponentName + * Gets the configuration from the PolicyDecisionPoint(PDP) for the <code>String</code> which represents the onapComponentName * - * @param eCOMPComponentName the <code>String</code> format of the eCOMPComponentName whose configuration is required. - * @return <code>Collection</code> of {@link org.openecomp.policy.api.PolicyConfig} which has the configuration. - * @param requestID unique request ID which will be passed throughout the ECOMP components to correlate logging messages. + * @param onapComponentName the <code>String</code> format of the onapComponentName whose configuration is required. + * @return <code>Collection</code> of {@link org.onap.policy.api.PolicyConfig} which has the configuration. + * @param requestID unique request ID which will be passed throughout the ONAP components to correlate logging messages. * A different request ID should be passed for each request. * @throws PolicyConfigException PolicyConfig Exception * @deprecated use {@link #getConfig(ConfigRequestParameters)} Instead. */ @Deprecated - public Collection<PolicyConfig> getConfig(String eCOMPComponentName, UUID requestID) throws PolicyConfigException { - return getConfig(setConfigRequestParameters(null, eCOMPComponentName, null, null, requestID)); + public Collection<PolicyConfig> getConfig(String onapComponentName, UUID requestID) throws PolicyConfigException { + return getConfig(setConfigRequestParameters(null, onapComponentName, null, null, requestID)); } /** - * Requests the configuration of the <code>String</code> which represents the eCOMPComponentName and <code>String</code> + * Requests the configuration of the <code>String</code> which represents the onapComponentName and <code>String</code> * which represents the configName and returns the configuration if different Configurations exist for the - * particular eCOMPComponentName. + * particular onapComponentName. * - * @param eCOMPComponentName the <code>String</code> format of the eCOMPComponentName whose configuration is required. + * @param onapComponentName the <code>String</code> format of the onapComponentName whose configuration is required. * @param configName the <code>String</code> format of the configurationName whose configuration is required. - * @return <code>Collection</code> of {@link org.openecomp.policy.api.PolicyConfig} which has the configuration. + * @return <code>Collection</code> of {@link org.onap.policy.api.PolicyConfig} which has the configuration. * @throws PolicyConfigException PolicyConfig Exception * @deprecated use {@link #getConfig(ConfigRequestParameters)} Instead. */ @Deprecated - public Collection<PolicyConfig> getConfig(String eCOMPComponentName, String configName) throws PolicyConfigException { - return getConfig(setConfigRequestParameters(null, eCOMPComponentName, configName, null, null)); + public Collection<PolicyConfig> getConfig(String onapComponentName, String configName) throws PolicyConfigException { + return getConfig(setConfigRequestParameters(null, onapComponentName, configName, null, null)); } /** - * Requests the configuration of the <code>String</code> which represents the eCOMPComponentName and <code>String</code> + * Requests the configuration of the <code>String</code> which represents the onapComponentName and <code>String</code> * which represents the configName and returns the configuration if different Configurations exist for the - * particular eCOMPComponentName. + * particular onapComponentName. * - * @param eCOMPComponentName the <code>String</code> format of the eCOMPComponentName whose configuration is required. + * @param onapComponentName the <code>String</code> format of the onapComponentName whose configuration is required. * @param configName the <code>String</code> format of the configurationName whose configuration is required. - * @param requestID unique request ID which will be passed throughout the ECOMP components to correlate logging messages. + * @param requestID unique request ID which will be passed throughout the ONAP components to correlate logging messages. * A different request ID should be passed for each request. - * @return <code>Collection</code> of {@link org.openecomp.policy.api.PolicyConfig} which has the configuration. + * @return <code>Collection</code> of {@link org.onap.policy.api.PolicyConfig} which has the configuration. * @throws PolicyConfigException PolicyConfig Exception * @deprecated use {@link #getConfig(ConfigRequestParameters)} Instead. */ @Deprecated - public Collection<PolicyConfig> getConfig(String eCOMPComponentName, String configName, UUID requestID) throws PolicyConfigException { - return getConfig(setConfigRequestParameters(null, eCOMPComponentName, configName, null, requestID)); + public Collection<PolicyConfig> getConfig(String onapComponentName, String configName, UUID requestID) throws PolicyConfigException { + return getConfig(setConfigRequestParameters(null, onapComponentName, configName, null, requestID)); } /** - * Requests the configuration of the <code>String</code> which represents the eCOMPComponentName, <code>String</code> + * Requests the configuration of the <code>String</code> which represents the onapComponentName, <code>String</code> * which represents the configName and <code>Map</code> of <code>String,String</code> which has the configAttribute and returns the specific * configuration related to the configAttributes mentioned. * - * @param eCOMPComponentName the <code>String</code> format of the eCOMPComponentName whose configuration is required. + * @param onapComponentName the <code>String</code> format of the onapComponentName whose configuration is required. * @param configName the <code>String</code> format of the configurationName whose configuration is required. * @param configAttributes the <code>Map</code> of <code>String,String</code> format of the configuration attributes which are required. - * @return <code>Collection</code> of {@link org.openecomp.policy.api.PolicyConfig} which has the configuration. + * @return <code>Collection</code> of {@link org.onap.policy.api.PolicyConfig} which has the configuration. * @throws PolicyConfigException PolicyConfig Exception * @deprecated use {@link #getConfig(ConfigRequestParameters)} Instead. */ @Deprecated - public Collection<PolicyConfig> getConfig(String eCOMPComponentName, String configName, Map<String, String> configAttributes) throws PolicyConfigException{ - return getConfig(setConfigRequestParameters(null, eCOMPComponentName, configName, configAttributes, null)); + public Collection<PolicyConfig> getConfig(String onapComponentName, String configName, Map<String, String> configAttributes) throws PolicyConfigException{ + return getConfig(setConfigRequestParameters(null, onapComponentName, configName, configAttributes, null)); } /** - * Requests the configuration of the <code>String</code> which represents the eCOMPComponentName, <code>String</code> + * Requests the configuration of the <code>String</code> which represents the onapComponentName, <code>String</code> * which represents the configName and <code>Map</code> of <code>String,String</code> which has the configAttribute and returns the specific * configuration related to the configAttributes mentioned. * - * @param eCOMPComponentName the <code>String</code> format of the eCOMPComponentName whose configuration is required. + * @param onapComponentName the <code>String</code> format of the onapComponentName whose configuration is required. * @param configName the <code>String</code> format of the configurationName whose configuration is required. * @param configAttributes the <code>Map</code> of <code>String,String</code> format of the configuration attributes which are required. - * @param requestID unique request ID which will be passed throughout the ECOMP components to correlate logging messages. + * @param requestID unique request ID which will be passed throughout the ONAP components to correlate logging messages. * A different request ID should be passed for each request. - * @return <code>Collection</code> of {@link org.openecomp.policy.api.PolicyConfig} which has the configuration. + * @return <code>Collection</code> of {@link org.onap.policy.api.PolicyConfig} which has the configuration. * @throws PolicyConfigException PolicyConfig Exception * @deprecated use {@link #getConfig(ConfigRequestParameters)} Instead. */ @Deprecated - public Collection<PolicyConfig> getConfig(String eCOMPComponentName, String configName, Map<String, String> configAttributes, UUID requestID) throws PolicyConfigException{ - return getConfig(setConfigRequestParameters(null, eCOMPComponentName, configName, configAttributes, requestID)); + public Collection<PolicyConfig> getConfig(String onapComponentName, String configName, Map<String, String> configAttributes, UUID requestID) throws PolicyConfigException{ + return getConfig(setConfigRequestParameters(null, onapComponentName, configName, configAttributes, requestID)); } /** * Requests the configuration of the <code>ConfigRequestParameters</code> which represents the Config policy request parameters * and returns the specific configuration related to the matching parameters. * - * @param configRequestParameters {@link org.openecomp.policy.api.ConfigRequestParameters} which represents the Config policy request parameters. - * @return <code>Collection</code> of {@link org.openecomp.policy.api.PolicyConfig} which has the configuration. + * @param configRequestParameters {@link org.onap.policy.api.ConfigRequestParameters} which represents the Config policy request parameters. + * @return <code>Collection</code> of {@link org.onap.policy.api.PolicyConfig} which has the configuration. * @throws PolicyConfigException PolicyConfig Exception */ public Collection<PolicyConfig> getConfig(ConfigRequestParameters configRequestParameters) throws PolicyConfigException{ @@ -234,7 +234,7 @@ public class PolicyEngine{ * Requests the list of policies based on the <code>ConfigRequestParameters</code> which represents the policy request parameters * and returns the list of policies filtered by the parameters. * - * @param configRequestParameters {@link org.openecomp.policy.api.ConfigRequestParameters} which represents the List Policy request parameters. + * @param configRequestParameters {@link org.onap.policy.api.ConfigRequestParameters} which represents the List Policy request parameters. * @return <code>Collection</code> of <code>String</code> which returns the list of policies. * @throws PolicyConfigException PolicyConfig Exception */ @@ -247,7 +247,7 @@ public class PolicyEngine{ * Sends the Events specified to the PEP and returns back the PolicyResponse. * * @param eventAttributes the <code>Map</code> of <code>String,String</code> format of the eventAttributes that must contain the event ID and values. - * @return <code>Collection</code> of {@link org.openecomp.policy.api.PolicyResponse} which has the Response. + * @return <code>Collection</code> of {@link org.onap.policy.api.PolicyResponse} which has the Response. * @throws PolicyEventException PolicyEvent Exception * @deprecated use {@link #sendEvent(EventRequestParameters)} Instead. */ @@ -260,9 +260,9 @@ public class PolicyEngine{ * Sends the Events specified to the PEP and returns back the PolicyResponse. * * @param eventAttributes the <code>Map</code> of <code>String,String</code> format of the eventAttributes that must contain the event ID and values. - * @param requestID unique request ID which will be passed throughout the ECOMP components to correlate logging messages. + * @param requestID unique request ID which will be passed throughout the ONAP components to correlate logging messages. * A different request ID should be passed for each request. - * @return <code>Collection</code> of {@link org.openecomp.policy.api.PolicyResponse} which has the Response. + * @return <code>Collection</code> of {@link org.onap.policy.api.PolicyResponse} which has the Response. * @throws PolicyEventException PolicyEvent Exception * @deprecated use {@link #sendEvent(EventRequestParameters)} Instead. */ @@ -274,8 +274,8 @@ public class PolicyEngine{ /** * Sends the Events specified to the PEP and returns back the PolicyResponse. * - * @param eventRequestParameters {@link org.openecomp.policy.api.EventRequestParameters} which represents the Event Request Parameters. - * @return <code>Collection</code> of {@link org.openecomp.policy.api.PolicyResponse} which has the Response. + * @param eventRequestParameters {@link org.onap.policy.api.EventRequestParameters} which represents the Event Request Parameters. + * @return <code>Collection</code> of {@link org.onap.policy.api.PolicyResponse} which has the Response. * @throws PolicyEventException PolicyEvent Exception */ public Collection<PolicyResponse> sendEvent(EventRequestParameters eventRequestParameters) throws PolicyEventException { @@ -285,38 +285,38 @@ public class PolicyEngine{ /** * Sends the decision Attributes specified to the PEP and returns back the PolicyDecision. * - * @param eCOMPComponentName the <code>String</code> format of the eCOMPComponentName whose Decision is required. + * @param onapComponentName the <code>String</code> format of the onapComponentName whose Decision is required. * @param decisionAttributes the <code>Map</code> of <code>String,String</code> format of the decisionAttributes that must contain the ID and values. - * @return {@link org.openecomp.policy.api.DecisionResponse} which has the Decision. + * @return {@link org.onap.policy.api.DecisionResponse} which has the Decision. * @throws PolicyDecisionException PolicyDecision Exception * @deprecated use {@link #getDecision(DecisionRequestParameters)} Instead. */ @Deprecated - public DecisionResponse getDecision(String eCOMPComponentName, Map<String,String> decisionAttributes) throws PolicyDecisionException { - return stdPolicyEngine.getDecision(eCOMPComponentName, decisionAttributes, null); + public DecisionResponse getDecision(String onapComponentName, Map<String,String> decisionAttributes) throws PolicyDecisionException { + return stdPolicyEngine.getDecision(onapComponentName, decisionAttributes, null); } /** * Sends the decision Attributes specified to the PEP and returns back the PolicyDecision. * - * @param eCOMPComponentName the <code>String</code> format of the eCOMPComponentName whose Decision is required. + * @param onapComponentName the <code>String</code> format of the onapComponentName whose Decision is required. * @param decisionAttributes the <code>Map</code> of <code>String,String</code> format of the decisionAttributes that must contain the ID and values. - * @param requestID unique request ID which will be passed throughout the ECOMP components to correlate logging messages. + * @param requestID unique request ID which will be passed throughout the ONAP components to correlate logging messages. * A different request ID should be passed for each request. - * @return {@link org.openecomp.policy.api.DecisionResponse} which has the Decision. + * @return {@link org.onap.policy.api.DecisionResponse} which has the Decision. * @throws PolicyDecisionException PolicyDecision Exception * @deprecated use {@link #getDecision(DecisionRequestParameters)} Instead. */ @Deprecated - public DecisionResponse getDecision(String eCOMPComponentName, Map<String,String> decisionAttributes, UUID requestID) throws PolicyDecisionException { - return stdPolicyEngine.getDecision(eCOMPComponentName, decisionAttributes, requestID); + public DecisionResponse getDecision(String onapComponentName, Map<String,String> decisionAttributes, UUID requestID) throws PolicyDecisionException { + return stdPolicyEngine.getDecision(onapComponentName, decisionAttributes, requestID); } /** * Sends the decision Attributes specified to the PEP and returns back the PolicyDecision. * - * @param decisionRequestParameters {@link org.openecomp.policy.api.DecisionRequestParameters} which represents the Decision Request Parameters. - * @return {@link org.openecomp.policy.api.DecisionResponse} which has the Decision. + * @param decisionRequestParameters {@link org.onap.policy.api.DecisionRequestParameters} which represents the Decision Request Parameters. + * @return {@link org.onap.policy.api.DecisionResponse} which has the Decision. * @throws PolicyDecisionException PolicyDecision Exception */ public DecisionResponse getDecision(DecisionRequestParameters decisionRequestParameters) throws PolicyDecisionException { @@ -326,8 +326,8 @@ public class PolicyEngine{ /** * Retrieves the count of policies on the PAP, PDP, and Policy Engine as a whole * - * @param parameters {@link org.openecomp.policy.api.MetricsRequestParameters} which represents the Parameters required to get the Policy Metrics - * @return {@link org.openecomp.policy.api.MetricsResponse} which consists of the response related to getMetrics Request. + * @param parameters {@link org.onap.policy.api.MetricsRequestParameters} which represents the Parameters required to get the Policy Metrics + * @return {@link org.onap.policy.api.MetricsResponse} which consists of the response related to getMetrics Request. * @throws PolicyException PolicyException related to the operation * * */ @@ -339,13 +339,13 @@ public class PolicyEngine{ * Creates a Config Policy based on given arguments * @param policyName the <code>String</code> format of the Policy Name * @param policyDescription the <code>String</code> format of the Policy Description - * @param ecompName the <code>String</code> format of the ECOMP Name + * @param onapName the <code>String</code> format of the ONAP Name * @param configName the <code>String</code> format of the Config Name * @param configAttributes the <code>List</code> the <code>Map</code> Attributes that must contain the key and value. * @param configType the <code>String</code> format of the Config Type * @param body the <code>String</code> format of the Policy Body * @param policyScope the <code>String</code> value of the sub scope directory where the policy will be created and stored - * @param requestID unique request ID which will be passed throughout the ECOMP components to correlate logging messages. + * @param requestID unique request ID which will be passed throughout the ONAP components to correlate logging messages. * A different request ID should be passed for each request. * @param riskLevel the <code>String</code> value of risk Level. * @param riskType the <code>String</code> value of risk Type. @@ -356,10 +356,10 @@ public class PolicyEngine{ * @deprecated use {@link #createPolicy(PolicyParameters)} Instead. */ @Deprecated - public String createConfigPolicy(String policyName, String policyDescription, String ecompName, String configName, + public String createConfigPolicy(String policyName, String policyDescription, String onapName, String configName, Map<String, String> configAttributes, String configType, String body, String policyScope, UUID requestID, String riskLevel, String riskType, String guard, String ttlDate) throws PolicyException { - return stdPolicyEngine.createUpdateConfigPolicy(policyName, policyDescription, ecompName, configName, + return stdPolicyEngine.createUpdateConfigPolicy(policyName, policyDescription, onapName, configName, configAttributes, configType, body, policyScope, requestID, riskLevel, riskType, guard, ttlDate, false); } @@ -368,13 +368,13 @@ public class PolicyEngine{ * Creates a Config Policy based on given arguments * @param policyName the <code>String</code> format of the Policy Name * @param policyDescription the <code>String</code> format of the Policy Description - * @param ecompName the <code>String</code> format of the ECOMP Name + * @param onapName the <code>String</code> format of the ONAP Name * @param configName the <code>String</code> format of the Config Name * @param configAttributes the <code>List</code> the <code>Map</code> Attributes that must contain the key and value. * @param configType the <code>String</code> format of the Config Type * @param body the <code>String</code> format of the Policy Body * @param policyScope the <code>String</code> value of the sub scope directory where the policy will be created and stored - * @param requestID unique request ID which will be passed throughout the ECOMP components to correlate logging messages. + * @param requestID unique request ID which will be passed throughout the ONAP components to correlate logging messages. * A different request ID should be passed for each request. * @param riskLevel the <code>String</code> value of risk Level. * @param riskType the <code>String</code> value of risk Type. @@ -385,10 +385,10 @@ public class PolicyEngine{ * @deprecated use {@link #updatePolicy(PolicyParameters)} Instead. */ @Deprecated - public String updateConfigPolicy(String policyName, String policyDescription, String ecompName, String configName, + public String updateConfigPolicy(String policyName, String policyDescription, String onapName, String configName, Map<String, String> configAttributes, String configType, String body, String policyScope, UUID requestID, String riskLevel, String riskType, String guard, String ttlDate) throws PolicyException { - return stdPolicyEngine.createUpdateConfigPolicy(policyName, policyDescription, ecompName, configName, + return stdPolicyEngine.createUpdateConfigPolicy(policyName, policyDescription, onapName, configName, configAttributes, configType, body, policyScope, requestID,riskLevel, riskType, guard, ttlDate, true); } @@ -397,7 +397,7 @@ public class PolicyEngine{ * @param policyName the <code>String</code> format of the Policy Name * @param firewallJson the <code>JsonObject</code> representation of the Firewall Rules List * @param policyScope the <code>String</code> value of the sub scope directory where the policy will be created and stored - * @param requestID unique request ID which will be passed throughout the ECOMP components to correlate logging messages. + * @param requestID unique request ID which will be passed throughout the ONAP components to correlate logging messages. * A different request ID should be passed for each request. * @param riskLevel the <code>String</code> value of risk Level. * @param riskType the <code>String</code> value of risk Type. @@ -419,7 +419,7 @@ public class PolicyEngine{ * @param policyName the <code>String</code> format of the Policy Name * @param firewallJson the <code>JsonObject</code> representation of the Firewall Rules List * @param policyScope the <code>String</code> value of the sub scope directory where the policy will be created and stored - * @param requestID unique request ID which will be passed throughout the ECOMP components to correlate logging messages. + * @param requestID unique request ID which will be passed throughout the ONAP components to correlate logging messages. * A different request ID should be passed for each request. * @param riskLevel the <code>String</code> value of risk Level. * @param riskType the <code>String</code> value of risk Type. @@ -438,8 +438,8 @@ public class PolicyEngine{ /** * Retrieves Dictionary Items for a specified dictionary * - * @param parameters {@link org.openecomp.policy.api.DictionaryParameters} which represents the Dictionary Parameters required to create a Dictionary Item. - * @return {@link org.openecomp.policy.api.DictionaryResponse} which consists of the response related to create dictionary item Request. + * @param parameters {@link org.onap.policy.api.DictionaryParameters} which represents the Dictionary Parameters required to create a Dictionary Item. + * @return {@link org.onap.policy.api.DictionaryResponse} which consists of the response related to create dictionary item Request. * @throws PolicyException PolicyException related to the operation * * */ @@ -450,8 +450,8 @@ public class PolicyEngine{ /** * Creates a Dictionary Item based on given Dictionary Parameters * - * @param parameters {@link org.openecomp.policy.api.DictionaryParameters} which represents the Dictionary Parameters required to create a Dictionary Item. - * @return {@link org.openecomp.policy.api.PolicyChangeResponse} which consists of the response related to create dictionary item Request. + * @param parameters {@link org.onap.policy.api.DictionaryParameters} which represents the Dictionary Parameters required to create a Dictionary Item. + * @return {@link org.onap.policy.api.PolicyChangeResponse} which consists of the response related to create dictionary item Request. * @throws PolicyException PolicyException related to the operation. */ public PolicyChangeResponse createDictionaryItem(DictionaryParameters parameters) throws PolicyException { @@ -461,8 +461,8 @@ public class PolicyEngine{ /** * Updates a Dictionary Item based on given Dictionary Parameters * - * @param parameters {@link org.openecomp.policy.api.DictionaryParameters} which represents the Dictionary Parameters required to update a Dictionary Item. - * @return {@link org.openecomp.policy.api.PolicyChangeResponse} which consists of the response related to update dictionary item Request. + * @param parameters {@link org.onap.policy.api.DictionaryParameters} which represents the Dictionary Parameters required to update a Dictionary Item. + * @return {@link org.onap.policy.api.PolicyChangeResponse} which consists of the response related to update dictionary item Request. * @throws PolicyException PolicyException related to the operation. */ public PolicyChangeResponse updateDictionaryItem(DictionaryParameters parameters) throws PolicyException { @@ -472,8 +472,8 @@ public class PolicyEngine{ /** * Creates a Policy based on given Policy Parameters. * - * @param policyParameters {@link org.openecomp.policy.api.PolicyParameters} which represents the Policy Parameters required to create a Policy. - * @return {@link org.openecomp.policy.api.PolicyChangeResponse} which consists of the response related to create policy Request. + * @param policyParameters {@link org.onap.policy.api.PolicyParameters} which represents the Policy Parameters required to create a Policy. + * @return {@link org.onap.policy.api.PolicyChangeResponse} which consists of the response related to create policy Request. * @throws PolicyException PolicyException related to the operation. */ public PolicyChangeResponse createPolicy(PolicyParameters policyParameters) throws PolicyException { @@ -483,8 +483,8 @@ public class PolicyEngine{ /** * Update Policy based on given Policy Parameters. * - * @param policyParameters {@link org.openecomp.policy.api.PolicyParameters} which represents the Policy Parameters required to update a Policy. - * @return {@link org.openecomp.policy.api.PolicyChangeResponse} which consists of the response related to create policy Request. + * @param policyParameters {@link org.onap.policy.api.PolicyParameters} which represents the Policy Parameters required to update a Policy. + * @return {@link org.onap.policy.api.PolicyChangeResponse} which consists of the response related to create policy Request. * @throws PolicyException PolicyException related to the operation. */ public PolicyChangeResponse updatePolicy(PolicyParameters policyParameters) throws PolicyException { @@ -498,7 +498,7 @@ public class PolicyEngine{ * @param policyName the <code>String</code> format of the Policy Name being pushed. * @param policyType the <code>String</code> format of the Policy Type which is being pushed. * @param pdpGroup the <code>String</code> format of the PDP Group name to which the policy needs to be pushed to. - * @param requestID unique request ID which will be passed throughout the ECOMP components to correlate logging messages. + * @param requestID unique request ID which will be passed throughout the ONAP components to correlate logging messages. * @return <code>String</code> format of the response related to the push Policy Request. * @throws PolicyException PolicyException related to the operation. * @deprecated use {@link #pushPolicy(PushPolicyParameters)} instead. @@ -511,8 +511,8 @@ public class PolicyEngine{ /** * Pushes the specified policy to the PDP Group. If no PDP group is selected default is used. * - * @param pushPolicyParameters {@link org.openecomp.policy.api.PushPolicyParameters} which represents the Push Policy parameters required to push a policy. - * @return {@link org.openecomp.policy.api.PolicyChangeResponse} which consists of the response related to the push Policy Request. + * @param pushPolicyParameters {@link org.onap.policy.api.PushPolicyParameters} which represents the Push Policy parameters required to push a policy. + * @return {@link org.onap.policy.api.PolicyChangeResponse} which consists of the response related to the push Policy Request. * @throws PolicyException PolicyException related to the operation. */ public PolicyChangeResponse pushPolicy(PushPolicyParameters pushPolicyParameters) throws PolicyException { @@ -522,8 +522,8 @@ public class PolicyEngine{ /** * Deletes the specified policy from the PAP or PDP. * - * @param deletePolicyParameters {@link org.openecomp.policy.api.DeletePolicyParameters} which represents the Delete Policy parameters to delete a policy. - * @return {@link org.openecomp.policy.api.PolicyChangeResponse} which consists of the response related to the Delete Policy Request. + * @param deletePolicyParameters {@link org.onap.policy.api.DeletePolicyParameters} which represents the Delete Policy parameters to delete a policy. + * @return {@link org.onap.policy.api.PolicyChangeResponse} which consists of the response related to the Delete Policy Request. * @throws PolicyException PolicyException related to the operation. */ public PolicyChangeResponse deletePolicy(DeletePolicyParameters deletePolicyParameters) throws PolicyException { @@ -533,8 +533,8 @@ public class PolicyEngine{ /** * Creates a new Policy Service based on given Service Parameters. * - * @param importParameters {@link org.openecomp.policy.api.ImportParameters} which represents the Service Parameters required to create a Policy Service. - * @return {@link org.openecomp.policy.api.PolicyChangeResponse} which consists of the response related to create import Service. + * @param importParameters {@link org.onap.policy.api.ImportParameters} which represents the Service Parameters required to create a Policy Service. + * @return {@link org.onap.policy.api.PolicyChangeResponse} which consists of the response related to create import Service. * @throws PolicyException PolicyException related to the operation. */ public PolicyChangeResponse policyEngineImport(ImportParameters importParameters) throws PolicyException { @@ -544,8 +544,8 @@ public class PolicyEngine{ /** * <code>setNotification</code> allows changes to the Notification Scheme and Notification Handler * - * @param scheme the <code>NotificationScheme</code> of {@link org.openecomp.policy.api.NotificationScheme} which defines the Notification Scheme - * @param handler the <code>NotificationHandler</code> of {@link org.openecomp.policy.api.NotificationHandler} which defines what should happen when a notification is received. + * @param scheme the <code>NotificationScheme</code> of {@link org.onap.policy.api.NotificationScheme} which defines the Notification Scheme + * @param handler the <code>NotificationHandler</code> of {@link org.onap.policy.api.NotificationHandler} which defines what should happen when a notification is received. */ public void setNotification(NotificationScheme scheme, NotificationHandler handler) { this.scheme = scheme; @@ -563,7 +563,7 @@ public class PolicyEngine{ /** * <code>setNotification</code> allows changes to the Notification Scheme * - * @param scheme the <code>NotificationScheme</code> of {@link org.openecomp.policy.api.NotificationScheme} which defines the Notification Scheme + * @param scheme the <code>NotificationScheme</code> of {@link org.onap.policy.api.NotificationScheme} which defines the Notification Scheme */ public void setScheme(NotificationScheme scheme){ this.scheme = scheme; @@ -573,7 +573,7 @@ public class PolicyEngine{ /** * Gets the <code>PDPNotification</code> if there is one exists. This is used for Polling Patterns. * - * @return <code>PDPNotification</code> of {@link org.openecomp.policy.api.PDPNotification} which has the Notification. + * @return <code>PDPNotification</code> of {@link org.onap.policy.api.PDPNotification} which has the Notification. */ public PDPNotification getNotification() { return stdPolicyEngine.getNotification(); @@ -590,10 +590,10 @@ public class PolicyEngine{ } // Internal Setter Method to help build configRequestParameters. - private ConfigRequestParameters setConfigRequestParameters(String policyName, String eCOMPComponentName, String configName, Map<String, String> configAttributes, UUID requestID){ + private ConfigRequestParameters setConfigRequestParameters(String policyName, String onapComponentName, String configName, Map<String, String> configAttributes, UUID requestID){ ConfigRequestParameters configRequestParameters = new ConfigRequestParameters(); configRequestParameters.setPolicyName(policyName); - configRequestParameters.setEcompName(eCOMPComponentName); + configRequestParameters.setOnapName(onapComponentName); configRequestParameters.setConfigName(configName); configRequestParameters.setConfigAttributes(configAttributes); configRequestParameters.setRequestID(requestID); diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyEngineException.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyEngineException.java index e80513ad8..6529a159e 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyEngineException.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyEngineException.java @@ -18,10 +18,10 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.api; +package org.onap.policy.api; /** - * PolicyEngineException extends <code>Exception</code> to implement exceptions thrown by {@link org.openecomp.policy.api.PolicyEngine} + * PolicyEngineException extends <code>Exception</code> to implement exceptions thrown by {@link org.onap.policy.api.PolicyEngine} * * @version 0.1 */ diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyEventException.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyEventException.java index 8e4c81990..335c4905b 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyEventException.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyEventException.java @@ -18,10 +18,10 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.api; +package org.onap.policy.api; /** - * PolicyEventException extends <code>Exception</code> to implement exceptions thrown by {@link org.openecomp.policy.api.PolicyEngine} + * PolicyEventException extends <code>Exception</code> to implement exceptions thrown by {@link org.onap.policy.api.PolicyEngine} * * @version 0.1 */ diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyException.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyException.java index f4a99fd32..e61560146 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyException.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyException.java @@ -1,7 +1,7 @@ -package org.openecomp.policy.api; +package org.onap.policy.api; /** - * PolicyException extends <code>Exception</code> to implement exceptions thrown by {@link org.openecomp.policy.api.PolicyEngine} + * PolicyException extends <code>Exception</code> to implement exceptions thrown by {@link org.onap.policy.api.PolicyEngine} * * @version 0.1 */ diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyParameters.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyParameters.java index 0f34de0d1..0d76d8f13 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyParameters.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyParameters.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.api; +package org.onap.policy.api; import java.util.ArrayList; import java.util.Date; @@ -37,7 +37,7 @@ public class PolicyParameters { private PolicyConfigType policyConfigType; private String policyName; private String policyDescription; - private String ecompName; + private String onapName; private String configName; private Map<AttributeType, Map<String,String>> attributes; private String configBody; @@ -62,23 +62,23 @@ public class PolicyParameters { /** * Sets Config Policy Parameters. * - * @param policyConfigType the {@link org.openecomp.policy.api.PolicyConfigType} Enum format of the Config Type + * @param policyConfigType the {@link org.onap.policy.api.PolicyConfigType} Enum format of the Config Type * @param policyName the <code>String</code> format of the Policy Name * @param policyDescription the <code>String</code> format of the Policy Description - * @param ecompName the <code>String</code> format of the ECOMP Name + * @param onapName the <code>String</code> format of the ONAP Name * @param configName the <code>String</code> format of the Config Name * @param attributes the <code>Map</code> Attributes that must contain the AttributeType and Map of key,value pairs corresponding to it. - * @param configBodyType the {@link org.openecomp.policy.api.PolicyType} Enum format of the config Body Type. + * @param configBodyType the {@link org.onap.policy.api.PolicyType} Enum format of the config Body Type. * @param configBody the <code>String</code> format of the Policy Body - * @param requestID unique request ID which will be passed throughout the ECOMP components to correlate logging messages. + * @param requestID unique request ID which will be passed throughout the ONAP components to correlate logging messages. * A different request ID should be passed for each request. */ - public void setConfigPolicyParameters(PolicyConfigType policyConfigType, String policyName, String policyDescription, String ecompName, String configName, + public void setConfigPolicyParameters(PolicyConfigType policyConfigType, String policyName, String policyDescription, String onapName, String configName, Map<AttributeType, Map<String, String>> attributes, PolicyType configBodyType, String configBody, UUID requestID){ this.setPolicyConfigType(policyConfigType); this.setPolicyName(policyName); this.setPolicyDescription(policyDescription); - this.setEcompName(ecompName); + this.setOnapName(onapName); this.setConfigName(configName); this.setAttributes(attributes); this.setConfigBody(configBody); @@ -91,7 +91,7 @@ public class PolicyParameters { * * @param policyName the <code>String</code> format of the Policy Name * @param firewallJson the <code>String</code> representation of the Firewall Rules List - * @param requestID unique request ID which will be passed throughout the ECOMP components to correlate logging messages. + * @param requestID unique request ID which will be passed throughout the ONAP components to correlate logging messages. * A different request ID should be passed for each request. */ public void setConfigFirewallPolicyParameters(String policyName, String firewallJson, UUID requestID){ @@ -139,21 +139,21 @@ public class PolicyParameters { } /** - * Gets the ECOMP Name value of the Policy Paramters. + * Gets the ONAP Name value of the Policy Paramters. * - * @return <code>String</code> format of the ECOMP Name + * @return <code>String</code> format of the ONAP Name */ - public String getEcompName() { - return ecompName; + public String getOnapName() { + return onapName; } /** - * Sets the ECOMP Name field of the Policy Parameters. + * Sets the ONAP Name field of the Policy Parameters. * - * @param ecompName the <code>String</code> format of the ECOMP Name + * @param onapName the <code>String</code> format of the ONAP Name */ - public void setEcompName(String ecompName) { - this.ecompName = ecompName; + public void setOnapName(String onapName) { + this.onapName = onapName; } /** @@ -195,7 +195,7 @@ public class PolicyParameters { /** * Gets the Policy Config Type value the Policy parameters. * - * @return {@link org.openecomp.policy.api.PolicyConfigType} Enum of the Config Type + * @return {@link org.onap.policy.api.PolicyConfigType} Enum of the Config Type */ public PolicyConfigType getPolicyConfigType() { return policyConfigType; @@ -204,7 +204,7 @@ public class PolicyParameters { /** * Sets the Policy Config Type field of the policy Parameters. * - * @param policyConfigType the {@link org.openecomp.policy.api.PolicyConfigType} Enum format of the Config Type + * @param policyConfigType the {@link org.onap.policy.api.PolicyConfigType} Enum format of the Config Type */ public void setPolicyConfigType(PolicyConfigType policyConfigType) { if(policyConfigType!=null){ @@ -252,7 +252,7 @@ public class PolicyParameters { /** * Gets the requestID of the Policy Parameters. * - * @return unique request ID which will be passed throughout the ECOMP components to correlate logging messages. + * @return unique request ID which will be passed throughout the ONAP components to correlate logging messages. */ public UUID getRequestID() { return requestID; @@ -261,7 +261,7 @@ public class PolicyParameters { /** * Sets the requestID of the Policy Parameters. * - * @param requestID unique request ID which will be passed throughout the ECOMP components to correlate logging messages. + * @param requestID unique request ID which will be passed throughout the ONAP components to correlate logging messages. */ public void setRequestID(UUID requestID) { this.requestID = requestID; @@ -270,7 +270,7 @@ public class PolicyParameters { /** * Gets the Policy Class of the Policy Parameters. * - * @return {@link org.openecomp.policy.api.PolicyClass} of the Policy Parameters. + * @return {@link org.onap.policy.api.PolicyClass} of the Policy Parameters. */ public PolicyClass getPolicyClass() { return policyClass; @@ -279,7 +279,7 @@ public class PolicyParameters { /** * Sets the Policy Class of the Policy Parameters. * - * @param policyClass the Enum {@link org.openecomp.policy.api.PolicyClass} to set Policy Class Type of Policy parameters. + * @param policyClass the Enum {@link org.onap.policy.api.PolicyClass} to set Policy Class Type of Policy parameters. */ public void setPolicyClass(PolicyClass policyClass) { this.policyClass = policyClass; @@ -546,7 +546,7 @@ public class PolicyParameters { } public String toString() { - return "PolicyParameters [ policyName=" + policyName + ", policyDescription=" + policyDescription + ", ecompName="+ ecompName + return "PolicyParameters [ policyName=" + policyName + ", policyDescription=" + policyDescription + ", onapName="+ onapName + ", configName=" + configName + ", attributes=" + attributes + ", configBody=" + configBody + ",dynamicRuleAlgorithmLabels=" + dynamicRuleAlgorithmLabels + ",dynamicRuleAlgorithmFunctions=" + dynamicRuleAlgorithmFunctions + ",dynamicRuleAlgorithmField1=" + dynamicRuleAlgorithmField1 + ",dynamicRuleAlgorithmField2=" + dynamicRuleAlgorithmField2 diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyResponse.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyResponse.java index 316f7dd83..ae29585de 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyResponse.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyResponse.java @@ -19,7 +19,7 @@ */ -package org.openecomp.policy.api; +package org.onap.policy.api; import java.util.Map; @@ -31,7 +31,7 @@ import java.util.Map; */ public interface PolicyResponse { /** - * Gets the {@link org.openecomp.policy.api.PolicyResponseStatus} associated with this <code>PolicyResponse</code>. + * Gets the {@link org.onap.policy.api.PolicyResponseStatus} associated with this <code>PolicyResponse</code>. * * @return the <code>PolicyResponseStatus</code> associated with this <code>PolicyResponse</code> */ diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyResponseStatus.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyResponseStatus.java index 84fac733d..4368b646d 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyResponseStatus.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyResponseStatus.java @@ -18,13 +18,13 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.api; +package org.onap.policy.api; import com.fasterxml.jackson.annotation.JsonCreator; /** * Enumeration of PolicyResponseStatus that can be returned as a part of - * {@link org.openecomp.policy.api.PolicyResponse}. + * {@link org.onap.policy.api.PolicyResponse}. * * @version 0.2 */ diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyType.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyType.java index a0566e039..f026596e9 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PolicyType.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PolicyType.java @@ -18,13 +18,13 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.api; +package org.onap.policy.api; import com.fasterxml.jackson.annotation.JsonCreator; /** * Enumeration of the Policy Return Types that can be returned as part of a - * {@link org.openecomp.policy.api.PolicyConfig}. + * {@link org.onap.policy.api.PolicyConfig}. * * @version 0.2 */ diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PushPolicyParameters.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PushPolicyParameters.java index 8a822065b..211be7e65 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/PushPolicyParameters.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/PushPolicyParameters.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.api; +package org.onap.policy.api; import java.util.UUID; @@ -46,7 +46,7 @@ public class PushPolicyParameters { * @param policyName the <code>String</code> format of the Policy Name * @param policyType the <code>String</code> format of the Policy Type * @param pdpGroup the <code>String</code> format of the PDPGroup - * @param requestID unique request ID which will be passed throughout the ECOMP components to correlate logging messages. + * @param requestID unique request ID which will be passed throughout the ONAP components to correlate logging messages. */ public PushPolicyParameters(String policyName, String policyType, String pdpGroup, UUID requestID){ this.policyName = policyName; @@ -112,7 +112,7 @@ public class PushPolicyParameters { /** * Gets the requestID of the Push Policy Parameters. * - * @return unique request ID which will be passed throughout the ECOMP components to correlate logging messages. + * @return unique request ID which will be passed throughout the ONAP components to correlate logging messages. */ public UUID getRequestID() { return requestID; @@ -121,7 +121,7 @@ public class PushPolicyParameters { /** * Sets the requestID of the Push Policy Parameters. * - * @param requestID unique request ID which will be passed throughout the ECOMP components to correlate logging messages. + * @param requestID unique request ID which will be passed throughout the ONAP components to correlate logging messages. */ public void setRequestID(UUID requestID) { this.requestID = requestID; diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/RuleProvider.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/RuleProvider.java index 99f075a30..c34e05e89 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/RuleProvider.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/RuleProvider.java @@ -18,13 +18,13 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.api; +package org.onap.policy.api; import com.fasterxml.jackson.annotation.JsonCreator; /** * Enumeration of the Attribute Types that is used as a part of - * {@link org.openecomp.policy.api.PolicyParameters}. + * {@link org.onap.policy.api.PolicyParameters}. * * @version 0.1 */ diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/package-info.java b/PolicyEngineAPI/src/main/java/org/onap/policy/api/package-info.java index 982dbb47c..07875bc4c 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/api/package-info.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/api/package-info.java @@ -19,10 +19,10 @@ */ -package org.openecomp.policy.api; +package org.onap.policy.api; /** - * org.openecomp.policy.api contains the API for the PolicyEngine ProtoType + * org.onap.policy.api contains the API for the PolicyEngine ProtoType * * @version 0.9 * diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/models/APIConfigResponse.java b/PolicyEngineAPI/src/main/java/org/onap/policy/models/APIConfigResponse.java index 664522615..a83f743e8 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/models/APIConfigResponse.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/models/APIConfigResponse.java @@ -17,12 +17,12 @@ * limitations under the License. * ============LICENSE_END========================================================= */ -package org.openecomp.policy.models; +package org.onap.policy.models; import java.util.Map; -import org.openecomp.policy.api.PolicyConfigStatus; -import org.openecomp.policy.api.PolicyType; +import org.onap.policy.api.PolicyConfigStatus; +import org.onap.policy.api.PolicyType; public interface APIConfigResponse { public String getPolicyConfigMessage(); diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/models/APIDictionaryResponse.java b/PolicyEngineAPI/src/main/java/org/onap/policy/models/APIDictionaryResponse.java index 4829bfac8..050f36bf4 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/models/APIDictionaryResponse.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/models/APIDictionaryResponse.java @@ -17,7 +17,7 @@ * limitations under the License. * ============LICENSE_END========================================================= */ -package org.openecomp.policy.models; +package org.onap.policy.models; public class APIDictionaryResponse { private Object dictionaryData; diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/models/APIPolicyConfigResponse.java b/PolicyEngineAPI/src/main/java/org/onap/policy/models/APIPolicyConfigResponse.java index 7be932162..7efee00b8 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/models/APIPolicyConfigResponse.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/models/APIPolicyConfigResponse.java @@ -17,12 +17,12 @@ * limitations under the License. * ============LICENSE_END========================================================= */ -package org.openecomp.policy.models; +package org.onap.policy.models; import java.util.Map; -import org.openecomp.policy.api.PolicyConfigStatus; -import org.openecomp.policy.api.PolicyType; +import org.onap.policy.api.PolicyConfigStatus; +import org.onap.policy.api.PolicyType; public class APIPolicyConfigResponse implements APIConfigResponse { private String policyConfigMessage; diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/AutoClientDMAAP.java b/PolicyEngineAPI/src/main/java/org/onap/policy/std/AutoClientDMAAP.java index 563cd85ca..3699bfcfb 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/AutoClientDMAAP.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/std/AutoClientDMAAP.java @@ -1,16 +1,16 @@ -package org.openecomp.policy.std; +package org.onap.policy.std; import java.util.List; import java.util.UUID; -import org.openecomp.policy.api.NotificationHandler; -import org.openecomp.policy.api.NotificationScheme; -import org.openecomp.policy.api.NotificationType; -import org.openecomp.policy.api.PDPNotification; -import org.openecomp.policy.common.logging.flexlogger.FlexLogger; -import org.openecomp.policy.common.logging.flexlogger.Logger; -import org.openecomp.policy.utils.BusConsumer; -import org.openecomp.policy.xacml.api.XACMLErrorConstants; +import org.onap.policy.api.NotificationHandler; +import org.onap.policy.api.NotificationScheme; +import org.onap.policy.api.NotificationType; +import org.onap.policy.api.PDPNotification; +import org.onap.policy.common.logging.flexlogger.FlexLogger; +import org.onap.policy.common.logging.flexlogger.Logger; +import org.onap.policy.utils.BusConsumer; +import org.onap.policy.xacml.api.XACMLErrorConstants; public class AutoClientDMAAP implements Runnable { private static StdPDPNotification notification = null; diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/AutoClientEnd.java b/PolicyEngineAPI/src/main/java/org/onap/policy/std/AutoClientEnd.java index 06a2e471e..976b57058 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/AutoClientEnd.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/std/AutoClientEnd.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.std; +package org.onap.policy.std; import java.io.IOException; import java.net.URI; @@ -34,17 +34,17 @@ import javax.websocket.Session; //import org.apache.log4j.Logger; import org.glassfish.tyrus.client.ClientManager; -import org.openecomp.policy.api.NotificationHandler; -import org.openecomp.policy.api.NotificationScheme; -import org.openecomp.policy.api.NotificationType; -import org.openecomp.policy.api.PDPNotification; -import org.openecomp.policy.std.NotificationStore; -import org.openecomp.policy.std.StdPDPNotification; +import org.onap.policy.api.NotificationHandler; +import org.onap.policy.api.NotificationScheme; +import org.onap.policy.api.NotificationType; +import org.onap.policy.api.PDPNotification; +import org.onap.policy.std.NotificationStore; +import org.onap.policy.std.StdPDPNotification; -import org.openecomp.policy.xacml.api.XACMLErrorConstants; +import org.onap.policy.xacml.api.XACMLErrorConstants; import com.fasterxml.jackson.core.JsonParseException; import com.fasterxml.jackson.databind.JsonMappingException; -import org.openecomp.policy.common.logging.flexlogger.*; +import org.onap.policy.common.logging.flexlogger.*; @ClientEndpoint public class AutoClientEnd { diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/AutoClientUEB.java b/PolicyEngineAPI/src/main/java/org/onap/policy/std/AutoClientUEB.java index 782187720..37413f416 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/AutoClientUEB.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/std/AutoClientUEB.java @@ -18,20 +18,20 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.std; +package org.onap.policy.std; import java.net.MalformedURLException; import java.net.URL; import java.util.List; import java.util.UUID; -import org.openecomp.policy.api.NotificationHandler; -import org.openecomp.policy.api.NotificationScheme; -import org.openecomp.policy.api.NotificationType; -import org.openecomp.policy.api.PDPNotification; -import org.openecomp.policy.common.logging.flexlogger.FlexLogger; -import org.openecomp.policy.common.logging.flexlogger.Logger; -import org.openecomp.policy.xacml.api.XACMLErrorConstants; +import org.onap.policy.api.NotificationHandler; +import org.onap.policy.api.NotificationScheme; +import org.onap.policy.api.NotificationType; +import org.onap.policy.api.PDPNotification; +import org.onap.policy.common.logging.flexlogger.FlexLogger; +import org.onap.policy.common.logging.flexlogger.Logger; +import org.onap.policy.xacml.api.XACMLErrorConstants; import com.att.nsa.cambria.client.CambriaClientBuilders; import com.att.nsa.cambria.client.CambriaClientBuilders.ConsumerBuilder; diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/ManualClientEnd.java b/PolicyEngineAPI/src/main/java/org/onap/policy/std/ManualClientEnd.java index c006b057b..7e4ba07e8 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/ManualClientEnd.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/std/ManualClientEnd.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.std; +package org.onap.policy.std; import java.io.IOException; import java.net.URI; @@ -35,14 +35,14 @@ import javax.websocket.Session; //import org.apache.log4j.Logger; import org.glassfish.tyrus.client.ClientManager; -import org.openecomp.policy.api.NotificationScheme; -import org.openecomp.policy.api.NotificationType; -import org.openecomp.policy.api.PDPNotification; -import org.openecomp.policy.std.StdPDPNotification; +import org.onap.policy.api.NotificationScheme; +import org.onap.policy.api.NotificationType; +import org.onap.policy.api.PDPNotification; +import org.onap.policy.std.StdPDPNotification; -import org.openecomp.policy.xacml.api.XACMLErrorConstants; +import org.onap.policy.xacml.api.XACMLErrorConstants; -import org.openecomp.policy.common.logging.flexlogger.*; +import org.onap.policy.common.logging.flexlogger.*; @ClientEndpoint public class ManualClientEnd { diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/ManualClientEndDMAAP.java b/PolicyEngineAPI/src/main/java/org/onap/policy/std/ManualClientEndDMAAP.java index f4a218d66..72ad7ce4a 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/ManualClientEndDMAAP.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/std/ManualClientEndDMAAP.java @@ -1,16 +1,16 @@ -package org.openecomp.policy.std; +package org.onap.policy.std; import java.util.List; import org.json.JSONObject; -import org.openecomp.policy.api.NotificationScheme; -import org.openecomp.policy.api.NotificationType; -import org.openecomp.policy.api.PDPNotification; -import org.openecomp.policy.common.logging.flexlogger.FlexLogger; -import org.openecomp.policy.common.logging.flexlogger.Logger; -import org.openecomp.policy.utils.BusConsumer; -import org.openecomp.policy.utils.BusPublisher; -import org.openecomp.policy.xacml.api.XACMLErrorConstants; +import org.onap.policy.api.NotificationScheme; +import org.onap.policy.api.NotificationType; +import org.onap.policy.api.PDPNotification; +import org.onap.policy.common.logging.flexlogger.FlexLogger; +import org.onap.policy.common.logging.flexlogger.Logger; +import org.onap.policy.utils.BusConsumer; +import org.onap.policy.utils.BusPublisher; +import org.onap.policy.xacml.api.XACMLErrorConstants; public class ManualClientEndDMAAP { private static StdPDPNotification notification = null; diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/ManualClientEndUEB.java b/PolicyEngineAPI/src/main/java/org/onap/policy/std/ManualClientEndUEB.java index 85d5659e8..dcd86eb1f 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/ManualClientEndUEB.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/std/ManualClientEndUEB.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.std; +package org.onap.policy.std; import java.io.IOException; import java.net.MalformedURLException; @@ -26,11 +26,11 @@ import java.net.URL; import java.util.List; import org.json.JSONObject; -import org.openecomp.policy.api.NotificationScheme; -import org.openecomp.policy.api.NotificationType; -import org.openecomp.policy.api.PDPNotification; -import org.openecomp.policy.common.logging.flexlogger.FlexLogger; -import org.openecomp.policy.common.logging.flexlogger.Logger; +import org.onap.policy.api.NotificationScheme; +import org.onap.policy.api.NotificationType; +import org.onap.policy.api.PDPNotification; +import org.onap.policy.common.logging.flexlogger.FlexLogger; +import org.onap.policy.common.logging.flexlogger.Logger; import com.att.nsa.cambria.client.CambriaClientFactory; import com.att.nsa.cambria.client.CambriaConsumer; diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/MatchStore.java b/PolicyEngineAPI/src/main/java/org/onap/policy/std/MatchStore.java index 1459dd9d9..a243c1fc1 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/MatchStore.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/std/MatchStore.java @@ -18,20 +18,20 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.std; +package org.onap.policy.std; import java.util.Collection; import java.util.HashSet; -import org.openecomp.policy.api.LoadedPolicy; -import org.openecomp.policy.api.NotificationType; -import org.openecomp.policy.api.PDPNotification; -import org.openecomp.policy.api.RemovedPolicy; -import org.openecomp.policy.std.StdLoadedPolicy; -import org.openecomp.policy.std.StdPDPNotification; -import org.openecomp.policy.std.StdRemovedPolicy; +import org.onap.policy.api.LoadedPolicy; +import org.onap.policy.api.NotificationType; +import org.onap.policy.api.PDPNotification; +import org.onap.policy.api.RemovedPolicy; +import org.onap.policy.std.StdLoadedPolicy; +import org.onap.policy.std.StdPDPNotification; +import org.onap.policy.std.StdRemovedPolicy; -import org.openecomp.policy.common.logging.flexlogger.*; +import org.onap.policy.common.logging.flexlogger.*; public class MatchStore { private static HashSet<Matches> matchStore = new HashSet<>(); @@ -50,8 +50,8 @@ public class MatchStore { // Check if it is a new Match Boolean match = false; for(Matches oldMatch: matchStore){ - // Compare ECOMPName - if(oldMatch.getEcompName().equals(newMatch.getEcompName())){ + // Compare ONAPName + if(oldMatch.getOnapName().equals(newMatch.getOnapName())){ // Compare ConfigName if it exists. if(newMatch.getConfigName()!=null && oldMatch.getConfigName()!=null){ if(oldMatch.getConfigName().equals(newMatch.getConfigName())){ @@ -138,14 +138,14 @@ public class MatchStore { // Again Better way would be comparing sizes first. // Matches are different need to check if has configAttributes if(match.getConfigAttributes()!=null && !match.getConfigAttributes().isEmpty()){ - // adding ecomp and config to config-attributes. + // adding onap and config to config-attributes. int compValues = match.getConfigAttributes().size() + 2; if(updatedPolicy.getMatches().size()== compValues){ // Comparing both the values.. boolean matchAttributes = false; for(String newKey: updatedPolicy.getMatches().keySet()){ - if(newKey.equals("ECOMPName")){ - if(updatedPolicy.getMatches().get(newKey).equals(match.getEcompName())){ + if(newKey.equals("ONAPName")){ + if(updatedPolicy.getMatches().get(newKey).equals(match.getOnapName())){ matchAttributes = true; }else { matchAttributes = false; @@ -184,7 +184,7 @@ public class MatchStore { }else if(match.getConfigName()!=null){ // If there are no config Attributes then check if it has Config Name if(updatedPolicy.getMatches().size()== 2){ - if(updatedPolicy.getMatches().get("ECOMPName").equals(match.getEcompName())){ + if(updatedPolicy.getMatches().get("ONAPName").equals(match.getOnapName())){ if(updatedPolicy.getMatches().get("ConfigName").equals(match.getConfigName())){ // Match.. matched = true; @@ -198,9 +198,9 @@ public class MatchStore { break; } }else { - // If non exist then assuming the ECOMP Name to be there. + // If non exist then assuming the ONAP Name to be there. if(updatedPolicy.getMatches().size()== 1){ - if(updatedPolicy.getMatches().get("ECOMPName").equals(match.getEcompName())){ + if(updatedPolicy.getMatches().get("ONAPName").equals(match.getOnapName())){ // Match.. matched = true; }else { diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/Matches.java b/PolicyEngineAPI/src/main/java/org/onap/policy/std/Matches.java index 8e6a8ee97..eb382a63d 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/Matches.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/std/Matches.java @@ -18,19 +18,19 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.std; +package org.onap.policy.std; import java.util.Map; public class Matches { - private String ecompName = null; + private String onapName = null; private String configName = null; private Map<String,String> configAttributes = null; - public String getEcompName() { - return ecompName; + public String getOnapName() { + return onapName; } - public void setEcompName(String ecompName) { - this.ecompName = ecompName; + public void setOnapName(String onapName) { + this.onapName = onapName; } public String getConfigName() { return configName; diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/NotificationUnMarshal.java b/PolicyEngineAPI/src/main/java/org/onap/policy/std/NotificationUnMarshal.java index 196f89b3d..2ec174c84 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/NotificationUnMarshal.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/std/NotificationUnMarshal.java @@ -18,16 +18,16 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.std; +package org.onap.policy.std; import java.util.ArrayList; import java.util.Collection; -import org.openecomp.policy.api.LoadedPolicy; -import org.openecomp.policy.api.RemovedPolicy; -import org.openecomp.policy.api.UpdateType; -import org.openecomp.policy.std.StdLoadedPolicy; -import org.openecomp.policy.std.StdPDPNotification; +import org.onap.policy.api.LoadedPolicy; +import org.onap.policy.api.RemovedPolicy; +import org.onap.policy.api.UpdateType; +import org.onap.policy.std.StdLoadedPolicy; +import org.onap.policy.std.StdPDPNotification; import com.fasterxml.jackson.databind.ObjectMapper; diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/StdDecisionResponse.java b/PolicyEngineAPI/src/main/java/org/onap/policy/std/StdDecisionResponse.java index 1f4cf65d0..ee3f18e9f 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/StdDecisionResponse.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/std/StdDecisionResponse.java @@ -19,10 +19,10 @@ */ -package org.openecomp.policy.std; +package org.onap.policy.std; -import org.openecomp.policy.api.DecisionResponse; -import org.openecomp.policy.api.PolicyDecision; +import org.onap.policy.api.DecisionResponse; +import org.onap.policy.api.PolicyDecision; /** * Decision Response Implementation Class. diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/StdDictionaryResponse.java b/PolicyEngineAPI/src/main/java/org/onap/policy/std/StdDictionaryResponse.java index 74eebc354..9e0f93d23 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/StdDictionaryResponse.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/std/StdDictionaryResponse.java @@ -18,13 +18,13 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.std; +package org.onap.policy.std; import java.util.Map; import javax.json.JsonObject; -import org.openecomp.policy.api.DictionaryResponse; +import org.onap.policy.api.DictionaryResponse; public class StdDictionaryResponse implements DictionaryResponse { private String dictionaryMessage; diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/StdMetricsResponse.java b/PolicyEngineAPI/src/main/java/org/onap/policy/std/StdMetricsResponse.java index 8c89e4a9d..539863d60 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/StdMetricsResponse.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/std/StdMetricsResponse.java @@ -18,9 +18,9 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.std; +package org.onap.policy.std; -import org.openecomp.policy.api.MetricsResponse; +import org.onap.policy.api.MetricsResponse; public class StdMetricsResponse implements MetricsResponse { private String responseMessage; diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/StdPolicyChangeResponse.java b/PolicyEngineAPI/src/main/java/org/onap/policy/std/StdPolicyChangeResponse.java index 2fec8605c..240a53c3d 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/StdPolicyChangeResponse.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/std/StdPolicyChangeResponse.java @@ -18,9 +18,9 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.std; +package org.onap.policy.std; -import org.openecomp.policy.api.PolicyChangeResponse; +import org.onap.policy.api.PolicyChangeResponse; public class StdPolicyChangeResponse implements PolicyChangeResponse{ private String responseMessage = null; diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/StdPolicyConfig.java b/PolicyEngineAPI/src/main/java/org/onap/policy/std/StdPolicyConfig.java index ec205dab2..8a9b0a0b4 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/StdPolicyConfig.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/std/StdPolicyConfig.java @@ -19,16 +19,16 @@ */ -package org.openecomp.policy.std; +package org.onap.policy.std; import java.util.Map; import java.util.Properties; import javax.json.JsonObject; -import org.openecomp.policy.api.PolicyConfig; -import org.openecomp.policy.api.PolicyConfigStatus; -import org.openecomp.policy.api.PolicyType; +import org.onap.policy.api.PolicyConfig; +import org.onap.policy.api.PolicyConfigStatus; +import org.onap.policy.api.PolicyType; import org.w3c.dom.Document; /** diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/StdPolicyEngine.java b/PolicyEngineAPI/src/main/java/org/onap/policy/std/StdPolicyEngine.java index 0732c3cf5..608bb8de0 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/StdPolicyEngine.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/std/StdPolicyEngine.java @@ -19,7 +19,7 @@ */ -package org.openecomp.policy.std; +package org.onap.policy.std; import java.io.FileInputStream; import java.io.IOException; @@ -51,40 +51,40 @@ import javax.json.JsonReader; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; -import org.openecomp.policy.api.AttributeType; -import org.openecomp.policy.api.ConfigRequestParameters; -import org.openecomp.policy.api.DecisionRequestParameters; -import org.openecomp.policy.api.DecisionResponse; -import org.openecomp.policy.api.DeletePolicyParameters; -import org.openecomp.policy.api.DictionaryParameters; -import org.openecomp.policy.api.DictionaryResponse; -import org.openecomp.policy.api.EventRequestParameters; -import org.openecomp.policy.api.ImportParameters; -import org.openecomp.policy.api.MetricsRequestParameters; -import org.openecomp.policy.api.MetricsResponse; -import org.openecomp.policy.api.NotificationHandler; -import org.openecomp.policy.api.NotificationScheme; -import org.openecomp.policy.api.PDPNotification; -import org.openecomp.policy.api.PolicyChangeResponse; -import org.openecomp.policy.api.PolicyClass; -import org.openecomp.policy.api.PolicyConfig; -import org.openecomp.policy.api.PolicyConfigException; -import org.openecomp.policy.api.PolicyConfigType; -import org.openecomp.policy.api.PolicyDecisionException; -import org.openecomp.policy.api.PolicyEngineException; -import org.openecomp.policy.api.PolicyEventException; -import org.openecomp.policy.api.PolicyException; -import org.openecomp.policy.api.PolicyParameters; -import org.openecomp.policy.api.PolicyResponse; -import org.openecomp.policy.api.PolicyType; -import org.openecomp.policy.api.PushPolicyParameters; -import org.openecomp.policy.common.logging.flexlogger.FlexLogger; -import org.openecomp.policy.common.logging.flexlogger.Logger; -import org.openecomp.policy.models.APIDictionaryResponse; -import org.openecomp.policy.models.APIPolicyConfigResponse; -import org.openecomp.policy.utils.AAFEnvironment; -import org.openecomp.policy.utils.PolicyUtils; -import org.openecomp.policy.xacml.api.XACMLErrorConstants; +import org.onap.policy.api.AttributeType; +import org.onap.policy.api.ConfigRequestParameters; +import org.onap.policy.api.DecisionRequestParameters; +import org.onap.policy.api.DecisionResponse; +import org.onap.policy.api.DeletePolicyParameters; +import org.onap.policy.api.DictionaryParameters; +import org.onap.policy.api.DictionaryResponse; +import org.onap.policy.api.EventRequestParameters; +import org.onap.policy.api.ImportParameters; +import org.onap.policy.api.MetricsRequestParameters; +import org.onap.policy.api.MetricsResponse; +import org.onap.policy.api.NotificationHandler; +import org.onap.policy.api.NotificationScheme; +import org.onap.policy.api.PDPNotification; +import org.onap.policy.api.PolicyChangeResponse; +import org.onap.policy.api.PolicyClass; +import org.onap.policy.api.PolicyConfig; +import org.onap.policy.api.PolicyConfigException; +import org.onap.policy.api.PolicyConfigType; +import org.onap.policy.api.PolicyDecisionException; +import org.onap.policy.api.PolicyEngineException; +import org.onap.policy.api.PolicyEventException; +import org.onap.policy.api.PolicyException; +import org.onap.policy.api.PolicyParameters; +import org.onap.policy.api.PolicyResponse; +import org.onap.policy.api.PolicyType; +import org.onap.policy.api.PushPolicyParameters; +import org.onap.policy.common.logging.flexlogger.FlexLogger; +import org.onap.policy.common.logging.flexlogger.Logger; +import org.onap.policy.models.APIDictionaryResponse; +import org.onap.policy.models.APIPolicyConfigResponse; +import org.onap.policy.utils.AAFEnvironment; +import org.onap.policy.utils.PolicyUtils; +import org.onap.policy.xacml.api.XACMLErrorConstants; import org.springframework.core.io.FileSystemResource; import org.springframework.http.HttpEntity; import org.springframework.http.HttpHeaders; @@ -205,8 +205,8 @@ public class StdPolicyEngine { /* * getDecision using the decision Attributes. */ - public DecisionResponse getDecision(String eCOMPComponentName, Map<String, String> decisionAttributes, UUID requestID) throws PolicyDecisionException { - return getDecisionImpl(eCOMPComponentName, decisionAttributes, requestID); + public DecisionResponse getDecision(String onapComponentName, Map<String, String> decisionAttributes, UUID requestID) throws PolicyDecisionException { + return getDecisionImpl(onapComponentName, decisionAttributes, requestID); } /* @@ -218,7 +218,7 @@ public class StdPolicyEngine { LOGGER.error(message); throw new PolicyDecisionException(message); } - return getDecisionImpl(decisionRequestParameters.getECOMPComponentName(), decisionRequestParameters.getDecisionAttributes(), decisionRequestParameters.getRequestID()); + return getDecisionImpl(decisionRequestParameters.getONAPComponentName(), decisionRequestParameters.getDecisionAttributes(), decisionRequestParameters.getRequestID()); } /* @@ -523,7 +523,7 @@ public class StdPolicyEngine { } } - public DecisionResponse getDecisionImpl(String eCOMPComponentName, + public DecisionResponse getDecisionImpl(String onapComponentName, Map<String, String> decisionAttributes, UUID requestID) throws PolicyDecisionException { String resource= "getDecision"; @@ -533,7 +533,7 @@ public class StdPolicyEngine { try { DecisionRequestParameters decisionRequestParameters = new DecisionRequestParameters(); decisionRequestParameters.setDecisionAttributes(decisionAttributes); - decisionRequestParameters.setECOMPComponentName(eCOMPComponentName); + decisionRequestParameters.setONAPComponentName(onapComponentName); decisionRequestParameters.setRequestID(requestID); body = PolicyUtils.objectToJsonString(decisionRequestParameters); } catch (JsonProcessingException e) { @@ -650,8 +650,8 @@ public class StdPolicyEngine { HashMap<String, String> configAttributes = new HashMap<>(); try{ for(String key: matchingConditions.keySet()){ - if(key.equalsIgnoreCase("ECOMPName")){ - match.setEcompName(matchingConditions.get(key)); + if(key.equalsIgnoreCase("ONAPName")){ + match.setOnapName(matchingConditions.get(key)); }else if(key.equalsIgnoreCase("ConfigName")){ match.setConfigName(matchingConditions.get(key)); }else{ @@ -663,8 +663,8 @@ public class StdPolicyEngine { } MatchStore.storeMatch(match); }catch(Exception e){ - LOGGER.info("StoreMatch failed for Ecomp:" - + match.getEcompName() + " Config: " + LOGGER.info("StoreMatch failed for Onap:" + + match.getOnapName() + " Config: " + match.getConfigName()); } } @@ -1138,10 +1138,10 @@ public class StdPolicyEngine { return pushPolicyImpl(pushPolicyParameters).getResponseMessage(); } - public String createUpdateConfigPolicy(String policyName, String policyDescription, String ecompName, String configName, + public String createUpdateConfigPolicy(String policyName, String policyDescription, String onapName, String configName, Map<String, String> configAttributes, String configType, String body, String policyScope, UUID requestID, String riskLevel, String riskType, String guard, String ttlDate, boolean updateFlag) throws PolicyException { - return createUpdateConfigPolicyImpl(policyName, policyDescription, ecompName, configName, + return createUpdateConfigPolicyImpl(policyName, policyDescription, onapName, configName, configAttributes, configType, body, policyScope, requestID, riskLevel, riskType, guard, ttlDate, updateFlag); } @@ -1149,7 +1149,7 @@ public class StdPolicyEngine { /* * Create Config Policy API Implementation */ - public String createUpdateConfigPolicyImpl(String policyName, String policyDescription, String ecompName, String configName, + public String createUpdateConfigPolicyImpl(String policyName, String policyDescription, String onapName, String configName, Map<String, String> configAttributes, String configType, String body, String policyScope, UUID requestID, String riskLevel, String riskType, String guard, String ttlDate, boolean updateFlag) throws PolicyException { PolicyParameters policyParameters = new PolicyParameters(); @@ -1167,7 +1167,7 @@ public class StdPolicyEngine { } policyParameters.setPolicyName(policyScope+"."+policyName); policyParameters.setPolicyDescription(policyDescription); - policyParameters.setEcompName(ecompName); + policyParameters.setOnapName(onapName); policyParameters.setConfigName(configName); Map<AttributeType, Map<String, String>> attributes = new HashMap<AttributeType, Map<String, String>>(); attributes.put(AttributeType.MATCHING, configAttributes); diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/StdPolicyResponse.java b/PolicyEngineAPI/src/main/java/org/onap/policy/std/StdPolicyResponse.java index eed40ba2e..3ab57f2be 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/StdPolicyResponse.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/std/StdPolicyResponse.java @@ -19,12 +19,12 @@ */ -package org.openecomp.policy.std; +package org.onap.policy.std; import java.util.Map; -import org.openecomp.policy.api.PolicyResponse; -import org.openecomp.policy.api.PolicyResponseStatus; +import org.onap.policy.api.PolicyResponse; +import org.onap.policy.api.PolicyResponseStatus; /** * PolicyResponse Implementation class. diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/StdStatus.java b/PolicyEngineAPI/src/main/java/org/onap/policy/std/StdStatus.java index a7d22b7cb..798cbde37 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/StdStatus.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/std/StdStatus.java @@ -19,20 +19,20 @@ */ -package org.openecomp.policy.std; +package org.onap.policy.std; import java.util.Map; import java.util.Properties; import javax.json.JsonObject; -import org.openecomp.policy.api.DecisionResponse; -import org.openecomp.policy.api.PolicyConfig; -import org.openecomp.policy.api.PolicyConfigStatus; -import org.openecomp.policy.api.PolicyDecision; -import org.openecomp.policy.api.PolicyResponse; -import org.openecomp.policy.api.PolicyResponseStatus; -import org.openecomp.policy.api.PolicyType; +import org.onap.policy.api.DecisionResponse; +import org.onap.policy.api.PolicyConfig; +import org.onap.policy.api.PolicyConfigStatus; +import org.onap.policy.api.PolicyDecision; +import org.onap.policy.api.PolicyResponse; +import org.onap.policy.api.PolicyResponseStatus; +import org.onap.policy.api.PolicyType; import org.w3c.dom.Document; public class StdStatus extends StdPolicyResponse implements PolicyConfig, PolicyResponse, DecisionResponse{ diff --git a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/package-info.java b/PolicyEngineAPI/src/main/java/org/onap/policy/std/package-info.java index a10f347e9..5d6bbcb92 100644 --- a/PolicyEngineAPI/src/main/java/org/openecomp/policy/std/package-info.java +++ b/PolicyEngineAPI/src/main/java/org/onap/policy/std/package-info.java @@ -18,9 +18,9 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.std; +package org.onap.policy.std; /** - * Provides standard implementations of the interfaces from the {@link org.openecomp.policy.api} package. + * Provides standard implementations of the interfaces from the {@link org.onap.policy.api} package. * * @version 0.3 * diff --git a/PolicyEngineAPI/src/main/resources/logback.xml b/PolicyEngineAPI/src/main/resources/logback.xml index 098db5a54..9f725493e 100644 --- a/PolicyEngineAPI/src/main/resources/logback.xml +++ b/PolicyEngineAPI/src/main/resources/logback.xml @@ -27,7 +27,7 @@ <property name="debugDir" value="logs" /> <!-- specify the component name - <ECOMP-component-name>::= "MSO" | "DCAE" | "ASDC " | "AAI" |"Policy" | "SDNC" | "AC" --> + <ONAP-component-name>::= "MSO" | "DCAE" | "ASDC " | "AAI" |"Policy" | "SDNC" | "AC" --> <property name="componentName" value="Policy"></property> <property name="subComponentName" value="PolicyEngineAPI"></property> diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/AutoClientEndTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/AutoClientEndTest.java index 86f15992a..203b9f54f 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/AutoClientEndTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/AutoClientEndTest.java @@ -18,17 +18,17 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.std.test; +package org.onap.policy.std.test; import static org.junit.Assert.assertNotNull; import org.junit.After; import org.junit.Before; import org.junit.Test; -import org.openecomp.policy.api.NotificationHandler; -import org.openecomp.policy.api.NotificationScheme; -import org.openecomp.policy.std.AutoClientEnd; -import org.openecomp.policy.std.StdPolicyEngine; +import org.onap.policy.api.NotificationHandler; +import org.onap.policy.api.NotificationScheme; +import org.onap.policy.std.AutoClientEnd; +import org.onap.policy.std.StdPolicyEngine; /** * The class <code>AutoClientEndTest</code> contains tests for the class <code>{@link AutoClientEnd}</code>. @@ -81,7 +81,7 @@ public class AutoClientEndTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientEnd + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientEnd assertNotNull(result); } @@ -105,7 +105,7 @@ public class AutoClientEndTest { // An unexpected exception was thrown in user code while executing this test: // java.lang.ExceptionInInitializerError // at org.apache.log4j.Logger.getLogger(Logger.java:104) - // at org.openecomp.policy.std.AutoClientEnd.<clinit>(AutoClientEnd.java:39) + // at org.onap.policy.std.AutoClientEnd.<clinit>(AutoClientEnd.java:39) } /** @@ -140,7 +140,7 @@ public class AutoClientEndTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientEnd + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientEnd } @@ -160,7 +160,7 @@ public class AutoClientEndTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientEnd + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientEnd } /** @@ -178,7 +178,7 @@ public class AutoClientEndTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientEnd + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientEnd } /** diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/AutoClientUEBTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/AutoClientUEBTest.java index 28889677b..94c2ac781 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/AutoClientUEBTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/AutoClientUEBTest.java @@ -18,15 +18,15 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.std.test; +package org.onap.policy.std.test; import java.util.LinkedList; import java.util.List; import org.junit.*; -import org.openecomp.policy.api.NotificationHandler; -import org.openecomp.policy.api.NotificationScheme; -import org.openecomp.policy.std.AutoClientUEB; +import org.onap.policy.api.NotificationHandler; +import org.onap.policy.api.NotificationScheme; +import org.onap.policy.std.AutoClientUEB; import static org.junit.Assert.*; @@ -58,7 +58,7 @@ public class AutoClientUEBTest { // An unexpected exception was thrown in user code while executing this test: // java.lang.ExceptionInInitializerError // at org.apache.log4j.Logger.getLogger(Logger.java:104) - // at org.openecomp.policy.std.AutoClientUEB.<clinit>(AutoClientUEB.java:39) + // at org.onap.policy.std.AutoClientUEB.<clinit>(AutoClientUEB.java:39) assertNotNull(result); } @@ -77,7 +77,7 @@ public class AutoClientUEBTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientUEB + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientUEB assertNull(result); } @@ -96,7 +96,7 @@ public class AutoClientUEBTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientUEB + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientUEB assertFalse(result); } @@ -115,7 +115,7 @@ public class AutoClientUEBTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientUEB + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientUEB assertNotNull(result); } @@ -136,7 +136,7 @@ public class AutoClientUEBTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientUEB + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientUEB assertTrue(result); } @@ -157,7 +157,7 @@ public class AutoClientUEBTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientUEB + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientUEB } /** @@ -177,7 +177,7 @@ public class AutoClientUEBTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientUEB + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientUEB } /** @@ -197,7 +197,7 @@ public class AutoClientUEBTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientUEB + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientUEB } /** @@ -217,7 +217,7 @@ public class AutoClientUEBTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientUEB + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientUEB } /** @@ -237,7 +237,7 @@ public class AutoClientUEBTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientUEB + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientUEB } /** @@ -257,7 +257,7 @@ public class AutoClientUEBTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientUEB + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientUEB } /** @@ -277,7 +277,7 @@ public class AutoClientUEBTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientUEB + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientUEB } /** @@ -297,7 +297,7 @@ public class AutoClientUEBTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientUEB + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientUEB } /** @@ -317,7 +317,7 @@ public class AutoClientUEBTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientUEB + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientUEB } /** @@ -337,7 +337,7 @@ public class AutoClientUEBTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientUEB + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientUEB } /** @@ -357,7 +357,7 @@ public class AutoClientUEBTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientUEB + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientUEB } /** @@ -377,7 +377,7 @@ public class AutoClientUEBTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientUEB + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientUEB } /** @@ -397,7 +397,7 @@ public class AutoClientUEBTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientUEB + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientUEB } /** @@ -417,7 +417,7 @@ public class AutoClientUEBTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientUEB + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientUEB } /** @@ -437,7 +437,7 @@ public class AutoClientUEBTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientUEB + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientUEB } /** @@ -457,7 +457,7 @@ public class AutoClientUEBTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientUEB + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientUEB } /** @@ -479,7 +479,7 @@ public class AutoClientUEBTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientUEB + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientUEB } /** @@ -498,7 +498,7 @@ public class AutoClientUEBTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientUEB + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientUEB } /** @@ -518,7 +518,7 @@ public class AutoClientUEBTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.AutoClientUEB + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.AutoClientUEB } /** diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/Handler.java b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/Handler.java index 9879174cb..388ca078d 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/Handler.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/Handler.java @@ -18,22 +18,22 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.std.test; +package org.onap.policy.std.test; import java.util.Collection; -import org.openecomp.policy.api.LoadedPolicy; -import org.openecomp.policy.api.NotificationHandler; -import org.openecomp.policy.api.NotificationType; -import org.openecomp.policy.api.PDPNotification; -import org.openecomp.policy.api.PolicyConfig; -import org.openecomp.policy.api.PolicyConfigException; -import org.openecomp.policy.api.PolicyConfigStatus; -import org.openecomp.policy.api.PolicyEngine; -import org.openecomp.policy.api.PolicyEngineException; -import org.openecomp.policy.api.RemovedPolicy; -import org.openecomp.policy.common.logging.flexlogger.FlexLogger; -import org.openecomp.policy.common.logging.flexlogger.Logger; +import org.onap.policy.api.LoadedPolicy; +import org.onap.policy.api.NotificationHandler; +import org.onap.policy.api.NotificationType; +import org.onap.policy.api.PDPNotification; +import org.onap.policy.api.PolicyConfig; +import org.onap.policy.api.PolicyConfigException; +import org.onap.policy.api.PolicyConfigStatus; +import org.onap.policy.api.PolicyEngine; +import org.onap.policy.api.PolicyEngineException; +import org.onap.policy.api.RemovedPolicy; +import org.onap.policy.common.logging.flexlogger.FlexLogger; +import org.onap.policy.common.logging.flexlogger.Logger; public class Handler implements NotificationHandler{ diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/ManualClientEndTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/ManualClientEndTest.java index c44dac606..2ae522c1d 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/ManualClientEndTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/ManualClientEndTest.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.std.test; +package org.onap.policy.std.test; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; @@ -26,9 +26,9 @@ import static org.junit.Assert.assertNull; import org.junit.After; import org.junit.Before; import org.junit.Test; -import org.openecomp.policy.api.NotificationScheme; -import org.openecomp.policy.api.PDPNotification; -import org.openecomp.policy.std.ManualClientEnd; +import org.onap.policy.api.NotificationScheme; +import org.onap.policy.api.PDPNotification; +import org.onap.policy.std.ManualClientEnd; /** * The class <code>ManualClientEndTest</code> contains tests for the class <code>{@link ManualClientEnd}</code>. diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/ManualClientEndUEBTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/ManualClientEndUEBTest.java index f19697597..77b0c6f49 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/ManualClientEndUEBTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/ManualClientEndUEBTest.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.std.test; +package org.onap.policy.std.test; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; @@ -29,10 +29,10 @@ import java.util.List; import org.junit.After; import org.junit.Before; import org.junit.Test; -import org.openecomp.policy.api.NotificationScheme; -import org.openecomp.policy.api.PDPNotification; -import org.openecomp.policy.std.ManualClientEndUEB; -import org.openecomp.policy.std.StdPDPNotification; +import org.onap.policy.api.NotificationScheme; +import org.onap.policy.api.PDPNotification; +import org.onap.policy.std.ManualClientEndUEB; +import org.onap.policy.std.StdPDPNotification; /** * The class <code>ManualClientEndUEBTest</code> contains tests for the class <code>{@link ManualClientEndUEB}</code>. diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/MatchStoreTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/MatchStoreTest.java index ab8946c60..856474dd8 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/MatchStoreTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/MatchStoreTest.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.std.test; +package org.onap.policy.std.test; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; @@ -29,10 +29,10 @@ import java.util.Hashtable; import org.junit.After; import org.junit.Before; import org.junit.Test; -import org.openecomp.policy.api.PDPNotification; -import org.openecomp.policy.std.MatchStore; -import org.openecomp.policy.std.Matches; -import org.openecomp.policy.std.StdPDPNotification; +import org.onap.policy.api.PDPNotification; +import org.onap.policy.std.MatchStore; +import org.onap.policy.std.Matches; +import org.onap.policy.std.StdPDPNotification; /** * The class <code>MatchStoreTest</code> contains tests for the class <code>{@link MatchStore}</code>. @@ -70,7 +70,7 @@ public class MatchStoreTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore assertNull(result); } @@ -90,7 +90,7 @@ public class MatchStoreTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore assertNotNull(result); } @@ -110,7 +110,7 @@ public class MatchStoreTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore assertNotNull(result); } @@ -130,7 +130,7 @@ public class MatchStoreTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore assertNotNull(result); } @@ -150,7 +150,7 @@ public class MatchStoreTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore assertNotNull(result); } @@ -170,7 +170,7 @@ public class MatchStoreTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore assertNotNull(result); } @@ -190,7 +190,7 @@ public class MatchStoreTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore assertNotNull(result); } @@ -210,7 +210,7 @@ public class MatchStoreTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore assertNotNull(result); } @@ -230,7 +230,7 @@ public class MatchStoreTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore assertNotNull(result); } @@ -250,7 +250,7 @@ public class MatchStoreTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore assertNotNull(result); } @@ -270,7 +270,7 @@ public class MatchStoreTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore assertNotNull(result); } @@ -290,7 +290,7 @@ public class MatchStoreTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore assertNotNull(result); } @@ -310,7 +310,7 @@ public class MatchStoreTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore assertNotNull(result); } @@ -330,7 +330,7 @@ public class MatchStoreTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore assertNotNull(result); } @@ -350,7 +350,7 @@ public class MatchStoreTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore assertNotNull(result); } @@ -370,7 +370,7 @@ public class MatchStoreTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore assertNotNull(result); } @@ -391,7 +391,7 @@ public class MatchStoreTest { // An unexpected exception was thrown in user code while executing this test: // java.lang.ExceptionInInitializerError // at org.apache.log4j.Logger.getLogger(Logger.java:104) - // at org.openecomp.policy.std.MatchStore.<clinit>(MatchStore.java:15) + // at org.onap.policy.std.MatchStore.<clinit>(MatchStore.java:15) assertNotNull(result); } @@ -407,13 +407,13 @@ public class MatchStoreTest { throws Exception { Matches newMatch = new Matches(); newMatch.setConfigName(""); - newMatch.setEcompName(""); + newMatch.setOnapName(""); MatchStore.storeMatch(newMatch); // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore } /** @@ -428,13 +428,13 @@ public class MatchStoreTest { throws Exception { Matches newMatch = new Matches(); newMatch.setConfigName(""); - newMatch.setEcompName(""); + newMatch.setOnapName(""); MatchStore.storeMatch(newMatch); // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore } /** @@ -449,13 +449,13 @@ public class MatchStoreTest { throws Exception { Matches newMatch = new Matches(); newMatch.setConfigName(""); - newMatch.setEcompName(""); + newMatch.setOnapName(""); MatchStore.storeMatch(newMatch); // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore } /** @@ -471,13 +471,13 @@ public class MatchStoreTest { Matches newMatch = new Matches(); newMatch.setConfigAttributes(new Hashtable<String, String>()); newMatch.setConfigName(""); - newMatch.setEcompName(""); + newMatch.setOnapName(""); MatchStore.storeMatch(newMatch); // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore } /** @@ -493,13 +493,13 @@ public class MatchStoreTest { Matches newMatch = new Matches(); newMatch.setConfigAttributes(new Hashtable<String, String>()); newMatch.setConfigName(""); - newMatch.setEcompName(""); + newMatch.setOnapName(""); MatchStore.storeMatch(newMatch); // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore } /** @@ -515,13 +515,13 @@ public class MatchStoreTest { Matches newMatch = new Matches(); newMatch.setConfigAttributes(new Hashtable<String, String>()); newMatch.setConfigName(""); - newMatch.setEcompName(""); + newMatch.setOnapName(""); MatchStore.storeMatch(newMatch); // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore } /** @@ -537,13 +537,13 @@ public class MatchStoreTest { Matches newMatch = new Matches(); newMatch.setConfigAttributes(new Hashtable<String, String>()); newMatch.setConfigName(""); - newMatch.setEcompName(""); + newMatch.setOnapName(""); MatchStore.storeMatch(newMatch); // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore } /** @@ -558,13 +558,13 @@ public class MatchStoreTest { throws Exception { Matches newMatch = new Matches(); newMatch.setConfigName(""); - newMatch.setEcompName(""); + newMatch.setOnapName(""); MatchStore.storeMatch(newMatch); // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore } /** @@ -578,13 +578,13 @@ public class MatchStoreTest { public void testStoreMatch_9() throws Exception { Matches newMatch = new Matches(); - newMatch.setEcompName(""); + newMatch.setOnapName(""); MatchStore.storeMatch(newMatch); // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore } /** @@ -600,13 +600,13 @@ public class MatchStoreTest { Matches newMatch = new Matches(); newMatch.setConfigAttributes(new Hashtable<String, String>()); newMatch.setConfigName(""); - newMatch.setEcompName(""); + newMatch.setOnapName(""); MatchStore.storeMatch(newMatch); // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore } /** @@ -622,13 +622,13 @@ public class MatchStoreTest { Matches newMatch = new Matches(); newMatch.setConfigAttributes(new Hashtable<String, String>()); newMatch.setConfigName(""); - newMatch.setEcompName(""); + newMatch.setOnapName(""); MatchStore.storeMatch(newMatch); // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore } /** @@ -644,13 +644,13 @@ public class MatchStoreTest { Matches newMatch = new Matches(); newMatch.setConfigAttributes(new Hashtable<String, String>()); newMatch.setConfigName(""); - newMatch.setEcompName(""); + newMatch.setOnapName(""); MatchStore.storeMatch(newMatch); // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore } /** @@ -666,13 +666,13 @@ public class MatchStoreTest { Matches newMatch = new Matches(); newMatch.setConfigAttributes(new Hashtable<String, String>()); newMatch.setConfigName(""); - newMatch.setEcompName(""); + newMatch.setOnapName(""); MatchStore.storeMatch(newMatch); // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore } /** @@ -688,13 +688,13 @@ public class MatchStoreTest { Matches newMatch = new Matches(); newMatch.setConfigAttributes(new Hashtable<String, String>()); newMatch.setConfigName(""); - newMatch.setEcompName(""); + newMatch.setOnapName(""); MatchStore.storeMatch(newMatch); // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore } /** @@ -713,7 +713,7 @@ public class MatchStoreTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore } /** @@ -732,7 +732,7 @@ public class MatchStoreTest { // add additional test code here // An unexpected exception was thrown in user code while executing this test: - // java.lang.NoClassDefFoundError: Could not initialize class org.openecomp.policy.std.MatchStore + // java.lang.NoClassDefFoundError: Could not initialize class org.onap.policy.std.MatchStore } /** diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/MatchesTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/MatchesTest.java index cdc9b5595..f71d93cb8 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/MatchesTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/MatchesTest.java @@ -18,13 +18,13 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.std.test; +package org.onap.policy.std.test; import java.util.Hashtable; import java.util.Map; import org.junit.*; -import org.openecomp.policy.std.Matches; +import org.onap.policy.std.Matches; import static org.junit.Assert.*; @@ -59,7 +59,7 @@ public class MatchesTest { public void testGetConfigAttributes_1() throws Exception { Matches fixture = new Matches(); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigAttributes(new Hashtable<String, String>()); fixture.setConfigName(""); @@ -81,7 +81,7 @@ public class MatchesTest { public void testGetConfigName_1() throws Exception { Matches fixture = new Matches(); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigAttributes(new Hashtable<String, String>()); fixture.setConfigName(""); @@ -92,21 +92,21 @@ public class MatchesTest { } /** - * Run the String getEcompName() method test. + * Run the String getOnapName() method test. * * @throws Exception * * @generatedBy CodePro at 6/1/16 1:41 PM */ @Test - public void testGetEcompName_1() + public void testGetOnapName_1() throws Exception { Matches fixture = new Matches(); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigAttributes(new Hashtable<String, String>()); fixture.setConfigName(""); - String result = fixture.getEcompName(); + String result = fixture.getOnapName(); // add additional test code here assertEquals("", result); @@ -123,7 +123,7 @@ public class MatchesTest { public void testSetConfigAttributes_1() throws Exception { Matches fixture = new Matches(); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigAttributes(new Hashtable<String, String>()); fixture.setConfigName(""); Map<String, String> configAttributes = new Hashtable<String, String>(); @@ -144,7 +144,7 @@ public class MatchesTest { public void testSetConfigName_1() throws Exception { Matches fixture = new Matches(); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigAttributes(new Hashtable<String, String>()); fixture.setConfigName(""); String configName = ""; @@ -155,22 +155,22 @@ public class MatchesTest { } /** - * Run the void setEcompName(String) method test. + * Run the void setOnapName(String) method test. * * @throws Exception * * @generatedBy CodePro at 6/1/16 1:41 PM */ @Test - public void testSetEcompName_1() + public void testSetOnapName_1() throws Exception { Matches fixture = new Matches(); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigAttributes(new Hashtable<String, String>()); fixture.setConfigName(""); - String ecompName = ""; + String onapName = ""; - fixture.setEcompName(ecompName); + fixture.setOnapName(onapName); // add additional test code here } diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/NotificationStoreTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/NotificationStoreTest.java index d54c4f4cb..ed7383e1a 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/NotificationStoreTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/NotificationStoreTest.java @@ -18,11 +18,11 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.std.test; +package org.onap.policy.std.test; import org.junit.*; -import org.openecomp.policy.std.NotificationStore; -import org.openecomp.policy.std.StdPDPNotification; +import org.onap.policy.std.NotificationStore; +import org.onap.policy.std.StdPDPNotification; import static org.junit.Assert.*; diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/NotificationUnMarshalTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/NotificationUnMarshalTest.java index 674c58a00..fb42f98aa 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/NotificationUnMarshalTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/NotificationUnMarshalTest.java @@ -18,15 +18,15 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.std.test; +package org.onap.policy.std.test; import static org.junit.Assert.assertNotNull; import org.junit.After; import org.junit.Before; import org.junit.Test; -import org.openecomp.policy.std.NotificationUnMarshal; -import org.openecomp.policy.std.StdPDPNotification; +import org.onap.policy.std.NotificationUnMarshal; +import org.onap.policy.std.StdPDPNotification; /** * The class <code>NotificationUnMarshalTest</code> contains tests for the class <code>{@link NotificationUnMarshal}</code>. diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/StdLoadedPolicyTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/StdLoadedPolicyTest.java index de8a6a7ad..c45a5aca7 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/StdLoadedPolicyTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/StdLoadedPolicyTest.java @@ -18,14 +18,14 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.std.test; +package org.onap.policy.std.test; import java.util.Hashtable; import java.util.Map; import org.junit.*; -import org.openecomp.policy.api.UpdateType; -import org.openecomp.policy.std.StdLoadedPolicy; +import org.onap.policy.api.UpdateType; +import org.onap.policy.std.StdLoadedPolicy; import static org.junit.Assert.*; diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/StdPDPNotificationTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/StdPDPNotificationTest.java index 1bda0e59f..6a558006d 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/StdPDPNotificationTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/StdPDPNotificationTest.java @@ -18,18 +18,18 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.std.test; +package org.onap.policy.std.test; import java.util.Collection; import java.util.LinkedList; import org.junit.*; -import org.openecomp.policy.api.LoadedPolicy; -import org.openecomp.policy.api.NotificationType; -import org.openecomp.policy.api.RemovedPolicy; -import org.openecomp.policy.std.StdLoadedPolicy; -import org.openecomp.policy.std.StdPDPNotification; -import org.openecomp.policy.std.StdRemovedPolicy; +import org.onap.policy.api.LoadedPolicy; +import org.onap.policy.api.NotificationType; +import org.onap.policy.api.RemovedPolicy; +import org.onap.policy.std.StdLoadedPolicy; +import org.onap.policy.std.StdPDPNotification; +import org.onap.policy.std.StdRemovedPolicy; import static org.junit.Assert.*; diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/StdPolicyChangeResponseTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/StdPolicyChangeResponseTest.java index 45c70187d..5ce53d133 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/StdPolicyChangeResponseTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/StdPolicyChangeResponseTest.java @@ -18,10 +18,10 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.std.test; +package org.onap.policy.std.test; import org.junit.*; -import org.openecomp.policy.std.StdPolicyChangeResponse; +import org.onap.policy.std.StdPolicyChangeResponse; import static org.junit.Assert.*; diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/StdPolicyConfigTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/StdPolicyConfigTest.java index a34737477..736f51b57 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/StdPolicyConfigTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/StdPolicyConfigTest.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.std.test; +package org.onap.policy.std.test; import java.util.Hashtable; import java.util.Map; @@ -27,9 +27,9 @@ import java.util.Properties; import javax.json.JsonObject; import org.junit.*; -import org.openecomp.policy.api.PolicyConfigStatus; -import org.openecomp.policy.api.PolicyType; -import org.openecomp.policy.std.StdPolicyConfig; +import org.onap.policy.api.PolicyConfigStatus; +import org.onap.policy.api.PolicyType; +import org.onap.policy.std.StdPolicyConfig; import static org.junit.Assert.*; diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/StdPolicyResponseTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/StdPolicyResponseTest.java index a593c460b..11179aece 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/StdPolicyResponseTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/StdPolicyResponseTest.java @@ -18,14 +18,14 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.std.test; +package org.onap.policy.std.test; import java.util.Hashtable; import java.util.Map; import org.junit.*; -import org.openecomp.policy.api.PolicyResponseStatus; -import org.openecomp.policy.std.StdPolicyResponse; +import org.onap.policy.api.PolicyResponseStatus; +import org.onap.policy.std.StdPolicyResponse; import static org.junit.Assert.*; diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/StdRemovedPolicyTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/StdRemovedPolicyTest.java index 0a0865c82..2482c3015 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/StdRemovedPolicyTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/StdRemovedPolicyTest.java @@ -18,10 +18,10 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.std.test; +package org.onap.policy.std.test; import org.junit.*; -import org.openecomp.policy.std.StdRemovedPolicy; +import org.onap.policy.std.StdRemovedPolicy; import static org.junit.Assert.*; diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/StdStatusTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/StdStatusTest.java index 34918c2ea..b72d2568d 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/StdStatusTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/StdStatusTest.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.std.test; +package org.onap.policy.std.test; import java.util.Hashtable; import java.util.Map; @@ -27,11 +27,11 @@ import java.util.Properties; import javax.json.JsonObject; import org.junit.*; -import org.openecomp.policy.api.PolicyConfigStatus; -import org.openecomp.policy.api.PolicyDecision; -import org.openecomp.policy.api.PolicyResponseStatus; -import org.openecomp.policy.api.PolicyType; -import org.openecomp.policy.std.StdStatus; +import org.onap.policy.api.PolicyConfigStatus; +import org.onap.policy.api.PolicyDecision; +import org.onap.policy.api.PolicyResponseStatus; +import org.onap.policy.api.PolicyType; +import org.onap.policy.std.StdStatus; import static org.junit.Assert.*; diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/package-info.java b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/package-info.java index 75bfc39ad..4c98f98a9 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/package-info.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/std/test/package-info.java @@ -24,4 +24,4 @@ /** * */ -package org.openecomp.policy.std.test; +package org.onap.policy.std.test; diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/ActionPolicyApiTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/ActionPolicyApiTest.java index 398efe0f1..a66256432 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/ActionPolicyApiTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/ActionPolicyApiTest.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import java.util.HashMap; import java.util.Map; @@ -27,15 +27,15 @@ import java.util.UUID; import org.junit.Before; import org.junit.Test; import org.mockito.Mockito; -import org.openecomp.policy.api.AttributeType; -import org.openecomp.policy.api.PolicyChangeResponse; -import org.openecomp.policy.api.PolicyClass; -import org.openecomp.policy.api.PolicyEngine; -import org.openecomp.policy.api.PolicyEngineException; -import org.openecomp.policy.api.PolicyParameters; -import org.openecomp.policy.common.logging.flexlogger.FlexLogger; -import org.openecomp.policy.common.logging.flexlogger.Logger; -import org.openecomp.policy.std.StdPolicyChangeResponse; +import org.onap.policy.api.AttributeType; +import org.onap.policy.api.PolicyChangeResponse; +import org.onap.policy.api.PolicyClass; +import org.onap.policy.api.PolicyEngine; +import org.onap.policy.api.PolicyEngineException; +import org.onap.policy.api.PolicyParameters; +import org.onap.policy.common.logging.flexlogger.FlexLogger; +import org.onap.policy.common.logging.flexlogger.Logger; +import org.onap.policy.std.StdPolicyChangeResponse; import junit.framework.TestCase; diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/AttributeTypeTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/AttributeTypeTest.java index df8713ab8..62c447fae 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/AttributeTypeTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/AttributeTypeTest.java @@ -18,10 +18,10 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import org.junit.*; -import org.openecomp.policy.api.AttributeType; +import org.onap.policy.api.AttributeType; import static org.junit.Assert.*; diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/ConfigBasePolicyTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/ConfigBasePolicyTest.java index 69de7fe87..5d5a076ae 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/ConfigBasePolicyTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/ConfigBasePolicyTest.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import java.util.HashMap; import java.util.Map; @@ -26,16 +26,16 @@ import java.util.UUID; import org.junit.Test; import org.mockito.Mockito; -import org.openecomp.policy.api.AttributeType; -import org.openecomp.policy.api.PolicyChangeResponse; -import org.openecomp.policy.api.PolicyConfigType; -import org.openecomp.policy.api.PolicyEngine; -import org.openecomp.policy.api.PolicyEngineException; -import org.openecomp.policy.api.PolicyParameters; -import org.openecomp.policy.api.PolicyType; -import org.openecomp.policy.common.logging.flexlogger.FlexLogger; -import org.openecomp.policy.common.logging.flexlogger.Logger; -import org.openecomp.policy.std.StdPolicyChangeResponse; +import org.onap.policy.api.AttributeType; +import org.onap.policy.api.PolicyChangeResponse; +import org.onap.policy.api.PolicyConfigType; +import org.onap.policy.api.PolicyEngine; +import org.onap.policy.api.PolicyEngineException; +import org.onap.policy.api.PolicyParameters; +import org.onap.policy.api.PolicyType; +import org.onap.policy.common.logging.flexlogger.FlexLogger; +import org.onap.policy.common.logging.flexlogger.Logger; +import org.onap.policy.std.StdPolicyChangeResponse; import junit.framework.TestCase; @@ -77,7 +77,7 @@ public class ConfigBasePolicyTest extends TestCase { policyParameters.setPolicyConfigType(PolicyConfigType.Base); //required policyParameters.setPolicyName("test.junitTest"); //required - policyParameters.setEcompName("test"); + policyParameters.setOnapName("test"); policyParameters.setConfigName("testBase"); policyParameters.setConfigBodyType(PolicyType.OTHER); policyParameters.setConfigBody("testing"); @@ -204,9 +204,9 @@ public class ConfigBasePolicyTest extends TestCase { } @Test - public final void testCreatePolicyNullEcompName() { - response.setResponseMessage("PE300 - Data Issue: No ECOMP Name given."); - policyParameters.setEcompName(null); + public final void testCreatePolicyNullOnapName() { + response.setResponseMessage("PE300 - Data Issue: No ONAP Name given."); + policyParameters.setOnapName(null); try{ result = policyEngine.createPolicy(policyParameters); } catch (Exception e){ @@ -276,9 +276,9 @@ public class ConfigBasePolicyTest extends TestCase { } @Test - public final void testUpdatePolicyNullEcompName() { - response.setResponseMessage("PE300 - Data Issue: No ECOMP Name given."); - policyParameters.setEcompName(null); + public final void testUpdatePolicyNullOnapName() { + response.setResponseMessage("PE300 - Data Issue: No ONAP Name given."); + policyParameters.setOnapName(null); try{ result = policyEngine.updatePolicy(policyParameters); } catch (Exception e){ diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/ConfigFirewallPolicyTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/ConfigFirewallPolicyTest.java index 280f06e10..78ae2493b 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/ConfigFirewallPolicyTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/ConfigFirewallPolicyTest.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import java.io.StringReader; import java.util.UUID; @@ -29,14 +29,14 @@ import javax.json.JsonReader; import org.junit.Test; import org.mockito.Mockito; -import org.openecomp.policy.api.PolicyChangeResponse; -import org.openecomp.policy.api.PolicyConfigType; -import org.openecomp.policy.api.PolicyEngine; -import org.openecomp.policy.api.PolicyEngineException; -import org.openecomp.policy.api.PolicyParameters; -import org.openecomp.policy.common.logging.flexlogger.FlexLogger; -import org.openecomp.policy.common.logging.flexlogger.Logger; -import org.openecomp.policy.std.StdPolicyChangeResponse; +import org.onap.policy.api.PolicyChangeResponse; +import org.onap.policy.api.PolicyConfigType; +import org.onap.policy.api.PolicyEngine; +import org.onap.policy.api.PolicyEngineException; +import org.onap.policy.api.PolicyParameters; +import org.onap.policy.common.logging.flexlogger.FlexLogger; +import org.onap.policy.common.logging.flexlogger.Logger; +import org.onap.policy.std.StdPolicyChangeResponse; import junit.framework.TestCase; diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/ConfigRequestParametersTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/ConfigRequestParametersTest.java index 0e8f912c9..91025f5c0 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/ConfigRequestParametersTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/ConfigRequestParametersTest.java @@ -18,14 +18,14 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import java.util.Hashtable; import java.util.Map; import java.util.UUID; import org.junit.*; -import org.openecomp.policy.api.ConfigRequestParameters; +import org.onap.policy.api.ConfigRequestParameters; import static org.junit.Assert.*; @@ -55,7 +55,7 @@ public class ConfigRequestParametersTest { assertEquals(null, result.getConfigName()); assertEquals(null, result.getConfigAttributes()); assertEquals(null, result.getRequestID()); - assertEquals(null, result.getEcompName()); + assertEquals(null, result.getOnapName()); assertEquals(Boolean.FALSE, result.getUnique()); } @@ -70,19 +70,19 @@ public class ConfigRequestParametersTest { public void testConfigRequestParameters_2() throws Exception { String policyName = ""; - String eCOMPComponentName = ""; + String onapComponentName = ""; String configName = ""; Map<String, String> configAttributes = new Hashtable<String, String>(); Boolean unique = new Boolean(true); UUID requestID = UUID.randomUUID(); - ConfigRequestParameters result = createConfigRequest(policyName, eCOMPComponentName, configName, configAttributes, unique, requestID); + ConfigRequestParameters result = createConfigRequest(policyName, onapComponentName, configName, configAttributes, unique, requestID); // add additional test code here assertNotNull(result); assertEquals("", result.getPolicyName()); assertEquals("", result.getConfigName()); - assertEquals("", result.getEcompName()); + assertEquals("", result.getOnapName()); assertEquals(Boolean.TRUE, result.getUnique()); } @@ -124,18 +124,18 @@ public class ConfigRequestParametersTest { } /** - * Run the String getEcompName() method test. + * Run the String getOnapName() method test. * * @throws Exception * * @generatedBy CodePro at 6/1/16 1:40 PM */ @Test - public void testGetEcompName_1() + public void testGetOnapName_1() throws Exception { ConfigRequestParameters fixture = createConfigRequest("", "", "", new Hashtable<String, String>(), new Boolean(true), UUID.randomUUID()); - String result = fixture.getEcompName(); + String result = fixture.getOnapName(); // add additional test code here assertEquals("", result); @@ -257,19 +257,19 @@ public class ConfigRequestParametersTest { } /** - * Run the void setEcompName(String) method test. + * Run the void setOnapName(String) method test. * * @throws Exception * * @generatedBy CodePro at 6/1/16 1:40 PM */ @Test - public void testSetEcompName_1() + public void testSetOnapName_1() throws Exception { ConfigRequestParameters fixture = createConfigRequest("", "", "", new Hashtable<String, String>(), new Boolean(true), UUID.randomUUID()); - String eCOMPComponentName = ""; + String onapComponentName = ""; - fixture.setEcompName(eCOMPComponentName); + fixture.setOnapName(onapComponentName); // add additional test code here } @@ -349,11 +349,11 @@ public class ConfigRequestParametersTest { new org.junit.runner.JUnitCore().run(ConfigRequestParametersTest.class); } - private ConfigRequestParameters createConfigRequest(String policyName, String eCOMPComponentName, String configName, Map<String,String> configAttributes, Boolean unique, UUID requestID){ + private ConfigRequestParameters createConfigRequest(String policyName, String onapComponentName, String configName, Map<String,String> configAttributes, Boolean unique, UUID requestID){ ConfigRequestParameters configRequestParameters = new ConfigRequestParameters(); configRequestParameters.setRequestID(requestID); configRequestParameters.setPolicyName(policyName); - configRequestParameters.setEcompName(eCOMPComponentName); + configRequestParameters.setOnapName(onapComponentName); configRequestParameters.setConfigName(configName); configRequestParameters.setConfigAttributes(configAttributes); configRequestParameters.makeUnique(unique); diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/DecisionPolicyApiTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/DecisionPolicyApiTest.java index 82ba1c7ca..a80093470 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/DecisionPolicyApiTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/DecisionPolicyApiTest.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import java.util.HashMap; import java.util.Map; @@ -26,15 +26,15 @@ import java.util.UUID; import org.junit.Test; import org.mockito.Mockito; -import org.openecomp.policy.api.AttributeType; -import org.openecomp.policy.api.PolicyChangeResponse; -import org.openecomp.policy.api.PolicyClass; -import org.openecomp.policy.api.PolicyEngine; -import org.openecomp.policy.api.PolicyEngineException; -import org.openecomp.policy.api.PolicyParameters; -import org.openecomp.policy.common.logging.flexlogger.FlexLogger; -import org.openecomp.policy.common.logging.flexlogger.Logger; -import org.openecomp.policy.std.StdPolicyChangeResponse; +import org.onap.policy.api.AttributeType; +import org.onap.policy.api.PolicyChangeResponse; +import org.onap.policy.api.PolicyClass; +import org.onap.policy.api.PolicyEngine; +import org.onap.policy.api.PolicyEngineException; +import org.onap.policy.api.PolicyParameters; +import org.onap.policy.common.logging.flexlogger.FlexLogger; +import org.onap.policy.common.logging.flexlogger.Logger; +import org.onap.policy.std.StdPolicyChangeResponse; import junit.framework.TestCase; @@ -76,7 +76,7 @@ public class DecisionPolicyApiTest extends TestCase { policyParameters.setPolicyClass(PolicyClass.Decision); //required policyParameters.setPolicyName("test.junitTest"); //required - policyParameters.setEcompName("test"); + policyParameters.setOnapName("test"); policyParameters.setPolicyDescription("testing"); //optional //policyParameters.setPolicyScope("test"); //Directory will be created where the Policies are saved... this displays a a subscope on the GUI @@ -170,9 +170,9 @@ public class DecisionPolicyApiTest extends TestCase { } @Test - public final void testCreatePolicyNullEcompName() { + public final void testCreatePolicyNullOnapName() { response.setResponseMessage("PE500 - Process Flow Issue: :500:"); - policyParameters.setEcompName(null); + policyParameters.setOnapName(null); try{ result = policyEngine.createPolicy(policyParameters); } catch (Exception e){ @@ -206,9 +206,9 @@ public class DecisionPolicyApiTest extends TestCase { } @Test - public final void testUpdatePolicyNullEcompName() { + public final void testUpdatePolicyNullOnapName() { response.setResponseMessage("PE500 - Process Flow Issue: :500:"); - policyParameters.setEcompName(null); + policyParameters.setOnapName(null); try{ result = policyEngine.updatePolicy(policyParameters); } catch (Exception e){ diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/DecisionRequestParametersTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/DecisionRequestParametersTest.java index d8fdfbc0a..746822f94 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/DecisionRequestParametersTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/DecisionRequestParametersTest.java @@ -18,14 +18,14 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import java.util.Hashtable; import java.util.Map; import java.util.UUID; import org.junit.*; -import org.openecomp.policy.api.DecisionRequestParameters; +import org.onap.policy.api.DecisionRequestParameters; import static org.junit.Assert.*; @@ -51,7 +51,7 @@ public class DecisionRequestParametersTest { // add additional test code here assertNotNull(result); - assertEquals(null, result.getECOMPComponentName()); + assertEquals(null, result.getONAPComponentName()); assertEquals(null, result.getDecisionAttributes()); assertEquals(null, result.getRequestID()); } @@ -66,15 +66,15 @@ public class DecisionRequestParametersTest { @Test public void testDecisionRequestParameters_2() throws Exception { - String eCOMPComponentName = ""; + String onapComponentName = ""; Map<String, String> decisionAttributes = new Hashtable<String, String>(); UUID requestID = UUID.randomUUID(); - DecisionRequestParameters result = new DecisionRequestParameters(eCOMPComponentName, decisionAttributes, requestID); + DecisionRequestParameters result = new DecisionRequestParameters(onapComponentName, decisionAttributes, requestID); // add additional test code here assertNotNull(result); - assertEquals("", result.getECOMPComponentName()); + assertEquals("", result.getONAPComponentName()); } /** @@ -97,18 +97,18 @@ public class DecisionRequestParametersTest { } /** - * Run the String getECOMPComponentName() method test. + * Run the String getONAPComponentName() method test. * * @throws Exception * * @generatedBy CodePro at 6/1/16 1:41 PM */ @Test - public void testGetECOMPComponentName_1() + public void testGetONAPComponentName_1() throws Exception { DecisionRequestParameters fixture = new DecisionRequestParameters("", new Hashtable<String, String>(), UUID.randomUUID()); - String result = fixture.getECOMPComponentName(); + String result = fixture.getONAPComponentName(); // add additional test code here assertEquals("", result); @@ -156,19 +156,19 @@ public class DecisionRequestParametersTest { } /** - * Run the void setECOMPComponentName(String) method test. + * Run the void setONAPComponentName(String) method test. * * @throws Exception * * @generatedBy CodePro at 6/1/16 1:41 PM */ @Test - public void testSetECOMPComponentName_1() + public void testSetONAPComponentName_1() throws Exception { DecisionRequestParameters fixture = new DecisionRequestParameters("", new Hashtable<String, String>(), UUID.randomUUID()); - String eCOMPComponentName = ""; + String onapComponentName = ""; - fixture.setECOMPComponentName(eCOMPComponentName); + fixture.setONAPComponentName(onapComponentName); // add additional test code here } diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/DeletePolicyConditionTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/DeletePolicyConditionTest.java index c2941202b..2513816bb 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/DeletePolicyConditionTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/DeletePolicyConditionTest.java @@ -18,10 +18,10 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import org.junit.*; -import org.openecomp.policy.api.DeletePolicyCondition; +import org.onap.policy.api.DeletePolicyCondition; import static org.junit.Assert.*; diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/DeletePolicyParametersTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/DeletePolicyParametersTest.java index 7723f9819..423b839f6 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/DeletePolicyParametersTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/DeletePolicyParametersTest.java @@ -18,13 +18,13 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import java.util.UUID; import org.junit.*; -import org.openecomp.policy.api.DeletePolicyCondition; -import org.openecomp.policy.api.DeletePolicyParameters; +import org.onap.policy.api.DeletePolicyCondition; +import org.onap.policy.api.DeletePolicyParameters; import static org.junit.Assert.*; diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/EventRequestParametersTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/EventRequestParametersTest.java index abfc31f8b..4fecea8c2 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/EventRequestParametersTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/EventRequestParametersTest.java @@ -18,14 +18,14 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import java.util.Hashtable; import java.util.Map; import java.util.UUID; import org.junit.*; -import org.openecomp.policy.api.EventRequestParameters; +import org.onap.policy.api.EventRequestParameters; import static org.junit.Assert.*; diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/GetConfigByPolicyNameTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/GetConfigByPolicyNameTest.java index 7bfa27c6e..07af71eaf 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/GetConfigByPolicyNameTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/GetConfigByPolicyNameTest.java @@ -18,18 +18,18 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import java.util.Collection; import org.junit.Before; import org.junit.Test; -import org.openecomp.policy.api.PolicyConfig; -import org.openecomp.policy.api.PolicyConfigException; -import org.openecomp.policy.api.PolicyEngine; -import org.openecomp.policy.api.PolicyEngineException; -import org.openecomp.policy.common.logging.flexlogger.FlexLogger; -import org.openecomp.policy.common.logging.flexlogger.Logger; +import org.onap.policy.api.PolicyConfig; +import org.onap.policy.api.PolicyConfigException; +import org.onap.policy.api.PolicyEngine; +import org.onap.policy.api.PolicyEngineException; +import org.onap.policy.common.logging.flexlogger.FlexLogger; +import org.onap.policy.common.logging.flexlogger.Logger; import junit.framework.TestCase; diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/GetConfigStringStringMapTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/GetConfigStringStringMapTest.java index c5b7f8f6d..f70a16a98 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/GetConfigStringStringMapTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/GetConfigStringStringMapTest.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; @@ -31,19 +31,19 @@ import java.util.Map; import org.junit.Before; import org.junit.Test; -import org.openecomp.policy.api.PolicyConfig; -import org.openecomp.policy.api.PolicyConfigException; -import org.openecomp.policy.api.PolicyConfigStatus; -import org.openecomp.policy.api.PolicyEngine; -import org.openecomp.policy.api.PolicyEngineException; -import org.openecomp.policy.api.PolicyType; -import org.openecomp.policy.common.logging.flexlogger.FlexLogger; -import org.openecomp.policy.common.logging.flexlogger.Logger; +import org.onap.policy.api.PolicyConfig; +import org.onap.policy.api.PolicyConfigException; +import org.onap.policy.api.PolicyConfigStatus; +import org.onap.policy.api.PolicyEngine; +import org.onap.policy.api.PolicyEngineException; +import org.onap.policy.api.PolicyType; +import org.onap.policy.common.logging.flexlogger.FlexLogger; +import org.onap.policy.common.logging.flexlogger.Logger; public class GetConfigStringStringMapTest { private PolicyEngine policyEngine = null; - private String eCOMPComponentName = null; + private String onapComponentName = null; private String configName = null; private Map<String,String> configAttributes = new HashMap<String,String>(); private Collection<PolicyConfig> policyConfig = null; @@ -62,11 +62,11 @@ public class GetConfigStringStringMapTest { @SuppressWarnings("deprecation") @Test public void testGetConfigStringStringMapFail() { - eCOMPComponentName = null; + onapComponentName = null; configName = null; configAttributes = null; try { - policyConfig = policyEngine.getConfig(eCOMPComponentName, configName, configAttributes); + policyConfig = policyEngine.getConfig(onapComponentName, configName, configAttributes); } catch (PolicyConfigException e) { logger.warn(e.getMessage()); } @@ -76,11 +76,11 @@ public class GetConfigStringStringMapTest { @SuppressWarnings("deprecation") @Test public void testGetConfigStringStringMapFail1() { - eCOMPComponentName = null; + onapComponentName = null; configName = "testFail"; configAttributes.put("TestValue", "Fail"); try { - policyConfig = policyEngine.getConfig(eCOMPComponentName, configName, configAttributes); + policyConfig = policyEngine.getConfig(onapComponentName, configName, configAttributes); } catch (PolicyConfigException e) { logger.warn(e.getMessage()); } @@ -90,11 +90,11 @@ public class GetConfigStringStringMapTest { @SuppressWarnings("deprecation") @Test public void testGetConfigStringStringMapFail2() { - eCOMPComponentName = "TestFail"; + onapComponentName = "TestFail"; configName = null; configAttributes.put("TestValue", "Fail"); try { - policyConfig = policyEngine.getConfig(eCOMPComponentName, configName, configAttributes); + policyConfig = policyEngine.getConfig(onapComponentName, configName, configAttributes); } catch (PolicyConfigException e) { logger.warn(e.getMessage()); } @@ -104,11 +104,11 @@ public class GetConfigStringStringMapTest { @SuppressWarnings("deprecation") @Test public void testGetConfigStringStringMapFail3() { - eCOMPComponentName = "TestFail"; + onapComponentName = "TestFail"; configName = "configFail"; configAttributes= null; try { - policyConfig = policyEngine.getConfig(eCOMPComponentName, configName, configAttributes); + policyConfig = policyEngine.getConfig(onapComponentName, configName, configAttributes); } catch (PolicyConfigException e) { logger.warn(e.getMessage()); } @@ -118,11 +118,11 @@ public class GetConfigStringStringMapTest { @SuppressWarnings("deprecation") @Test public void testGetConfigStringStringMapfail4() { - eCOMPComponentName = "TestFail"; + onapComponentName = "TestFail"; configName = "configFail"; configAttributes.put("", ""); try { - policyConfig = policyEngine.getConfig(eCOMPComponentName, configName, configAttributes); + policyConfig = policyEngine.getConfig(onapComponentName, configName, configAttributes); } catch (PolicyConfigException e) { logger.warn(e.getMessage()); } @@ -132,11 +132,11 @@ public class GetConfigStringStringMapTest { //@Test @SuppressWarnings("deprecation") public void testGetConfigStringStringMapNotValid() { - eCOMPComponentName = "TestFail"; + onapComponentName = "TestFail"; configName = "configFail"; configAttributes.put("Action:com.test.fail", "Value"); try { - policyConfig = policyEngine.getConfig(eCOMPComponentName, configName, configAttributes); + policyConfig = policyEngine.getConfig(onapComponentName, configName, configAttributes); } catch (PolicyConfigException e) { logger.warn(e.getMessage()); } @@ -156,13 +156,13 @@ public class GetConfigStringStringMapTest { //@Test @SuppressWarnings("deprecation") public void testGetConfigStringStringMapValidJSON() { - eCOMPComponentName = "JSON"; + onapComponentName = "JSON"; configName = "JSONconfig"; configAttributes.put("Resource.com:test:resource:json", "Test"); configAttributes.put("Action.com:test:action:json", "TestJSON"); configAttributes.put("Subject.com:test:subject:json", "TestSubject"); try { - policyConfig = policyEngine.getConfig(eCOMPComponentName, configName, configAttributes); + policyConfig = policyEngine.getConfig(onapComponentName, configName, configAttributes); } catch (PolicyConfigException e) { logger.warn(e.getMessage()); } @@ -182,13 +182,13 @@ public class GetConfigStringStringMapTest { //@Test @SuppressWarnings("deprecation") public void testGetConfigStringStringMapValidXML() { - eCOMPComponentName = "XML"; + onapComponentName = "XML"; configName = "XMLconfig"; configAttributes.put("Resource.com:test:resource:json", "Test"); configAttributes.put("Action.com:test:action:json", "TestJSON"); configAttributes.put("Subject.com:test:subject:json", "TestSubject"); try { - policyConfig = policyEngine.getConfig(eCOMPComponentName, configName, configAttributes); + policyConfig = policyEngine.getConfig(onapComponentName, configName, configAttributes); } catch (PolicyConfigException e) { logger.warn(e.getMessage()); } @@ -208,13 +208,13 @@ public class GetConfigStringStringMapTest { //@Test @SuppressWarnings("deprecation") public void testGetConfigStringStringMapValidProperties() { - eCOMPComponentName = "Properties"; + onapComponentName = "Properties"; configName = "PropConfig" ; configAttributes.put("Resource.com:test:resource:json", "Test"); configAttributes.put("Action.com:test:action:json", "TestJSON"); configAttributes.put("Subject.com:test:subject:json", "TestSubject"); try { - policyConfig = policyEngine.getConfig(eCOMPComponentName, configName, configAttributes); + policyConfig = policyEngine.getConfig(onapComponentName, configName, configAttributes); } catch (PolicyConfigException e) { logger.warn(e.getMessage()); } @@ -234,13 +234,13 @@ public class GetConfigStringStringMapTest { //@Test @SuppressWarnings("deprecation") public void testGetConfigStringStringMapValidOther() { - eCOMPComponentName = "Other"; + onapComponentName = "Other"; configName = "OtherConfig" ; configAttributes.put("Resource.com:test:resource:json", "Test"); configAttributes.put("Action.com:test:action:json", "TestJSON"); configAttributes.put("Subject.com:test:subject:json", "TestSubject"); try { - policyConfig = policyEngine.getConfig(eCOMPComponentName, configName, configAttributes); + policyConfig = policyEngine.getConfig(onapComponentName, configName, configAttributes); } catch (PolicyConfigException e) { logger.warn(e.getMessage()); } diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/GetConfigStringStringTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/GetConfigStringStringTest.java index b55abd734..0a6db2dd4 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/GetConfigStringStringTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/GetConfigStringStringTest.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; @@ -29,19 +29,19 @@ import java.util.Collection; import org.junit.Before; import org.junit.Test; -import org.openecomp.policy.api.PolicyConfig; -import org.openecomp.policy.api.PolicyConfigException; -import org.openecomp.policy.api.PolicyConfigStatus; -import org.openecomp.policy.api.PolicyEngine; -import org.openecomp.policy.api.PolicyEngineException; -import org.openecomp.policy.api.PolicyType; -import org.openecomp.policy.common.logging.flexlogger.FlexLogger; -import org.openecomp.policy.common.logging.flexlogger.Logger; +import org.onap.policy.api.PolicyConfig; +import org.onap.policy.api.PolicyConfigException; +import org.onap.policy.api.PolicyConfigStatus; +import org.onap.policy.api.PolicyEngine; +import org.onap.policy.api.PolicyEngineException; +import org.onap.policy.api.PolicyType; +import org.onap.policy.common.logging.flexlogger.FlexLogger; +import org.onap.policy.common.logging.flexlogger.Logger; public class GetConfigStringStringTest { private PolicyEngine policyEngine = null; - private String eCOMPComponentName = null; + private String onapComponentName = null; private String configName = null; private Collection<PolicyConfig> policyConfig = null; private static final Logger logger = FlexLogger.getLogger(GetConfigStringStringTest.class); @@ -59,10 +59,10 @@ public class GetConfigStringStringTest { @SuppressWarnings("deprecation") @Test public void testGetConfigStringStringFail() { - eCOMPComponentName = null; + onapComponentName = null; configName = null; try { - policyConfig = policyEngine.getConfig(eCOMPComponentName, configName); + policyConfig = policyEngine.getConfig(onapComponentName, configName); } catch (PolicyConfigException e) { logger.warn(e.getMessage()); } @@ -72,10 +72,10 @@ public class GetConfigStringStringTest { @SuppressWarnings("deprecation") @Test public void testGetConfigStringStringFail1() { - eCOMPComponentName = null; + onapComponentName = null; configName = ""; try { - policyConfig = policyEngine.getConfig(eCOMPComponentName, configName); + policyConfig = policyEngine.getConfig(onapComponentName, configName); } catch (PolicyConfigException e) { logger.warn(e.getMessage()); } @@ -85,10 +85,10 @@ public class GetConfigStringStringTest { @SuppressWarnings("deprecation") @Test public void testGetConfigStringStringFail2() { - eCOMPComponentName = ""; + onapComponentName = ""; configName = null; try { - policyConfig = policyEngine.getConfig(eCOMPComponentName, configName); + policyConfig = policyEngine.getConfig(onapComponentName, configName); } catch (PolicyConfigException e) { logger.warn(e.getMessage()); } @@ -98,10 +98,10 @@ public class GetConfigStringStringTest { //@Test @SuppressWarnings("deprecation") public void testGetConfigStringStringNotvalid() { - eCOMPComponentName = "fail"; + onapComponentName = "fail"; configName = "fail"; try { - policyConfig = policyEngine.getConfig(eCOMPComponentName, configName); + policyConfig = policyEngine.getConfig(onapComponentName, configName); } catch (PolicyConfigException e) { logger.warn(e.getMessage()); } @@ -121,10 +121,10 @@ public class GetConfigStringStringTest { //@Test @SuppressWarnings("deprecation") public void testGetConfigStringStringValidJSON() { - eCOMPComponentName = "JSON"; + onapComponentName = "JSON"; configName = "JSONconfig"; try { - policyConfig = policyEngine.getConfig(eCOMPComponentName, configName); + policyConfig = policyEngine.getConfig(onapComponentName, configName); } catch (PolicyConfigException e) { logger.warn(e.getMessage()); } @@ -144,10 +144,10 @@ public class GetConfigStringStringTest { //@Test @SuppressWarnings("deprecation") public void testGetConfigStringStringValidXML() { - eCOMPComponentName = "XML"; + onapComponentName = "XML"; configName = "XMLconfig"; try { - policyConfig = policyEngine.getConfig(eCOMPComponentName, configName); + policyConfig = policyEngine.getConfig(onapComponentName, configName); } catch (PolicyConfigException e) { logger.warn(e.getMessage()); } @@ -167,10 +167,10 @@ public class GetConfigStringStringTest { //@Test @SuppressWarnings("deprecation") public void testGetConfigStringStringValidProperties() { - eCOMPComponentName = "Properties"; + onapComponentName = "Properties"; configName = "PropConfig" ; try { - policyConfig = policyEngine.getConfig(eCOMPComponentName, configName); + policyConfig = policyEngine.getConfig(onapComponentName, configName); } catch (PolicyConfigException e) { logger.warn(e.getMessage()); } @@ -190,10 +190,10 @@ public class GetConfigStringStringTest { //@Test @SuppressWarnings("deprecation") public void testGetConfigStringStringValidOther() { - eCOMPComponentName = "Other"; + onapComponentName = "Other"; configName = "OtherConfig" ; try { - policyConfig = policyEngine.getConfig(eCOMPComponentName, configName); + policyConfig = policyEngine.getConfig(onapComponentName, configName); } catch (PolicyConfigException e) { logger.warn(e.getMessage()); } diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/GetConfigStringTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/GetConfigStringTest.java index ffa1913aa..f87a59c09 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/GetConfigStringTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/GetConfigStringTest.java @@ -18,24 +18,24 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import java.util.Collection; import org.junit.Before; -import org.openecomp.policy.api.PolicyConfig; -import org.openecomp.policy.api.PolicyConfigException; -import org.openecomp.policy.api.PolicyEngine; -import org.openecomp.policy.api.PolicyEngineException; -import org.openecomp.policy.common.logging.flexlogger.FlexLogger; -import org.openecomp.policy.common.logging.flexlogger.Logger; +import org.onap.policy.api.PolicyConfig; +import org.onap.policy.api.PolicyConfigException; +import org.onap.policy.api.PolicyEngine; +import org.onap.policy.api.PolicyEngineException; +import org.onap.policy.common.logging.flexlogger.FlexLogger; +import org.onap.policy.common.logging.flexlogger.Logger; import junit.framework.TestCase; public class GetConfigStringTest extends TestCase{ private PolicyEngine policyEngine = null; - private String eCOMPComponentName = null; + private String onapComponentName = null; private Collection<PolicyConfig> policyConfig = null; private static final Logger logger = FlexLogger.getLogger(GetConfigStringTest.class); @Before @@ -52,9 +52,9 @@ public class GetConfigStringTest extends TestCase{ //@Test @SuppressWarnings("deprecation") public void testGetConfigStringFail() { - eCOMPComponentName = null; + onapComponentName = null; try { - policyConfig = policyEngine.getConfig(eCOMPComponentName); + policyConfig = policyEngine.getConfig(onapComponentName); } catch (PolicyConfigException e) { logger.warn(e.getMessage()); } @@ -63,9 +63,9 @@ public class GetConfigStringTest extends TestCase{ /*@Test public void testGetConfigStringNotvalid() { - eCOMPComponentName = "fail"; + onapComponentName = "fail"; try { - policyConfig = policyEngine.getConfig(eCOMPComponentName); + policyConfig = policyEngine.getConfig(onapComponentName); } catch (PolicyConfigException e) { logger.warn(e.getMessage()); } @@ -85,9 +85,9 @@ public class GetConfigStringTest extends TestCase{ /*@Test public void testGetConfigStringValidJSON() { - eCOMPComponentName = "JSON"; + onapComponentName = "JSON"; try { - policyConfig = policyEngine.getConfig(eCOMPComponentName); + policyConfig = policyEngine.getConfig(onapComponentName); } catch (PolicyConfigException e) { logger.warn(e.getMessage()); } @@ -106,9 +106,9 @@ public class GetConfigStringTest extends TestCase{ */ /*@Test public void testGetConfigStringValidXML() { - eCOMPComponentName = "XML"; + onapComponentName = "XML"; try { - policyConfig = policyEngine.getConfig(eCOMPComponentName); + policyConfig = policyEngine.getConfig(onapComponentName); } catch (PolicyConfigException e) { logger.warn(e.getMessage()); } @@ -127,9 +127,9 @@ public class GetConfigStringTest extends TestCase{ */ /*@Test public void testGetConfigStringValidProperties() { - eCOMPComponentName = "Properties"; + onapComponentName = "Properties"; try { - policyConfig = policyEngine.getConfig(eCOMPComponentName); + policyConfig = policyEngine.getConfig(onapComponentName); } catch (PolicyConfigException e) { logger.warn(e.getMessage()); } @@ -148,9 +148,9 @@ public class GetConfigStringTest extends TestCase{ */ /*@Test public void testGetConfigStringValidOther() { - eCOMPComponentName = "Other"; + onapComponentName = "Other"; try { - policyConfig = policyEngine.getConfig(eCOMPComponentName); + policyConfig = policyEngine.getConfig(onapComponentName); } catch (PolicyConfigException e) { logger.warn(e.getMessage()); } diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/ImportParametersTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/ImportParametersTest.java index 3719b5d2f..be3e9c39b 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/ImportParametersTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/ImportParametersTest.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; @@ -28,7 +28,7 @@ import java.util.UUID; import org.junit.After; import org.junit.Before; import org.junit.Test; -import org.openecomp.policy.api.ImportParameters; +import org.onap.policy.api.ImportParameters; /** * The class <code>ImportParametersTest</code> contains tests for the class <code>{@link ImportParameters}</code>. diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/LoadedPolicyTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/LoadedPolicyTest.java index 0748d0ad9..1cc9de8df 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/LoadedPolicyTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/LoadedPolicyTest.java @@ -18,11 +18,11 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import org.junit.After; import org.junit.Before; -import org.openecomp.policy.api.LoadedPolicy; +import org.onap.policy.api.LoadedPolicy; /** * The class <code>LoadedPolicyTest</code> contains tests for the class <code>{@link LoadedPolicy}</code>. diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/NotificationHandlerTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/NotificationHandlerTest.java index 68ba3a773..4b996ce35 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/NotificationHandlerTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/NotificationHandlerTest.java @@ -18,11 +18,11 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import org.junit.After; import org.junit.Before; -import org.openecomp.policy.api.NotificationHandler; +import org.onap.policy.api.NotificationHandler; /** * The class <code>NotificationHandlerTest</code> contains tests for the class <code>{@link NotificationHandler}</code>. diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/NotificationSchemeTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/NotificationSchemeTest.java index 1cb105c2f..3274cf3ac 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/NotificationSchemeTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/NotificationSchemeTest.java @@ -18,10 +18,10 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import org.junit.*; -import org.openecomp.policy.api.NotificationScheme; +import org.onap.policy.api.NotificationScheme; import static org.junit.Assert.*; diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/NotificationTypeTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/NotificationTypeTest.java index 95dce6a60..53ef086e2 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/NotificationTypeTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/NotificationTypeTest.java @@ -18,10 +18,10 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import org.junit.*; -import org.openecomp.policy.api.NotificationType; +import org.onap.policy.api.NotificationType; import static org.junit.Assert.*; diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PDPNotificationTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PDPNotificationTest.java index 43754f8df..50d0aa324 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PDPNotificationTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PDPNotificationTest.java @@ -18,11 +18,11 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import org.junit.After; import org.junit.Before; -import org.openecomp.policy.api.PDPNotification; +import org.onap.policy.api.PDPNotification; /** * The class <code>PDPNotificationTest</code> contains tests for the class <code>{@link PDPNotification}</code>. diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyChangeResponseTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyChangeResponseTest.java index d36ae44c2..e8fd6346a 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyChangeResponseTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyChangeResponseTest.java @@ -18,11 +18,11 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import org.junit.After; import org.junit.Before; -import org.openecomp.policy.api.PolicyChangeResponse; +import org.onap.policy.api.PolicyChangeResponse; /** * The class <code>PolicyChangeResponseTest</code> contains tests for the class <code>{@link PolicyChangeResponse}</code>. diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyClassTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyClassTest.java index 28e5beefd..24eafc1ad 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyClassTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyClassTest.java @@ -18,10 +18,10 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import org.junit.*; -import org.openecomp.policy.api.PolicyClass; +import org.onap.policy.api.PolicyClass; import static org.junit.Assert.*; diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyConfigExceptionTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyConfigExceptionTest.java index 4134eacc2..60b11b5c4 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyConfigExceptionTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyConfigExceptionTest.java @@ -18,10 +18,10 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import org.junit.*; -import org.openecomp.policy.api.PolicyConfigException; +import org.onap.policy.api.PolicyConfigException; import static org.junit.Assert.*; @@ -48,7 +48,7 @@ public class PolicyConfigExceptionTest { // add additional test code here assertNotNull(result); assertEquals(null, result.getCause()); - assertEquals("org.openecomp.policy.api.PolicyConfigException", result.toString()); + assertEquals("org.onap.policy.api.PolicyConfigException", result.toString()); assertEquals(null, result.getLocalizedMessage()); assertEquals(null, result.getMessage()); } @@ -70,7 +70,7 @@ public class PolicyConfigExceptionTest { // add additional test code here assertNotNull(result); assertEquals(null, result.getCause()); - assertEquals("org.openecomp.policy.api.PolicyConfigException: ", result.toString()); + assertEquals("org.onap.policy.api.PolicyConfigException: ", result.toString()); assertEquals("", result.getLocalizedMessage()); assertEquals("", result.getMessage()); } @@ -91,7 +91,7 @@ public class PolicyConfigExceptionTest { // add additional test code here assertNotNull(result); - assertEquals("org.openecomp.policy.api.PolicyConfigException: java.lang.Throwable", result.toString()); + assertEquals("org.onap.policy.api.PolicyConfigException: java.lang.Throwable", result.toString()); assertEquals("java.lang.Throwable", result.getLocalizedMessage()); assertEquals("java.lang.Throwable", result.getMessage()); } @@ -113,7 +113,7 @@ public class PolicyConfigExceptionTest { // add additional test code here assertNotNull(result); - assertEquals("org.openecomp.policy.api.PolicyConfigException: ", result.toString()); + assertEquals("org.onap.policy.api.PolicyConfigException: ", result.toString()); assertEquals("", result.getLocalizedMessage()); assertEquals("", result.getMessage()); } @@ -137,7 +137,7 @@ public class PolicyConfigExceptionTest { // add additional test code here assertNotNull(result); - assertEquals("org.openecomp.policy.api.PolicyConfigException: ", result.toString()); + assertEquals("org.onap.policy.api.PolicyConfigException: ", result.toString()); assertEquals("", result.getLocalizedMessage()); assertEquals("", result.getMessage()); } diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyConfigStatusTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyConfigStatusTest.java index c40253890..7a93f0505 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyConfigStatusTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyConfigStatusTest.java @@ -18,10 +18,10 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import org.junit.*; -import org.openecomp.policy.api.PolicyConfigStatus; +import org.onap.policy.api.PolicyConfigStatus; import static org.junit.Assert.*; diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyConfigTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyConfigTest.java index c6247fcdf..0aa4fbbfa 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyConfigTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyConfigTest.java @@ -18,11 +18,11 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import org.junit.After; import org.junit.Before; -import org.openecomp.policy.api.PolicyConfig; +import org.onap.policy.api.PolicyConfig; /** * The class <code>PolicyConfigTest</code> contains tests for the class <code>{@link PolicyConfig}</code>. diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyConfigTypeTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyConfigTypeTest.java index cd6c6a977..e5e0b5494 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyConfigTypeTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyConfigTypeTest.java @@ -18,10 +18,10 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import org.junit.*; -import org.openecomp.policy.api.PolicyConfigType; +import org.onap.policy.api.PolicyConfigType; import static org.junit.Assert.*; diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyDecisionExceptionTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyDecisionExceptionTest.java index 95dfd7acd..f0ee88151 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyDecisionExceptionTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyDecisionExceptionTest.java @@ -18,10 +18,10 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import org.junit.*; -import org.openecomp.policy.api.PolicyDecisionException; +import org.onap.policy.api.PolicyDecisionException; import static org.junit.Assert.*; @@ -48,7 +48,7 @@ public class PolicyDecisionExceptionTest { // add additional test code here assertNotNull(result); assertEquals(null, result.getCause()); - assertEquals("org.openecomp.policy.api.PolicyDecisionException", result.toString()); + assertEquals("org.onap.policy.api.PolicyDecisionException", result.toString()); assertEquals(null, result.getLocalizedMessage()); assertEquals(null, result.getMessage()); } @@ -70,7 +70,7 @@ public class PolicyDecisionExceptionTest { // add additional test code here assertNotNull(result); assertEquals(null, result.getCause()); - assertEquals("org.openecomp.policy.api.PolicyDecisionException: ", result.toString()); + assertEquals("org.onap.policy.api.PolicyDecisionException: ", result.toString()); assertEquals("", result.getLocalizedMessage()); assertEquals("", result.getMessage()); } @@ -91,7 +91,7 @@ public class PolicyDecisionExceptionTest { // add additional test code here assertNotNull(result); - assertEquals("org.openecomp.policy.api.PolicyDecisionException: java.lang.Throwable", result.toString()); + assertEquals("org.onap.policy.api.PolicyDecisionException: java.lang.Throwable", result.toString()); assertEquals("java.lang.Throwable", result.getLocalizedMessage()); assertEquals("java.lang.Throwable", result.getMessage()); } @@ -113,7 +113,7 @@ public class PolicyDecisionExceptionTest { // add additional test code here assertNotNull(result); - assertEquals("org.openecomp.policy.api.PolicyDecisionException: ", result.toString()); + assertEquals("org.onap.policy.api.PolicyDecisionException: ", result.toString()); assertEquals("", result.getLocalizedMessage()); assertEquals("", result.getMessage()); } @@ -137,7 +137,7 @@ public class PolicyDecisionExceptionTest { // add additional test code here assertNotNull(result); - assertEquals("org.openecomp.policy.api.PolicyDecisionException: ", result.toString()); + assertEquals("org.onap.policy.api.PolicyDecisionException: ", result.toString()); assertEquals("", result.getLocalizedMessage()); assertEquals("", result.getMessage()); } diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyDecisionTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyDecisionTest.java index 12069abeb..4d9523859 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyDecisionTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyDecisionTest.java @@ -18,10 +18,10 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import org.junit.*; -import org.openecomp.policy.api.PolicyDecision; +import org.onap.policy.api.PolicyDecision; import static org.junit.Assert.*; diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyEngineExceptionTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyEngineExceptionTest.java index d21fb12e2..58c45b97c 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyEngineExceptionTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyEngineExceptionTest.java @@ -18,10 +18,10 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import org.junit.*; -import org.openecomp.policy.api.PolicyEngineException; +import org.onap.policy.api.PolicyEngineException; import static org.junit.Assert.*; @@ -48,7 +48,7 @@ public class PolicyEngineExceptionTest { // add additional test code here assertNotNull(result); assertEquals(null, result.getCause()); - assertEquals("org.openecomp.policy.api.PolicyEngineException", result.toString()); + assertEquals("org.onap.policy.api.PolicyEngineException", result.toString()); assertEquals(null, result.getLocalizedMessage()); assertEquals(null, result.getMessage()); } @@ -70,7 +70,7 @@ public class PolicyEngineExceptionTest { // add additional test code here assertNotNull(result); assertEquals(null, result.getCause()); - assertEquals("org.openecomp.policy.api.PolicyEngineException: ", result.toString()); + assertEquals("org.onap.policy.api.PolicyEngineException: ", result.toString()); assertEquals("", result.getLocalizedMessage()); assertEquals("", result.getMessage()); } @@ -91,7 +91,7 @@ public class PolicyEngineExceptionTest { // add additional test code here assertNotNull(result); - assertEquals("org.openecomp.policy.api.PolicyEngineException: java.lang.Throwable", result.toString()); + assertEquals("org.onap.policy.api.PolicyEngineException: java.lang.Throwable", result.toString()); assertEquals("java.lang.Throwable", result.getLocalizedMessage()); assertEquals("java.lang.Throwable", result.getMessage()); } @@ -113,7 +113,7 @@ public class PolicyEngineExceptionTest { // add additional test code here assertNotNull(result); - assertEquals("org.openecomp.policy.api.PolicyEngineException: ", result.toString()); + assertEquals("org.onap.policy.api.PolicyEngineException: ", result.toString()); assertEquals("", result.getLocalizedMessage()); assertEquals("", result.getMessage()); } @@ -137,7 +137,7 @@ public class PolicyEngineExceptionTest { // add additional test code here assertNotNull(result); - assertEquals("org.openecomp.policy.api.PolicyEngineException: ", result.toString()); + assertEquals("org.onap.policy.api.PolicyEngineException: ", result.toString()); assertEquals("", result.getLocalizedMessage()); assertEquals("", result.getMessage()); } diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyEngineInterfaceTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyEngineInterfaceTest.java index fd5f65fa3..be9e0e7e8 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyEngineInterfaceTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyEngineInterfaceTest.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import java.io.StringReader; import java.net.HttpURLConnection; @@ -32,34 +32,34 @@ import javax.json.JsonObject; import javax.json.JsonReader; import org.mockito.Mockito; -import org.openecomp.policy.api.AttributeType; -import org.openecomp.policy.api.ConfigRequestParameters; -import org.openecomp.policy.api.DecisionRequestParameters; -import org.openecomp.policy.api.DecisionResponse; -import org.openecomp.policy.api.DeletePolicyCondition; -import org.openecomp.policy.api.DeletePolicyParameters; -import org.openecomp.policy.api.EventRequestParameters; -import org.openecomp.policy.api.ImportParameters; -import org.openecomp.policy.api.ImportParameters.IMPORT_TYPE; -import org.openecomp.policy.api.NotificationHandler; -import org.openecomp.policy.api.NotificationScheme; -import org.openecomp.policy.api.PDPNotification; -import org.openecomp.policy.api.PolicyChangeResponse; -import org.openecomp.policy.api.PolicyClass; -import org.openecomp.policy.api.PolicyConfig; -import org.openecomp.policy.api.PolicyConfigException; -import org.openecomp.policy.api.PolicyDecisionException; -import org.openecomp.policy.api.PolicyEngine; -import org.openecomp.policy.api.PolicyEngineException; -import org.openecomp.policy.api.PolicyEventException; -import org.openecomp.policy.api.PolicyParameters; -import org.openecomp.policy.api.PolicyResponse; -import org.openecomp.policy.api.PushPolicyParameters; -import org.openecomp.policy.common.logging.flexlogger.FlexLogger; -import org.openecomp.policy.common.logging.flexlogger.Logger; -import org.openecomp.policy.std.StdPDPNotification; -import org.openecomp.policy.std.StdPolicyChangeResponse; -import org.openecomp.policy.std.StdPolicyResponse; +import org.onap.policy.api.AttributeType; +import org.onap.policy.api.ConfigRequestParameters; +import org.onap.policy.api.DecisionRequestParameters; +import org.onap.policy.api.DecisionResponse; +import org.onap.policy.api.DeletePolicyCondition; +import org.onap.policy.api.DeletePolicyParameters; +import org.onap.policy.api.EventRequestParameters; +import org.onap.policy.api.ImportParameters; +import org.onap.policy.api.ImportParameters.IMPORT_TYPE; +import org.onap.policy.api.NotificationHandler; +import org.onap.policy.api.NotificationScheme; +import org.onap.policy.api.PDPNotification; +import org.onap.policy.api.PolicyChangeResponse; +import org.onap.policy.api.PolicyClass; +import org.onap.policy.api.PolicyConfig; +import org.onap.policy.api.PolicyConfigException; +import org.onap.policy.api.PolicyDecisionException; +import org.onap.policy.api.PolicyEngine; +import org.onap.policy.api.PolicyEngineException; +import org.onap.policy.api.PolicyEventException; +import org.onap.policy.api.PolicyParameters; +import org.onap.policy.api.PolicyResponse; +import org.onap.policy.api.PushPolicyParameters; +import org.onap.policy.common.logging.flexlogger.FlexLogger; +import org.onap.policy.common.logging.flexlogger.Logger; +import org.onap.policy.std.StdPDPNotification; +import org.onap.policy.std.StdPolicyChangeResponse; +import org.onap.policy.std.StdPolicyResponse; import junit.framework.TestCase; @@ -163,10 +163,10 @@ public class PolicyEngineInterfaceTest extends TestCase { */ @SuppressWarnings("deprecation") public void testGetConfig() { - String ecompName = null; + String onapName = null; try{ - policyConfig = policyEngine.getConfig(ecompName); + policyConfig = policyEngine.getConfig(onapName); } catch (PolicyConfigException e){ logger.warn(e.getMessage()); } @@ -175,10 +175,10 @@ public class PolicyEngineInterfaceTest extends TestCase { @SuppressWarnings("deprecation") public void testGetConfig2() { - String ecompName = null; + String onapName = null; try{ - policyConfig = policyEngine.getConfig(ecompName,requestID); + policyConfig = policyEngine.getConfig(onapName,requestID); } catch (PolicyConfigException e){ logger.warn(e.getMessage()); } @@ -188,11 +188,11 @@ public class PolicyEngineInterfaceTest extends TestCase { @SuppressWarnings("deprecation") public void testGetConfig3() { - String ecompName = null; + String onapName = null; String configName = null; try{ - policyConfig = policyEngine.getConfig(ecompName,configName,requestID); + policyConfig = policyEngine.getConfig(onapName,configName,requestID); } catch (PolicyConfigException e){ logger.warn(e.getMessage()); } @@ -201,12 +201,12 @@ public class PolicyEngineInterfaceTest extends TestCase { @SuppressWarnings("deprecation") public void testGetConfig4() { - String ecompName = null; + String onapName = null; String configName = null; Map<String,String> configAttributes = null; try{ - policyConfig = policyEngine.getConfig(ecompName,configName,configAttributes); + policyConfig = policyEngine.getConfig(onapName,configName,configAttributes); } catch (PolicyConfigException e){ logger.warn(e.getMessage()); } @@ -215,12 +215,12 @@ public class PolicyEngineInterfaceTest extends TestCase { @SuppressWarnings("deprecation") public void testGetConfig5() { - String ecompName = null; + String onapName = null; String configName = null; Map<String,String> configAttributes = null; try{ - policyConfig = policyEngine.getConfig(ecompName,configName,configAttributes,requestID); + policyConfig = policyEngine.getConfig(onapName,configName,configAttributes,requestID); } catch (PolicyConfigException e){ logger.warn(e.getMessage()); } @@ -307,14 +307,14 @@ public class PolicyEngineInterfaceTest extends TestCase { @SuppressWarnings("deprecation") public void testGetDecision() { - String eCOMPComponentName = null; + String onapComponentName = null; Map<String,String> decisionAttributes = null; DecisionResponse result = null; try { - Mockito.when(mockPolicyEngine.getDecision(eCOMPComponentName,decisionAttributes)).thenReturn(null); - result = mockPolicyEngine.getDecision(eCOMPComponentName,decisionAttributes); + Mockito.when(mockPolicyEngine.getDecision(onapComponentName,decisionAttributes)).thenReturn(null); + result = mockPolicyEngine.getDecision(onapComponentName,decisionAttributes); } catch (PolicyDecisionException e) { logger.error("Exception Occured"+e); } @@ -325,14 +325,14 @@ public class PolicyEngineInterfaceTest extends TestCase { @SuppressWarnings("deprecation") public void testGetDecision2() { - String eCOMPComponentName = null; + String onapComponentName = null; Map<String,String> decisionAttributes = null; DecisionResponse result = null; try { - Mockito.when(mockPolicyEngine.getDecision(eCOMPComponentName,decisionAttributes,requestID)).thenReturn(null); - result = mockPolicyEngine.getDecision(eCOMPComponentName,decisionAttributes); + Mockito.when(mockPolicyEngine.getDecision(onapComponentName,decisionAttributes,requestID)).thenReturn(null); + result = mockPolicyEngine.getDecision(onapComponentName,decisionAttributes); } catch (PolicyDecisionException e) { logger.error("Exception Occured"+e); } diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyEngineTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyEngineTest.java index c36a921d4..abfab075b 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyEngineTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyEngineTest.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; @@ -29,11 +29,11 @@ import java.nio.file.Path; import java.nio.file.Paths; import org.junit.Test; -import org.openecomp.policy.api.NotificationScheme; -import org.openecomp.policy.api.PolicyEngine; -import org.openecomp.policy.api.PolicyEngineException; -import org.openecomp.policy.common.logging.flexlogger.FlexLogger; -import org.openecomp.policy.common.logging.flexlogger.Logger; +import org.onap.policy.api.NotificationScheme; +import org.onap.policy.api.PolicyEngine; +import org.onap.policy.api.PolicyEngineException; +import org.onap.policy.common.logging.flexlogger.FlexLogger; +import org.onap.policy.common.logging.flexlogger.Logger; public class PolicyEngineTest { diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyEventExceptionTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyEventExceptionTest.java index fa8d5d1d8..6f7573352 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyEventExceptionTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyEventExceptionTest.java @@ -18,10 +18,10 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import org.junit.*; -import org.openecomp.policy.api.PolicyEventException; +import org.onap.policy.api.PolicyEventException; import static org.junit.Assert.*; @@ -48,7 +48,7 @@ public class PolicyEventExceptionTest { // add additional test code here assertNotNull(result); assertEquals(null, result.getCause()); - assertEquals("org.openecomp.policy.api.PolicyEventException", result.toString()); + assertEquals("org.onap.policy.api.PolicyEventException", result.toString()); assertEquals(null, result.getLocalizedMessage()); assertEquals(null, result.getMessage()); } @@ -70,7 +70,7 @@ public class PolicyEventExceptionTest { // add additional test code here assertNotNull(result); assertEquals(null, result.getCause()); - assertEquals("org.openecomp.policy.api.PolicyEventException: ", result.toString()); + assertEquals("org.onap.policy.api.PolicyEventException: ", result.toString()); assertEquals("", result.getLocalizedMessage()); assertEquals("", result.getMessage()); } @@ -91,7 +91,7 @@ public class PolicyEventExceptionTest { // add additional test code here assertNotNull(result); - assertEquals("org.openecomp.policy.api.PolicyEventException: java.lang.Throwable", result.toString()); + assertEquals("org.onap.policy.api.PolicyEventException: java.lang.Throwable", result.toString()); assertEquals("java.lang.Throwable", result.getLocalizedMessage()); assertEquals("java.lang.Throwable", result.getMessage()); } @@ -113,7 +113,7 @@ public class PolicyEventExceptionTest { // add additional test code here assertNotNull(result); - assertEquals("org.openecomp.policy.api.PolicyEventException: ", result.toString()); + assertEquals("org.onap.policy.api.PolicyEventException: ", result.toString()); assertEquals("", result.getLocalizedMessage()); assertEquals("", result.getMessage()); } @@ -137,7 +137,7 @@ public class PolicyEventExceptionTest { // add additional test code here assertNotNull(result); - assertEquals("org.openecomp.policy.api.PolicyEventException: ", result.toString()); + assertEquals("org.onap.policy.api.PolicyEventException: ", result.toString()); assertEquals("", result.getLocalizedMessage()); assertEquals("", result.getMessage()); } diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyParametersTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyParametersTest.java index eeb973b90..ff192dcab 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyParametersTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyParametersTest.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; @@ -32,11 +32,11 @@ import java.util.UUID; import org.junit.After; import org.junit.Before; import org.junit.Test; -import org.openecomp.policy.api.AttributeType; -import org.openecomp.policy.api.PolicyClass; -import org.openecomp.policy.api.PolicyConfigType; -import org.openecomp.policy.api.PolicyParameters; -import org.openecomp.policy.api.PolicyType; +import org.onap.policy.api.AttributeType; +import org.onap.policy.api.PolicyClass; +import org.onap.policy.api.PolicyConfigType; +import org.onap.policy.api.PolicyParameters; +import org.onap.policy.api.PolicyType; /** * The class <code>PolicyParametersTest</code> contains tests for the class <code>{@link PolicyParameters}</code>. @@ -67,7 +67,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -102,7 +102,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -138,7 +138,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -175,7 +175,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -211,7 +211,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -250,7 +250,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -286,7 +286,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -323,7 +323,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -360,7 +360,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -397,7 +397,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -412,14 +412,14 @@ public class PolicyParametersTest { } /** - * Run the String getEcompName() method test. + * Run the String getOnapName() method test. * * @throws Exception * * @generatedBy CodePro at 6/1/16 1:41 PM */ @Test - public void testGetEcompName_1() + public void testGetOnapName_1() throws Exception { PolicyParameters fixture = new PolicyParameters(); fixture.setRequestID(UUID.randomUUID()); @@ -434,14 +434,14 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); fixture.setActionPerformer(""); fixture.setConfigBody(""); - String result = fixture.getEcompName(); + String result = fixture.getOnapName(); // add additional test code here assertEquals("", result); @@ -470,7 +470,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -509,7 +509,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -548,7 +548,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -584,7 +584,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -620,7 +620,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -656,7 +656,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -697,7 +697,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -733,7 +733,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -769,7 +769,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -805,7 +805,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -841,7 +841,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -877,7 +877,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -915,7 +915,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -951,7 +951,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -960,14 +960,14 @@ public class PolicyParametersTest { PolicyConfigType policyConfigType = PolicyConfigType.BRMS_PARAM; String policyName = ""; String policyDescription = ""; - String ecompName = ""; + String onapName = ""; String configName = ""; Map<AttributeType, Map<String, String>> attributes = new Hashtable<AttributeType, Map<String, String>>(); PolicyType configBodyType = PolicyType.JSON; String configBody = ""; UUID requestID = UUID.randomUUID(); - fixture.setConfigPolicyParameters(policyConfigType, policyName, policyDescription, ecompName, configName, attributes, configBodyType, configBody, requestID); + fixture.setConfigPolicyParameters(policyConfigType, policyName, policyDescription, onapName, configName, attributes, configBodyType, configBody, requestID); // add additional test code here } @@ -995,7 +995,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -1031,7 +1031,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -1067,7 +1067,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -1103,7 +1103,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -1117,14 +1117,14 @@ public class PolicyParametersTest { } /** - * Run the void setEcompName(String) method test. + * Run the void setOnapName(String) method test. * * @throws Exception * * @generatedBy CodePro at 6/1/16 1:41 PM */ @Test - public void testSetEcompName_1() + public void testSetOnapName_1() throws Exception { PolicyParameters fixture = new PolicyParameters(); fixture.setRequestID(UUID.randomUUID()); @@ -1139,15 +1139,15 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); fixture.setActionPerformer(""); fixture.setConfigBody(""); - String ecompName = ""; + String onapName = ""; - fixture.setEcompName(ecompName); + fixture.setOnapName(onapName); // add additional test code here } @@ -1175,7 +1175,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -1211,7 +1211,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -1247,7 +1247,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -1283,7 +1283,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -1319,7 +1319,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); @@ -1355,7 +1355,7 @@ public class PolicyParametersTest { fixture.setConfigName(""); fixture.setDynamicRuleAlgorithmFunctions(new LinkedList<String>()); fixture.setPolicyClass(PolicyClass.Action); - fixture.setEcompName(""); + fixture.setOnapName(""); fixture.setConfigBodyType(PolicyType.JSON); fixture.setDynamicRuleAlgorithmField1(new LinkedList<String>()); fixture.setPriority(""); diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyResponseStatusTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyResponseStatusTest.java index 5841571bd..294f0929d 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyResponseStatusTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyResponseStatusTest.java @@ -18,10 +18,10 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import org.junit.*; -import org.openecomp.policy.api.PolicyResponseStatus; +import org.onap.policy.api.PolicyResponseStatus; import static org.junit.Assert.*; diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyResponseTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyResponseTest.java index ec6ac09f0..b0a71d375 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyResponseTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyResponseTest.java @@ -18,11 +18,11 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import org.junit.After; import org.junit.Before; -import org.openecomp.policy.api.PolicyResponse; +import org.onap.policy.api.PolicyResponse; /** * The class <code>PolicyResponseTest</code> contains tests for the class <code>{@link PolicyResponse}</code>. diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyTypeTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyTypeTest.java index 5b31e857b..9f1a608da 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PolicyTypeTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PolicyTypeTest.java @@ -18,10 +18,10 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import org.junit.*; -import org.openecomp.policy.api.PolicyType; +import org.onap.policy.api.PolicyType; import static org.junit.Assert.*; diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PushPolicyParametersTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PushPolicyParametersTest.java index ef005f1f4..832589757 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PushPolicyParametersTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/PushPolicyParametersTest.java @@ -18,12 +18,12 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import java.util.UUID; import org.junit.*; -import org.openecomp.policy.api.PushPolicyParameters; +import org.onap.policy.api.PushPolicyParameters; import static org.junit.Assert.*; diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/RemovedPolicyTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/RemovedPolicyTest.java index ef77e6d5f..6a53cbfb1 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/RemovedPolicyTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/RemovedPolicyTest.java @@ -18,11 +18,11 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import org.junit.After; import org.junit.Before; -import org.openecomp.policy.api.RemovedPolicy; +import org.onap.policy.api.RemovedPolicy; /** * The class <code>RemovedPolicyTest</code> contains tests for the class <code>{@link RemovedPolicy}</code>. diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/SendEventTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/SendEventTest.java index 5757f8915..560ca463f 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/SendEventTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/SendEventTest.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; @@ -30,13 +30,13 @@ import java.util.HashMap; import java.util.Map; import org.junit.Before; -import org.openecomp.policy.api.PolicyEngine; -import org.openecomp.policy.api.PolicyEngineException; -import org.openecomp.policy.api.PolicyEventException; -import org.openecomp.policy.api.PolicyResponse; -import org.openecomp.policy.api.PolicyResponseStatus; -import org.openecomp.policy.common.logging.flexlogger.FlexLogger; -import org.openecomp.policy.common.logging.flexlogger.Logger; +import org.onap.policy.api.PolicyEngine; +import org.onap.policy.api.PolicyEngineException; +import org.onap.policy.api.PolicyEventException; +import org.onap.policy.api.PolicyResponse; +import org.onap.policy.api.PolicyResponseStatus; +import org.onap.policy.common.logging.flexlogger.FlexLogger; +import org.onap.policy.common.logging.flexlogger.Logger; public class SendEventTest { diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/TestRunner.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/TestRunner.java index 69cbd834e..87687f0ab 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/TestRunner.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/TestRunner.java @@ -18,7 +18,7 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import org.junit.runner.JUnitCore; import org.junit.runner.Result; diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/UpdateTypeTest.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/UpdateTypeTest.java index 909a05f0e..500d6c1c5 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/UpdateTypeTest.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/UpdateTypeTest.java @@ -18,10 +18,10 @@ * ============LICENSE_END========================================================= */ -package org.openecomp.policy.test; +package org.onap.policy.test; import org.junit.*; -import org.openecomp.policy.api.UpdateType; +import org.onap.policy.api.UpdateType; import static org.junit.Assert.*; diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/package-info.java b/PolicyEngineAPI/src/test/java/org/onap/policy/test/package-info.java index e678c4be2..eb92f89bd 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/package-info.java +++ b/PolicyEngineAPI/src/test/java/org/onap/policy/test/package-info.java @@ -21,4 +21,4 @@ /** * API JUNIT TestCases. */ -package org.openecomp.policy.test; +package org.onap.policy.test; |