|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Result | |
---|---|
uk.ac.ebi.biobabel.citations | |
uk.ac.ebi.cdb.webservice |
Uses of Result in uk.ac.ebi.biobabel.citations |
---|
Methods in uk.ac.ebi.biobabel.citations that return Result | |
---|---|
static Result |
CitexploreWSClient.getCitation(DataSource dataSource,
String citationId)
Static method equivalent to CitexploreWSClient.retrieveCitation(DataSource, String) . |
static Result |
CitexploreWSClient.getCitation(String citexploreQuery)
Static method equivalent to CitexploreWSClient.retrieveCitation(String) . |
Result |
CitexploreWSClient.retrieveCitation(DataSource dataSource,
String citationId)
Gets a citation from its source database and unique identifier. |
Result |
CitexploreWSClient.retrieveCitation(String citexploreQuery)
Gets a citation from a free text query. |
Methods in uk.ac.ebi.biobabel.citations that return types with arguments of type Result | |
---|---|
static List<Result> |
CitexploreWSClient.getCitations(String citexploreQuery)
Static method equivalent to CitexploreWSClient.searchCitations(String) . |
List<Result> |
CitexploreWSClient.searchCitations(String query)
Retrieves the list of citations which match the query. |
Methods in uk.ac.ebi.biobabel.citations with parameters of type Result | |
---|---|
int |
CitationCronologyComparator.compare(Result c1,
Result c2)
This comparison takes into account the year and month of publication. |
Uses of Result in uk.ac.ebi.cdb.webservice |
---|
Fields in uk.ac.ebi.cdb.webservice declared as Result | |
---|---|
protected Result |
GetSupplementaryFilesResponse._return
|
protected Result |
GetFulltextXMLResponse._return
|
Fields in uk.ac.ebi.cdb.webservice with type parameters of type Result | |
---|---|
protected List<Result> |
ResultList.result
|
Methods in uk.ac.ebi.cdb.webservice that return Result | |
---|---|
Result |
ObjectFactory.createResult()
Create an instance of Result |
Result |
WSCitationImpl.getFulltextXML(String id,
String source,
String email)
|
Result |
GetSupplementaryFilesResponse.getReturn()
Gets the value of the return property. |
Result |
GetFulltextXMLResponse.getReturn()
Gets the value of the return property. |
Result |
WSCitationImpl.getSupplementaryFiles(String id,
String source,
String email)
|
Methods in uk.ac.ebi.cdb.webservice that return types with arguments of type Result | |
---|---|
List<Result> |
ResultList.getResult()
Gets the value of the result property. |
Methods in uk.ac.ebi.cdb.webservice with parameters of type Result | |
---|---|
void |
GetSupplementaryFilesResponse.setReturn(Result value)
Sets the value of the return property. |
void |
GetFulltextXMLResponse.setReturn(Result value)
Sets the value of the return property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |