@RemoteServiceRelativePath(value="vreDeploymentServlet")
public interface VREDeploymentService
extends com.google.gwt.user.client.rpc.RemoteService
Modifier and Type | Method and Description |
---|---|
boolean |
doApprove(String vreId) |
boolean |
doEdit(String vreId) |
boolean |
doRemove(String vreId) |
boolean |
doUndeploy(String vreId) |
String |
doViewDetails(String vreId) |
boolean |
doViewReport(String vreId) |
String |
getHTMLReport(String vreId) |
ArrayList<VREDefinitionBean> |
getVREDefinitions() |
boolean |
postPone(String vreId) |
ArrayList<VREDefinitionBean> getVREDefinitions()
boolean doApprove(String vreId)
boolean doRemove(String vreId)
boolean doUndeploy(String vreId)
boolean doEdit(String vreId)
boolean doViewReport(String vreId)
boolean postPone(String vreId)
Copyright © 2018. All Rights Reserved.