X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ecomp-portal-BE-common%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fportalapp%2Fportal%2Fscheduler%2FSchedulerRestInterfaceIfc.java;h=77ebe6a0a44e5837bd9d5e405ac9cb03cd236187;hb=8e83c25788017acd56271a72286f7dcbc974e76d;hp=8d37a125d6bd41a86d47d0caa46f41724e78cd01;hpb=6e50276a42ab82cfe34ced9cf97e545283f37f2a;p=portal.git diff --git a/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/scheduler/SchedulerRestInterfaceIfc.java b/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/scheduler/SchedulerRestInterfaceIfc.java index 8d37a125..77ebe6a0 100644 --- a/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/scheduler/SchedulerRestInterfaceIfc.java +++ b/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/scheduler/SchedulerRestInterfaceIfc.java @@ -45,13 +45,10 @@ import org.springframework.stereotype.Service; @Service public interface SchedulerRestInterfaceIfc { - void initRestClient(); + void initRestClient(String URI); void Get(T t, String sourceId, String path, org.onap.portalapp.portal.scheduler.restobjects.RestObject restObject ) throws Exception; - void Delete(T t, JSONObject requestDetails, String sourceID, String path, RestObject restObject) - throws Exception; - void Post(T t, JSONObject r, String path, RestObject restObject) throws Exception; void logRequest(JSONObject requestDetails);