|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileRepositoryInquiryService
| Method Summary | |
|---|---|
java.lang.String |
getFileContentAsString(java.lang.String rootURL,
java.lang.String serviceId)
Retrieves the content of a file as a String from the file repository |
java.util.Map<java.lang.String,java.lang.String> |
searchFile(java.lang.String rootURL,
SearchFormData data)
Performs a search on the file repository with the given search phrase and the given search criteria. |
void |
testServicesURL(java.lang.String rootURL)
Tests that all the url of the services that will be used to perform the search and to retrieve the files are operational and correspond to the wanted services Just do nothing if you do not need to check any remote URL. |
| Method Detail |
|---|
void testServicesURL(java.lang.String rootURL)
throws FileRepositoryInquiryException
rootURL - The root url of the server which is going to be called
FileRepositoryInquiryException - if the service cannot be called correctly
java.util.Map<java.lang.String,java.lang.String> searchFile(java.lang.String rootURL,
SearchFormData data)
throws FileRepositoryInquiryException
rootURL - The root url of the server which is going to be calleddata - the data used to perform the search
FileRepositoryInquiryException
java.lang.String getFileContentAsString(java.lang.String rootURL,
java.lang.String serviceId)
throws FileRepositoryInquiryException
rootURL - The root url of the server which is going to be calledserviceId - The id of the wanted file
FileRepositoryInquiryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||