org.gcube.portlets.admin.vredeployer.client
Interface VredeployerServiceAsync
public interface VredeployerServiceAsync
getVRE
void getVRE(com.google.gwt.user.client.rpc.AsyncCallback<VREDescrBean> callback)
isApprovingModeEnabled
void isApprovingModeEnabled(com.google.gwt.user.client.rpc.AsyncCallback<VREDeployerStatusType> callback)
getAvailableGHNs
void getAvailableGHNs(com.google.gwt.user.client.rpc.AsyncCallback<List<GHNProfile>> callback)
setGHNsSelected
void setGHNsSelected(String[] selectedGHNIds,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
isCloudSelected
void isCloudSelected(com.google.gwt.user.client.rpc.AsyncCallback<Integer> callback)
setCloudDeploy
void setCloudDeploy(int virtualMachines,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
getCloudVMSelected
void getCloudVMSelected(com.google.gwt.user.client.rpc.AsyncCallback<Integer> callback)
checkCreateVRE
void checkCreateVRE(com.google.gwt.user.client.rpc.AsyncCallback<ClientDeployReport> callback)
deployVRE
void deployVRE(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
getHTMLReport
void getHTMLReport(com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
getFunctionality
void getFunctionality(com.google.gwt.user.client.rpc.AsyncCallback<VREFunctionalityModel> callback)
getGHNPerFunctionality
void getGHNPerFunctionality(String funcId,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
Copyright © 2014. All Rights Reserved.