Package org.dlese.dpc.serviceclients.cat
Class GetAllStandardsDocuments
java.lang.Object
org.dlese.dpc.serviceclients.cat.CATWebService
org.dlese.dpc.serviceclients.cat.GetAllStandardsDocuments
See
- Author:
- Jonathan Ostwald
-
Field Summary
Fields inherited from class org.dlese.dpc.serviceclients.cat.CATWebService
baseUrl, password, username -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for the GetAllStandardsDocuments objectGetAllStandardsDocuments(String username, String password, String baseUrl) Constructor for the GetAllStandardsDocuments object -
Method Summary
Modifier and TypeMethodDescriptionGets the suggestions attribute of the GetAllStandardsDocuments objectGets the suggestions attribute of the GetAllStandardsDocuments objectprotected StringGets the method attribute of the CATWebService objectstatic voidThe main program for the GetAllStandardsDocuments classMethods inherited from class org.dlese.dpc.serviceclients.cat.CATWebService
getErrorMsg, getResponse, getResponse, pp
-
Constructor Details
-
GetAllStandardsDocuments
public GetAllStandardsDocuments()Constructor for the GetAllStandardsDocuments object -
GetAllStandardsDocuments
Constructor for the GetAllStandardsDocuments object- Parameters:
username- NOT YET DOCUMENTED // * @param password NOT YET DOCUMENTED
-
-
Method Details
-
getMethod
Description copied from class:CATWebServiceGets the method attribute of the CATWebService object- Specified by:
getMethodin classCATWebService- Returns:
- The method value
-
getAllDocs
Gets the suggestions attribute of the GetAllStandardsDocuments object- Parameters:
resourceUrl- NOT YET DOCUMENTEDconstraints- NOT YET DOCUMENTED- Returns:
- The suggestions value
- Throws:
Exception- NOT YET DOCUMENTED
-
getAllDocsMap
Gets the suggestions attribute of the GetAllStandardsDocuments object- Parameters:
resourceUrl- NOT YET DOCUMENTEDconstraints- NOT YET DOCUMENTED- Returns:
- The suggestions value
- Throws:
Exception- NOT YET DOCUMENTED
-
main
The main program for the GetAllStandardsDocuments class- Parameters:
args- The command line arguments
-