public class Request extends Object
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonObject |
bluePrintTemplate |
String |
requestID |
| Constructor and Description |
|---|
Request(PrintStream logger,
DestroyParam dparams) |
Request(PrintStream logger,
PluginParam params) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
fetchBluePrint() |
com.google.gson.JsonObject |
GetBluePrintTemplate() |
com.google.gson.JsonObject |
GetRequestResourceView() |
com.google.gson.JsonObject |
GetRequestResourceView(String reqID) |
com.google.gson.JsonObject |
getResourceActions(String resourceID) |
com.google.gson.JsonObject |
getResourceActionsRequestTemplate(String resourceID,
String actionID) |
com.google.gson.JsonObject |
GetResourceView() |
boolean |
IsRequestComplete() |
void |
PostRequest(String jsonBody) |
com.google.gson.JsonObject |
ProvisionBluePrint() |
com.google.gson.JsonObject |
ProvisionBluePrint(com.google.gson.JsonObject template) |
ExecutionStatus |
RequestStatus() |
void |
ResourceActionsRequest(String resourceID,
String actionID,
com.google.gson.JsonObject jsonBody) |
public String requestID
public com.google.gson.JsonObject bluePrintTemplate
public Request(PrintStream logger, PluginParam params) throws IOException
IOExceptionpublic Request(PrintStream logger, DestroyParam dparams) throws IOException
IOExceptionpublic com.google.gson.JsonObject fetchBluePrint()
throws IOException
IOExceptionpublic com.google.gson.JsonObject GetBluePrintTemplate()
throws IOException
IOExceptionpublic com.google.gson.JsonObject ProvisionBluePrint()
throws IOException
IOExceptionpublic com.google.gson.JsonObject ProvisionBluePrint(com.google.gson.JsonObject template)
throws IOException
IOExceptionpublic ExecutionStatus RequestStatus() throws IOException
IOExceptionpublic boolean IsRequestComplete()
throws IOException
IOExceptionpublic com.google.gson.JsonObject GetRequestResourceView(String reqID) throws IOException
IOExceptionpublic com.google.gson.JsonObject GetRequestResourceView()
throws IOException
IOExceptionpublic com.google.gson.JsonObject GetResourceView()
throws IOException
IOExceptionpublic com.google.gson.JsonObject getResourceActions(String resourceID) throws IOException
IOExceptionpublic com.google.gson.JsonObject getResourceActionsRequestTemplate(String resourceID, String actionID) throws IOException
IOExceptionpublic void ResourceActionsRequest(String resourceID, String actionID, com.google.gson.JsonObject jsonBody) throws IOException
IOExceptionpublic void PostRequest(String jsonBody) throws IOException
IOExceptionCopyright © 2004-2016. All Rights Reserved.