public interface ICATCompat
Modifier and Type | Method and Description |
---|---|
List<String> |
getKeywordsForUser(String sessionId) |
List<String> |
getKeywordsForUserMax(String sessionId,
int limit) |
List<Investigation> |
getMyInvestigations(String sessionId) |
List<Investigation> |
searchByAdvanced(String sessionId,
AdvancedSearchDetails advancedSearchDetails) |
List<Investigation> |
searchByKeywords(String sessionId,
List<String> keywords) |
@RequestWrapper(localName="getKeywordsForUserMax", targetNamespace="client.icat3.uk", className="uk.icat3.client.GetKeywordsForUserMax") @ResponseWrapper(localName="getKeywordsForUserMaxResponse", targetNamespace="client.icat3.uk", className="uk.icat3.client.GetKeywordsForUserMaxResponse") List<String> getKeywordsForUserMax(String sessionId, int limit) throws SessionException_Exception
limit
- sessionId
- SessionException_Exception
@RequestWrapper(localName="getKeywordsForUser", targetNamespace="client.icat3.uk", className="uk.icat3.client.GetKeywordsForUser") @ResponseWrapper(localName="getKeywordsForUserResponse", targetNamespace="client.icat3.uk", className="uk.icat3.client.GetKeywordsForUserResponse") List<String> getKeywordsForUser(String sessionId) throws SessionException_Exception
sessionId
- SessionException_Exception
@RequestWrapper(localName="searchByKeywords", targetNamespace="client.icat3.uk", className="uk.icat3.client.SearchByKeywords") @ResponseWrapper(localName="searchByKeywordsResponse", targetNamespace="client.icat3.uk", className="uk.icat3.client.SearchByKeywordsResponse") List<Investigation> searchByKeywords(String sessionId, List<String> keywords) throws SessionException_Exception
keywords
- sessionId
- SessionException_Exception
@RequestWrapper(localName="getMyInvestigations", targetNamespace="client.icat3.uk", className="uk.icat3.client.GetMyInvestigations") @ResponseWrapper(localName="getMyInvestigationsResponse", targetNamespace="client.icat3.uk", className="uk.icat3.client.GetMyInvestigationsResponse") List<Investigation> getMyInvestigations(String sessionId) throws SessionException_Exception
sessionId
- SessionException_Exception
@RequestWrapper(localName="searchByAdvanced", targetNamespace="client.icat3.uk", className="uk.icat3.client.SearchByAdvanced") @ResponseWrapper(localName="searchByAdvancedResponse", targetNamespace="client.icat3.uk", className="uk.icat3.client.SearchByAdvancedResponse") List<Investigation> searchByAdvanced(String sessionId, AdvancedSearchDetails advancedSearchDetails) throws SessionException_Exception
sessionId
- advancedSearchDetails
- SessionException_Exception
Copyright © 2013 The ICAT Collaboration. All Rights Reserved.