X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=blobdiff_plain;f=PolicyEngineClient%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Fpolicyengine%2FRawDecisionPolicyClient.java;fp=PolicyEngineClient%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Fpolicyengine%2FRawDecisionPolicyClient.java;h=de28ae8e92950968693102c9f21a3446be9d0a57;hp=5f0e74fc6be9b70774e514b2fa32867d32679748;hb=18998fee10abecb2ff1b2cdc3b99a3115d7de77c;hpb=3c4b4fcb076e90f2d2a2582d27f316e60dba6ac3 diff --git a/PolicyEngineClient/src/test/java/org/onap/policyengine/RawDecisionPolicyClient.java b/PolicyEngineClient/src/test/java/org/onap/policyengine/RawDecisionPolicyClient.java index 5f0e74fc6..de28ae8e9 100644 --- a/PolicyEngineClient/src/test/java/org/onap/policyengine/RawDecisionPolicyClient.java +++ b/PolicyEngineClient/src/test/java/org/onap/policyengine/RawDecisionPolicyClient.java @@ -2,14 +2,14 @@ * ============LICENSE_START======================================================= * PolicyEngineClient * ================================================================================ - * Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. + * Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -21,6 +21,7 @@ package org.onap.policyengine; import java.util.UUID; + import org.onap.policy.api.PolicyChangeResponse; import org.onap.policy.api.PolicyClass; import org.onap.policy.api.PolicyEngine; @@ -29,15 +30,16 @@ import org.onap.policy.api.RuleProvider; public class RawDecisionPolicyClient { /* - * + * * To Create a Decision Policy Use case. User need provide valid PolicySet or Policy Type xacml. On Setting below * required attributes the Decision Raw policy will be created successfully. - * + * */ static Boolean isEdit = true; /** * Sample code to create Decison Raw Policy. + * * @param args with policy parameters */ public static void main(String[] args) {