Changes made to upgrade pom version
[portal.git] / ecomp-portal-BE-common / src / main / java / org / onap / portalapp / portal / scheduler / SchedulerRestInterfaceIfc.java
index 8d37a12..77ebe6a 100644 (file)
@@ -45,13 +45,10 @@ import org.springframework.stereotype.Service;
 @Service
 public interface SchedulerRestInterfaceIfc {
 
-       void initRestClient();
+       void initRestClient(String URI);
 
        <T> void Get(T t, String sourceId, String path, org.onap.portalapp.portal.scheduler.restobjects.RestObject<T> restObject ) throws Exception;
 
-       <T> void Delete(T t, JSONObject requestDetails, String sourceID, String path, RestObject<T> restObject)
-                       throws Exception;
-
        <T> void Post(T t, JSONObject r, String path, RestObject<T> restObject) throws Exception;
 
        void logRequest(JSONObject requestDetails);