X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=dashboard%2Fwebapp-backend%2Fsrc%2Fmain%2Fjava%2Forg%2Foransc%2Fric%2Fportal%2Fdashboard%2Fpolicyagentapi%2FPolicyAgentApi.java;h=25144cd1270f559286c95c39095889ce9be871ae;hb=a2ad32a98e7a3f32214d3ecd7ca9730e3602d11f;hp=ff254d223cbeae0bc2b53b45719578b95da5c6fd;hpb=63c033af195f6b0dd4f12b92fa70965ee06bb60d;p=nonrtric.git diff --git a/dashboard/webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/policyagentapi/PolicyAgentApi.java b/dashboard/webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/policyagentapi/PolicyAgentApi.java index ff254d22..25144cd1 100644 --- a/dashboard/webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/policyagentapi/PolicyAgentApi.java +++ b/dashboard/webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/policyagentapi/PolicyAgentApi.java @@ -2,7 +2,7 @@ * ========================LICENSE_START================================= * O-RAN-SC * %% - * Copyright (C) 2019 AT&T Intellectual Property + * Copyright (C) 2019 Nordix Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,9 +27,9 @@ public interface PolicyAgentApi { public ResponseEntity getPolicyInstancesForType(String type); - public ResponseEntity getPolicyInstance(String id); + public ResponseEntity getPolicyInstance(String id); - public ResponseEntity putPolicy(String policyTypeIdString, String policyInstanceId, String json, + public ResponseEntity putPolicy(String policyTypeIdString, String policyInstanceId, Object json, String ric); public ResponseEntity deletePolicy(String policyInstanceId);