public class StoreRunResources extends Object
| Constructor and Description |
|---|
StoreRunResources() |
| Modifier and Type | Method and Description |
|---|---|
void |
fileCreate(File file,
Source input)
This method is used to create a file.
|
String |
handleGet(String userId,
String sessionID,
String testData)
Processes a request submitted using the POST method.
|
void |
update(int parentID,
org.json.JSONArray jsonArr)
This method is used to maintain parent Child relationship for test.
|
public String handleGet(String userId, String sessionID, String testData) throws IOException, org.json.JSONException
userId - sessionID - testData - IOExceptionorg.json.JSONExceptionpublic void fileCreate(File file, Source input) throws TransformerConfigurationException, TransformerException, FileNotFoundException
file - input - TransformerConfigurationExceptionFileNotFoundExceptionTransformerExceptionpublic void update(int parentID,
org.json.JSONArray jsonArr)
throws org.json.JSONException
parentID - jsonArr - org.json.JSONExceptionCopyright © 2024 Open Geospatial Consortium. All rights reserved.