B D E G M P S 

B

BUFFER_SIZE - Static variable in class edu.cmu.pslc.datashop.webservices.DatashopClient
number of bytes to read at a time.

D

DatashopClient - Class in edu.cmu.pslc.datashop.webservices
Client for Datashop Web Services.
DatashopClient(String, String, String) - Constructor for class edu.cmu.pslc.datashop.webservices.DatashopClient
Constructor.
DatashopClient(String, String) - Constructor for class edu.cmu.pslc.datashop.webservices.DatashopClient
Constructor.

E

edu.cmu.pslc.datashop.webservices - package edu.cmu.pslc.datashop.webservices
 

G

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.

M

main(String[]) - Static method in class edu.cmu.pslc.datashop.webservices.DatashopClient
Run DatashopClient from the command line.

P

print(InputStream, OutputStream) - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
Print the entire contents of in to out.
printDataset(Integer) - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
Convenience method for calling the dataset web service.
printHelloWorld() - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
Hello World is our sanity check, to confirm that web services are up and running.
printSample(Integer, Integer) - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
Convenience method for calling the sample web service.
printService(String, String) - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
Print the results of calling the specified service to standard out.
printToString(InputStream) - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
Return the entire contents of the input stream as a string.

S

serviceGetConnection(String) - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
Signed connection to the service specified by path using HTTP GET method.
servicePostConnection(String, String) - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
Signed connection to the service specified by path with HTTP method POST.
servicePutConnection(String) - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
Signed connection to the service specified by path with HTTP method PUT.
setApiToken(String) - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
Sets the API token.
setRootURL(String) - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
Sets the root URL.
setSecret(String) - Method in class edu.cmu.pslc.datashop.webservices.DatashopClient
Sets the secret
B D E G M P S 

Copyright (c) 2015 - Pittsburgh Science of Learning Center