- getApiToken() - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
-
Gets the API token.
- getDataset(Integer) - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
-
Convenience method for calling the dataset web service.
- getDatasetAdd(String, Long) - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
-
Convenience method for calling the dataset add web service.
- getDatasetDelete(Integer) - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
-
Convenience method for calling the dataset delete web service.
- getDatasetSet(Integer, String) - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
-
Convenience method for calling the dataset set web service.
- getDatashopClientForLocalRequests() - Static method in class edu.cmu.pslc.datashop.webservices.DatashopClient
-
Instantiates a Datashop client to be used for remote requests to master DataShop servers.
- getDatashopClientForRemoteRequests() - Static method in class edu.cmu.pslc.datashop.webservices.DatashopClient
-
Instantiates a Datashop client to be used for remote requests to master DataShop servers.
- getDiscourseAdd(String, Long) - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
-
Convenience method for calling the discourse add web service.
- getDiscourseDelete(Long) - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
-
Convenience method for calling the discourse delete web service.
- getDiscourseSet(Long, String) - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
-
Convenience method for calling the discourse set web service.
- getHelloWorld() - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
-
Hello World is our sanity check, to confirm that web services are up and running.
- getInstanceAdd(String, String) - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
-
Convenience method for calling the instance add web service.
- getInstanceSet(Long, String, String) - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
-
Convenience method for calling the instance set web service.
- getPostService(String, String, String) - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
-
Get the results of calling the specified service as a string.
- getPostServiceWithFileUpload(String, Map<String, String>, String, String) - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
-
Get the results of calling the specified post service with a file to upload.
- getRootURL() - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
-
Returns the root URL.
- getSample(Integer, Integer) - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
-
Convenience method for calling the sample web service.
- getSecret() - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
-
Gets the secret.
- getService(String, String) - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
-
Get the results of calling the specified service as a string.